aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
...
* The total sum of blocks for the -l and -s option is printed always,Joerg Wunsch2005-01-111-3/+5
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-106-6/+6
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Fix some style bugs I introduced pointed out by bde. Also add a blankDavid Malone2004-06-231-15/+23
* Use nanoseconds and then lexicographic ordering when the seconds ofDavid Malone2004-06-221-6/+42
* If we are asked to print the total number of blocks, do so even if weDavid Schultz2004-06-081-12/+14
* Remove from the printfns the assumption that dp->list != NULL. EvenDavid Schultz2004-06-081-2/+6
* Plug small memory leak.Lukas Ertl2004-06-031-0/+1
* Use humanize_number(3).Pawel Jakub Dawidek2004-05-252-60/+7
* Punctuation.Ruslan Ermilov2004-05-161-1/+1
* Only add the widths together for printable characters in prn_normal();Tim J. Robbins2004-05-031-1/+2
* Treat filenames as multibyte character strings (according to the currentTim J. Robbins2004-05-024-65/+132
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-067-28/+0
* Stop iterating over ACLs if we've already determined weBosko Milekic2004-04-031-5/+11
* Document incorrect handling of multibyte characters in filenames.Tim J. Robbins2004-03-211-1/+5
* Fixes to output of `ls -lh` for certain file sizes:Colin Percival2004-03-011-4/+4
* Fix alignment of size field in `ls -lh` -- the width was being computedColin Percival2004-01-221-2/+2
* Do something sensible if both -h and -k are given.David E. O'Brien2003-12-012-0/+9
* Handle realloc() failure correctly.Tim J. Robbins2003-10-161-2/+5
* 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