aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/print.c
Commit message (Expand)AuthorAgeFilesLines
* ls(1): Add --color=whenKyle Evans2018-08-171-2/+47
* Convert ls(1) to not use libxo(3)Conrad Meyer2018-01-171-140/+65
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use uintmax_t to print st_nlink.Konstantin Belousov2017-02-161-4/+4
* Fix ls -l alignement with new localesBaptiste Daroussin2015-12-071-1/+95
* Cast uid and gid to the correct type for display to solve segfault in ls(1) o...Allan Jude2015-07-241-2/+2
* Remove an excess space accidently introduced in the output in ls(1) by r285734Allan Jude2015-07-221-1/+1
* Fix some issues with the application of libxo to ls(1)Allan Jude2015-07-211-10/+40
* Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.Alexander Kabaev2015-06-171-2/+2
* Unbreak ``env LANG=ru_RU.KOI8-R ls -l''.Marcel Moolenaar2015-06-171-1/+1
* r284198 seems to have left a null format string printf that gcc does *not*Sean Bruno2015-06-111-1/+0
* Convert ls(1) to use libxo(3).Marcel Moolenaar2015-06-101-62/+108
* Undo over-aggressive conversion of spaces to tabs. ie: those withinPeter Wemm2012-11-091-2/+2
* Replace spaces with tabs where appropriate.Greg Lehey2012-11-081-5/+5
* Add y flag and environment variable LS_SAMESORT to specify the sameGreg Lehey2012-11-081-1/+5
* Fix bin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+4
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-9/+2
* Fixes for ls(1) long format (-l) output:Jaakko Heinonen2010-01-241-12/+26
* Fix regression introduced in r196712 - the 'name' string needsEdward Tomasz Napierala2009-09-021-5/+9
* Add NFSv4 ACL support to ls(1).Edward Tomasz Napierala2009-08-311-52/+54
* Turn a tab into a space. This fixes a misalignment for ls -l.Warner Losh2008-04-051-2/+2
* Add -D option to specify exact format of date and time output with ls -l.Greg Lehey2008-04-041-7/+10
* Avoid a spurious warning for each whiteout found during "ls -lW".Ruslan Ermilov2006-10-181-2/+3
* Add a new -U flag to instruct ls to use the birthtime for printing orJohn Baldwin2006-03-241-0/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove from the printfns the assumption that dp->list != NULL. EvenDavid Schultz2004-06-081-2/+6
* Use humanize_number(3).Pawel Jakub Dawidek2004-05-251-58/+5
* Treat filenames as multibyte character strings (according to the currentTim J. Robbins2004-05-021-1/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Stop iterating over ACLs if we've already determined weBosko Milekic2004-04-031-5/+11
* Fixes to output of `ls -lh` for certain file sizes:Colin Percival2004-03-011-4/+4
* Fix alignment of size field in `ls -lh` -- the width was being computedColin Percival2004-01-221-2/+2
* Handle realloc() failure correctly.Tim J. Robbins2003-10-161-2/+5
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-22/+21
* pathconf() and acl_get_file() follow links so they cannot be used toTim J. Robbins2002-12-191-0/+8
* Use warn() instead of perror() or fprintf() where appropriate.Tim J. Robbins2002-11-061-6/+4
* Print a `+' character after the standard UNIX permission fields in longTim J. Robbins2002-11-031-0/+53
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-241-2/+2
* Constify, staticify, rationalise types and fix other related warnings.Mark Murray2002-10-231-8/+8
* Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision whereDima Dorfman2002-10-181-7/+9
* Fix a warning of "possibly used before initialisation".Giorgos Keramidas2002-08-291-2/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Add missing options required by SUSv3:Tim J. Robbins2002-05-191-2/+47
* restore missing default case removed in ls.c:r1.57Bill Fumerola2002-05-151-0/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-2/+1
* Use __FBSDID() and clean up the vendor tags.Mark Murray2002-02-031-5/+6
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.Mark Murray2002-02-031-13/+12
* o __P has been reovedWarner Losh2002-02-021-45/+25