summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* MFC r291919:ngie2015-12-101-6/+0
* MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102:ngie2015-10-253-0/+979
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-0/+3
* Add a few examples.joel2013-03-151-1/+19
* When WCHAR_MIN == 0 the check if a wchar_t value will always be true. Inandrew2013-01-061-1/+4
* Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-092-6/+6
* Replace spaces with tabs where appropriate.grog2012-11-086-36/+36
* Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-086-21/+110
* Sort option parsing as far as practical.grog2012-11-071-41/+42
* Fix bin/ build with a 64-bit ino_t.mdf2012-09-272-7/+11
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-191-1/+4
* If ls was invoked with -i but neither -l nor -s, blocksize was used indes2011-10-191-2/+2
* When calculating the width of the blocksize column, ls(1) used 512-bytedes2011-10-181-2/+2
* Get rid of major/minor number distinction.ed2011-09-284-39/+20
* Update sticky(7) cross references.pluknet2011-05-131-4/+4
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-32/+32
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.jh2010-02-081-2/+6
* Fixes for ls(1) long format (-l) output:jh2010-01-243-21/+50
* Print full path in the error message. It's possible that fts(3)jh2010-01-241-1/+1
* ls: Make -p not inhibit following symlinks.jilles2009-10-131-1/+1
* Fix regression introduced in r196712 - the 'name' string needstrasz2009-09-021-5/+9
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
* Add reference to strmode(3).trasz2009-04-131-0/+1
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* - Add -D to usage().ru2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-044-16/+46
* Avoid a spurious warning for each whiteout found during "ls -lW".ru2006-10-181-2/+3
* - Improve description of the -A option.ru2006-10-121-7/+12
* Markup fixes.ru2006-09-171-1/+1
* Change the -S and -t options to override each other so that the last onejhb2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a few more references to -U.jhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-247-4/+49
* -mdoc sweep.ru2005-11-171-3/+1
* Having three options (-a, -A, -I) controlling the output of dottedru2005-11-163-20/+14
* Mention the non-standardness of the -I option in ls(1).mux2005-11-101-1/+2
* Add a -I option to disable the automatic -A flag for the super-user.mux2005-11-102-9/+25
* fix typos: decribed -> described, preceeded -> precededrse2005-09-061-3/+3
* Improved descriptions of block size handling.garys2005-08-311-37/+48
* Remove the EXAMPLES section that describes how to sort by size usingdd2005-06-031-15/+0
* Improve wording: A sort is "in" a particular order, not "by" add2005-06-031-2/+2
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadydd2005-06-035-12/+43
* Expand *n't contractions.ru2005-02-131-2/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-2/+2
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-17/+17
* The total sum of blocks for the -l and -s option is printed always,joerg2005-01-111-3/+5
* /*- or .\"- or #- to begin license clauses.imp2005-01-106-6/+6
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Fix some style bugs I introduced pointed out by bde. Also add a blankdwmalone2004-06-231-15/+23
* Use nanoseconds and then lexicographic ordering when the seconds ofdwmalone2004-06-221-6/+42
OpenPOWER on IntegriCloud