aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Add the -m, -w and -x options to ls's usage message.Tim J. Robbins2003-09-091-2/+2
* Note in STANDARDS that -gno are not (yet?) POSIX conformant.Jens Schweikhardt2003-08-081-1/+6
* -l prints all permissions, not just owner and groupChristian Brueffer2003-07-101-1/+1
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-2/+0
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.Tom Rhodes2003-05-061-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-034-61/+59
* When mac_from_text() fails with -Z, print "-" rather than "" so thatRobert Watson2003-04-261-1/+1
* Reference maclabel(7).Chris Costello2003-01-201-1/+3
* pathconf() and acl_get_file() follow links so they cannot be used toTim J. Robbins2002-12-191-0/+8
* Improve handling of symlink targets when listing MAC labels: don'tRobert Watson2002-12-181-6/+13
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-251-6/+9
* Use warn() instead of perror() or fprintf() where appropriate.Tim J. Robbins2002-11-062-14/+8
* Print a `+' character after the standard UNIX permission fields in longTim J. Robbins2002-11-032-2/+73
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+0
* Attempt improved use of fts results: use the correct path to theRobert Watson2002-10-241-4/+14
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-247-238/+69
* Constify, staticify, rationalise types and fix other related warnings.Mark Murray2002-10-231-8/+8
* Constify to squash some warnings.Mark Murray2002-10-232-2/+2
* Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-10-183-5/+9
* Output "human-readable" values with a non-0 precision whereDima Dorfman2002-10-181-7/+9
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Fix a warning of "possibly used before initialisation".Giorgos Keramidas2002-08-291-2/+1
* Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-10/+10
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-1/+1
* mdoc(7) police: fixed the document date.Ruslan Ermilov2002-08-191-1/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* err() is documented as allowing NULL for the format string but GCC isn'tMatthew Dillon2002-07-102-6/+6
* Consistently use __FBSDIDDavid E. O'Brien2002-06-304-16/+9
* Ignore empty COLUMNS environment variable. COLUMNS should take precedenceTim J. Robbins2002-06-041-5/+5
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-2/+3
* Add missing options required by SUSv3:Tim J. Robbins2002-05-195-16/+100
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-161-1/+1
* restore missing default case removed in ls.c:r1.57Bill Fumerola2002-05-152-0/+4
* Make 'user' and 'group' const as to not discard the qualifier from theJuli Mallett2002-05-151-1/+2
* Remove an empty default case to make this syntactically correct. Not thereJuli Mallett2002-05-151-1/+0
* ls(1) is utility not functionPhilippe Charnier2002-04-161-1/+1
* Document option to option dependancy. Fix typo.John W. De Boskey2002-04-151-3/+7
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-261-1/+1
* NAI DBA update.Robert Watson2002-03-142-2/+2
* Add (unsigned char) cast lost in WARNS=4 fixes which break 8bit localesAndrey A. Chernov2002-02-281-1/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-2/+1
* Fixed divots that I created when I moved prototypes of group_from_gidWarner Losh2002-02-191-0/+2
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+2
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+2
* Use __FBSDID() and clean up the vendor tags.Mark Murray2002-02-035-21/+27
* WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.Mark Murray2002-02-037-72/+84
* Fix unused variable.Warner Losh2002-02-021-0/+1
* o __P has been reovedWarner Losh2002-02-026-109/+71
* mdoc(7) police: tidy up.Ruslan Ermilov2002-01-091-54/+87
* Fixed style bug (unsorting of SRCS) in rev.1.15.Bruce Evans2001-12-291-1/+1