| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r288330,r288423,r288678,r288905,r288906,r288907,r289102: | ngie | 2015-10-25 | 3 | -0/+979 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 1 | -0/+3 |
* | Add a few examples. | joel | 2013-03-15 | 1 | -1/+19 |
* | When WCHAR_MIN == 0 the check if a wchar_t value will always be true. In | andrew | 2013-01-06 | 1 | -1/+4 |
* | Undo over-aggressive conversion of spaces to tabs. ie: those within | peter | 2012-11-09 | 2 | -6/+6 |
* | Replace spaces with tabs where appropriate. | grog | 2012-11-08 | 6 | -36/+36 |
* | Add y flag and environment variable LS_SAMESORT to specify the same | grog | 2012-11-08 | 6 | -21/+110 |
* | Sort option parsing as far as practical. | grog | 2012-11-07 | 1 | -41/+42 |
* | Fix bin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 2 | -7/+11 |
* | Add build opton MK_LS_COLORS to control whether ls(1) supports colors | marcel | 2012-05-19 | 1 | -1/+4 |
* | If ls was invoked with -i but neither -l nor -s, blocksize was used in | des | 2011-10-19 | 1 | -2/+2 |
* | When calculating the width of the blocksize column, ls(1) used 512-byte | des | 2011-10-18 | 1 | -2/+2 |
* | Get rid of major/minor number distinction. | ed | 2011-09-28 | 4 | -39/+20 |
* | Update sticky(7) cross references. | pluknet | 2011-05-13 | 1 | -4/+4 |
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -32/+32 |
* | Make sure that FTS_COMFOLLOW is not set when the -P option is in effect. | jh | 2010-02-08 | 1 | -2/+6 |
* | Fixes for ls(1) long format (-l) output: | jh | 2010-01-24 | 3 | -21/+50 |
* | Print full path in the error message. It's possible that fts(3) | jh | 2010-01-24 | 1 | -1/+1 |
* | ls: Make -p not inhibit following symlinks. | jilles | 2009-10-13 | 1 | -1/+1 |
* | Fix regression introduced in r196712 - the 'name' string needs | trasz | 2009-09-02 | 1 | -5/+9 |
* | Add NFSv4 ACL support to ls(1). | trasz | 2009-08-31 | 1 | -52/+54 |
* | Add reference to strmode(3). | trasz | 2009-04-13 | 1 | -0/+1 |
* | Turn a tab into a space. This fixes a misalignment for ls -l. | imp | 2008-04-05 | 1 | -2/+2 |
* | - Add -D to usage(). | ru | 2008-04-04 | 2 | -4/+5 |
* | Add -D option to specify exact format of date and time output with ls -l. | grog | 2008-04-04 | 4 | -16/+46 |
* | Avoid a spurious warning for each whiteout found during "ls -lW". | ru | 2006-10-18 | 1 | -2/+3 |
* | - Improve description of the -A option. | ru | 2006-10-12 | 1 | -7/+12 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+1 |
* | Change the -S and -t options to override each other so that the last one | jhb | 2006-03-24 | 2 | -0/+10 |
* | Fix a bug such that if you enabled sorting by size (-S) and enabled a | jhb | 2006-03-24 | 1 | -4/+4 |
* | Add a few more references to -U. | jhb | 2006-03-24 | 1 | -4/+4 |
* | Add a new -U flag to instruct ls to use the birthtime for printing or | jhb | 2006-03-24 | 7 | -4/+49 |
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -3/+1 |
* | Having three options (-a, -A, -I) controlling the output of dotted | ru | 2005-11-16 | 3 | -20/+14 |
* | Mention the non-standardness of the -I option in ls(1). | mux | 2005-11-10 | 1 | -1/+2 |
* | Add a -I option to disable the automatic -A flag for the super-user. | mux | 2005-11-10 | 2 | -9/+25 |
* | fix typos: decribed -> described, preceeded -> preceded | rse | 2005-09-06 | 1 | -3/+3 |
* | Improved descriptions of block size handling. | garys | 2005-08-31 | 1 | -37/+48 |
* | Remove the EXAMPLES section that describes how to sort by size using | dd | 2005-06-03 | 1 | -15/+0 |
* | Improve wording: A sort is "in" a particular order, not "by" a | dd | 2005-06-03 | 1 | -2/+2 |
* | Add the -S option to sort files by size. NetBSD and OpenBSD already | dd | 2005-06-03 | 5 | -12/+43 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -2/+2 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -17/+17 |
* | The total sum of blocks for the -l and -s option is printed always, | joerg | 2005-01-11 | 1 | -3/+5 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 6 | -6/+6 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Fix some style bugs I introduced pointed out by bde. Also add a blank | dwmalone | 2004-06-23 | 1 | -15/+23 |
* | Use nanoseconds and then lexicographic ordering when the seconds of | dwmalone | 2004-06-22 | 1 | -6/+42 |
* | If we are asked to print the total number of blocks, do so even if we | das | 2004-06-08 | 1 | -12/+14 |