aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-4/+2
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Bump Dd, missed as part of r264098 and related commits.Glen Barber2014-04-131-1/+1
* -k option is compliant with POSIX.Greg Lehey2014-04-041-3/+1
* Typo.Greg Lehey2014-04-031-1/+1
* Add information on standards compliance of many options.Greg Lehey2014-04-031-5/+58
* Make -f set -a, as required by the standard.Greg Lehey2014-04-032-3/+5
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-0/+3
* Add a few examples.Joel Dahl2013-03-151-1/+19
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. InAndrew Turner2013-01-061-1/+4
* Undo over-aggressive conversion of spaces to tabs. ie: those withinPeter Wemm2012-11-092-6/+6
* Replace spaces with tabs where appropriate.Greg Lehey2012-11-086-36/+36
* Add y flag and environment variable LS_SAMESORT to specify the sameGreg Lehey2012-11-086-21/+110
* Sort option parsing as far as practical.Greg Lehey2012-11-071-41/+42
* Fix bin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-272-7/+11
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsMarcel Moolenaar2012-05-191-1/+4
* If ls was invoked with -i but neither -l nor -s, blocksize was used inDag-Erling Smørgrav2011-10-191-2/+2
* When calculating the width of the blocksize column, ls(1) used 512-byteDag-Erling Smørgrav2011-10-181-2/+2
* Get rid of major/minor number distinction.Ed Schouten2011-09-284-39/+20
* Update sticky(7) cross references.Sergey Kandaurov2011-05-131-4/+4
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-281-32/+32
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.Jaakko Heinonen2010-02-081-2/+6
* Fixes for ls(1) long format (-l) output:Jaakko Heinonen2010-01-243-21/+50
* Print full path in the error message. It's possible that fts(3)Jaakko Heinonen2010-01-241-1/+1
* ls: Make -p not inhibit following symlinks.Jilles Tjoelker2009-10-131-1/+1
* 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
* Add reference to strmode(3).Edward Tomasz Napierala2009-04-131-0/+1
* Turn a tab into a space. This fixes a misalignment for ls -l.Warner Losh2008-04-051-2/+2
* - Add -D to usage().Ruslan Ermilov2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.Greg Lehey2008-04-044-16/+46
* Avoid a spurious warning for each whiteout found during "ls -lW".Ruslan Ermilov2006-10-181-2/+3
* - Improve description of the -A option.Ruslan Ermilov2006-10-121-7/+12
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* Change the -S and -t options to override each other so that the last oneJohn Baldwin2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled aJohn Baldwin2006-03-241-4/+4
* Add a few more references to -U.John Baldwin2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orJohn Baldwin2006-03-247-4/+49
* -mdoc sweep.Ruslan Ermilov2005-11-171-3/+1
* Having three options (-a, -A, -I) controlling the output of dottedRuslan Ermilov2005-11-163-20/+14
* Mention the non-standardness of the -I option in ls(1).Maxime Henrion2005-11-101-1/+2
* Add a -I option to disable the automatic -A flag for the super-user.Maxime Henrion2005-11-102-9/+25
* fix typos: decribed -> described, preceeded -> precededRalf S. Engelschall2005-09-061-3/+3
* Improved descriptions of block size handling.Gary W. Swearingen2005-08-311-37/+48
* Remove the EXAMPLES section that describes how to sort by size usingDima Dorfman2005-06-031-15/+0
* Improve wording: A sort is "in" a particular order, not "by" aDima Dorfman2005-06-031-2/+2
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadyDima Dorfman2005-06-035-12/+43
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2