summaryrefslogtreecommitdiffstats
path: root/bin/ls/ls.c
Commit message (Expand)AuthorAgeFilesLines
* Undo over-aggressive conversion of spaces to tabs. ie: those withinpeter2012-11-091-4/+4
* Replace spaces with tabs where appropriate.grog2012-11-081-11/+11
* Add y flag and environment variable LS_SAMESORT to specify the samegrog2012-11-081-6/+19
* Sort option parsing as far as practical.grog2012-11-071-41/+42
* Fix bin/ build with a 64-bit ino_t.mdf2012-09-271-5/+7
* 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-281-25/+16
* 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-241-8/+20
* 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
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-041-2/+6
* Change the -S and -t options to override each other so that the last onejhb2006-03-241-0/+3
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-241-2/+14
* Having three options (-a, -A, -I) controlling the output of dottedru2005-11-161-11/+7
* Add a -I option to disable the automatic -A flag for the super-user.mux2005-11-101-8/+16
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadydd2005-06-031-6/+15
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* If we are asked to print the total number of blocks, do so even if wedas2004-06-081-12/+14
* Plug small memory leak.le2004-06-031-0/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Do something sensible if both -h and -k are given.obrien2003-12-011-0/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-34/+32
* When mac_from_text() fails with -Z, print "-" rather than "" so thatrwatson2003-04-261-1/+1
* Improve handling of symlink targets when listing MAC labels: don'trwatson2002-12-181-6/+13
* Use warn() instead of perror() or fprintf() where appropriate.tjr2002-11-061-8/+4
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+0
* Attempt improved use of fts results: use the correct path to therwatson2002-10-241-4/+14
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-241-29/+61
* Print non-printing characters in directory names, as well as file names,tjr2002-10-181-4/+7
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-251-10/+10
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-4/+4
* Consistently use __FBSDIDobrien2002-06-301-4/+2
* Ignore empty COLUMNS environment variable. COLUMNS should take precedencetjr2002-06-041-5/+5
* Add missing options required by SUSv3:tjr2002-05-191-4/+27
* restore missing default case removed in ls.c:r1.57billf2002-05-151-0/+3
* Make 'user' and 'group' const as to not discard the qualifier from thejmallett2002-05-151-1/+2
* Remove an empty default case to make this syntactically correct. Not therejmallett2002-05-151-1/+0
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* Use __FBSDID() and clean up the vendor tags.markm2002-02-031-5/+6
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-031-41/+56
* Fix unused variable.imp2002-02-021-0/+1
* o __P has been reovedimp2002-02-021-18/+11
* Force raw printing of non-printable characters via the -w option.joe2001-12-291-1/+6
* Restore these files to shiny KNF.joe2001-12-291-39/+45
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-281-1/+5
OpenPOWER on IntegriCloud