summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
...
* If we are asked to print the total number of blocks, do so even if wedas2004-06-081-12/+14
* Remove from the printfns the assumption that dp->list != NULL. Evendas2004-06-081-2/+6
* Plug small memory leak.le2004-06-031-0/+1
* Use humanize_number(3).pjd2004-05-252-60/+7
* Punctuation.ru2004-05-161-1/+1
* Only add the widths together for printable characters in prn_normal();tjr2004-05-031-1/+2
* Treat filenames as multibyte character strings (according to the currenttjr2004-05-024-65/+132
* Remove clause 3 from the UCB licenses.markm2004-04-067-28/+0
* Stop iterating over ACLs if we've already determined webmilekic2004-04-031-5/+11
* Document incorrect handling of multibyte characters in filenames.tjr2004-03-211-1/+5
* Fixes to output of `ls -lh` for certain file sizes:cperciva2004-03-011-4/+4
* Fix alignment of size field in `ls -lh` -- the width was being computedcperciva2004-01-221-2/+2
* Do something sensible if both -h and -k are given.obrien2003-12-012-0/+9
* Handle realloc() failure correctly.tjr2003-10-161-2/+5
* Add the -m, -w and -x options to ls's usage message.tjr2003-09-091-2/+2
* Note in STANDARDS that -gno are not (yet?) POSIX conformant.schweikh2003-08-081-1/+6
* -l prints all permissions, not just owner and groupbrueffer2003-07-101-1/+1
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-2/+0
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.trhodes2003-05-061-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-034-61/+59
* When mac_from_text() fails with -Z, print "-" rather than "" so thatrwatson2003-04-261-1/+1
* Reference maclabel(7).chris2003-01-201-1/+3
* pathconf() and acl_get_file() follow links so they cannot be used totjr2002-12-191-0/+8
* 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
OpenPOWER on IntegriCloud