summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
...
* Improve handling of symlink targets when listing MAC labels: don'trwatson2002-12-181-6/+13
* mdoc(7) police: markup fixes.ru2002-11-251-6/+9
* Use warn() instead of perror() or fprintf() where appropriate.tjr2002-11-062-14/+8
* Print a `+' character after the standard UNIX permission fields in longtjr2002-11-032-2/+73
* 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-247-238/+69
* Constify, staticify, rationalise types and fix other related warnings.markm2002-10-231-8/+8
* Constify to squash some warnings.markm2002-10-232-2/+2
* Print non-printing characters in directory names, as well as file names,tjr2002-10-183-5/+9
* Output "human-readable" values with a non-0 precision wheredd2002-10-181-7/+9
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Fix a warning of "possibly used before initialisation".keramida2002-08-291-2/+1
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-251-10/+10
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-1/+1
* mdoc(7) police: fixed the document date.ru2002-08-191-1/+1
* 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-102-6/+6
* Consistently use __FBSDIDobrien2002-06-304-16/+9
* Ignore empty COLUMNS environment variable. COLUMNS should take precedencetjr2002-06-041-5/+5
* mdoc(7) police: markup nits.ru2002-05-291-2/+3
* Add missing options required by SUSv3:tjr2002-05-195-16/+100
* Consistancy check s/file system/filesystem/trhodes2002-05-161-1/+1
* restore missing default case removed in ls.c:r1.57billf2002-05-152-0/+4
* 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
* ls(1) is utility not functioncharnier2002-04-161-1/+1
* Document option to option dependancy. Fix typo.jwd2002-04-151-3/+7
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-03-261-1/+1
* NAI DBA update.rwatson2002-03-142-2/+2
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesache2002-02-281-1/+1
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-2/+1
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-191-0/+2
* Correct inadvertent style botches in previous commit.kris2002-02-041-2/+2
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+2
* Use __FBSDID() and clean up the vendor tags.markm2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-037-72/+84
* Fix unused variable.imp2002-02-021-0/+1
* o __P has been reovedimp2002-02-026-109/+71
* mdoc(7) police: tidy up.ru2002-01-091-54/+87
* Fixed style bug (unsorting of SRCS) in rev.1.15.bde2001-12-291-1/+1
* Fixed style bugs in revs. 1.6, 1.10 and 1.12.bde2001-12-291-3/+2
* Fixed missing DPADD and disordered LDADD in rev.1.17bde2001-12-291-1/+2
* LSCOLOURS should be spelt LSCOLORS.joe2001-12-291-1/+1
* Remove part of a diff committed at the end of the file.ben2001-12-291-20/+0
* Force raw printing of non-printable characters via the -w option.joe2001-12-292-3/+12
* Restore these files to shiny KNF.joe2001-12-292-82/+88
* Convert some spaces into tabs that I missed first time around.joe2001-12-281-30/+30
* Revert most of rev 1.42, to restore KNF style.joe2001-12-281-49/+49
* Add a new flag, -h which when combined with the -l option causesjoe2001-12-286-5/+107
OpenPOWER on IntegriCloud