| Commit message (Expand) | Author | Age | Files | Lines |
* | Make -f set -a, as required by the standard. | grog | 2014-04-03 | 1 | -3/+3 |
* | Undo over-aggressive conversion of spaces to tabs. ie: those within | peter | 2012-11-09 | 1 | -4/+4 |
* | Replace spaces with tabs where appropriate. | grog | 2012-11-08 | 1 | -11/+11 |
* | Add y flag and environment variable LS_SAMESORT to specify the same | grog | 2012-11-08 | 1 | -6/+19 |
* | 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 | 1 | -5/+7 |
* | 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 | 1 | -25/+16 |
* | 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 | 1 | -8/+20 |
* | 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 |
* | Add -D option to specify exact format of date and time output with ls -l. | grog | 2008-04-04 | 1 | -2/+6 |
* | Change the -S and -t options to override each other so that the last one | jhb | 2006-03-24 | 1 | -0/+3 |
* | Fix a bug such that if you enabled sorting by size (-S) and enabled a | 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 | 1 | -2/+14 |
* | Having three options (-a, -A, -I) controlling the output of dotted | ru | 2005-11-16 | 1 | -11/+7 |
* | Add a -I option to disable the automatic -A flag for the super-user. | mux | 2005-11-10 | 1 | -8/+16 |
* | Add the -S option to sort files by size. NetBSD and OpenBSD already | dd | 2005-06-03 | 1 | -6/+15 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -1/+1 |
* | If we are asked to print the total number of blocks, do so even if we | das | 2004-06-08 | 1 | -12/+14 |
* | Plug small memory leak. | le | 2004-06-03 | 1 | -0/+1 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Do something sensible if both -h and -k are given. | obrien | 2003-12-01 | 1 | -0/+1 |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 1 | -34/+32 |
* | When mac_from_text() fails with -Z, print "-" rather than "" so that | rwatson | 2003-04-26 | 1 | -1/+1 |
* | Improve handling of symlink targets when listing MAC labels: don't | rwatson | 2002-12-18 | 1 | -6/+13 |
* | Use warn() instead of perror() or fprintf() where appropriate. | tjr | 2002-11-06 | 1 | -8/+4 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+0 |
* | Attempt improved use of fts results: use the correct path to the | rwatson | 2002-10-24 | 1 | -4/+14 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 1 | -29/+61 |
* | Print non-printing characters in directory names, as well as file names, | tjr | 2002-10-18 | 1 | -4/+7 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 1 | -2/+2 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -10/+10 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -1/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -4/+4 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | Ignore empty COLUMNS environment variable. COLUMNS should take precedence | tjr | 2002-06-04 | 1 | -5/+5 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 1 | -4/+27 |
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 1 | -0/+3 |
* | Make 'user' and 'group' const as to not discard the qualifier from the | jmallett | 2002-05-15 | 1 | -1/+2 |
* | Remove an empty default case to make this syntactically correct. Not there | jmallett | 2002-05-15 | 1 | -1/+0 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -0/+2 |
* | Use __FBSDID() and clean up the vendor tags. | markm | 2002-02-03 | 1 | -5/+6 |
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint. | markm | 2002-02-03 | 1 | -41/+56 |
* | Fix unused variable. | imp | 2002-02-02 | 1 | -0/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -18/+11 |
* | Force raw printing of non-printable characters via the -w option. | joe | 2001-12-29 | 1 | -1/+6 |
* | Restore these files to shiny KNF. | joe | 2001-12-29 | 1 | -39/+45 |