summaryrefslogtreecommitdiffstats
path: root/bin/ls
Commit message (Expand)AuthorAgeFilesLines
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-281-32/+32
* 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-243-21/+50
* 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
* Fix regression introduced in r196712 - the 'name' string needstrasz2009-09-021-5/+9
* Add NFSv4 ACL support to ls(1).trasz2009-08-311-52/+54
* Add reference to strmode(3).trasz2009-04-131-0/+1
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* - Add -D to usage().ru2008-04-042-4/+5
* Add -D option to specify exact format of date and time output with ls -l.grog2008-04-044-16/+46
* Avoid a spurious warning for each whiteout found during "ls -lW".ru2006-10-181-2/+3
* - Improve description of the -A option.ru2006-10-121-7/+12
* Markup fixes.ru2006-09-171-1/+1
* Change the -S and -t options to override each other so that the last onejhb2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a few more references to -U.jhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-247-4/+49
* -mdoc sweep.ru2005-11-171-3/+1
* Having three options (-a, -A, -I) controlling the output of dottedru2005-11-163-20/+14
* Mention the non-standardness of the -I option in ls(1).mux2005-11-101-1/+2
* Add a -I option to disable the automatic -A flag for the super-user.mux2005-11-102-9/+25
* fix typos: decribed -> described, preceeded -> precededrse2005-09-061-3/+3
* Improved descriptions of block size handling.garys2005-08-311-37/+48
* Remove the EXAMPLES section that describes how to sort by size usingdd2005-06-031-15/+0
* Improve wording: A sort is "in" a particular order, not "by" add2005-06-031-2/+2
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadydd2005-06-035-12/+43
* Expand *n't contractions.ru2005-02-131-2/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-2/+2
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-17/+17
* The total sum of blocks for the -l and -s option is printed always,joerg2005-01-111-3/+5
* /*- or .\"- or #- to begin license clauses.imp2005-01-106-6/+6
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Fix some style bugs I introduced pointed out by bde. Also add a blankdwmalone2004-06-231-15/+23
* Use nanoseconds and then lexicographic ordering when the seconds ofdwmalone2004-06-221-6/+42
* 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
OpenPOWER on IntegriCloud