| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 1.100: | Ruslan Ermilov | 2006-10-16 | 1 | -7/+12 |
| * | MFC: Add a new -U flag to instruct ls to use the birthtime for printing or | John Baldwin | 2006-05-18 | 7 | -8/+53 |
| * | MFC: Reimplement the -I option. | Ruslan Ermilov | 2005-11-22 | 3 | -20/+14 |
| * | MFC: | Maxime Henrion | 2005-11-13 | 2 | -10/+27 |
| * | MFC: Improved descriptions of block size handling. | Gary W. Swearingen | 2005-09-07 | 1 | -37/+48 |
| * | Remove the EXAMPLES section that describes how to sort by size using | Dima Dorfman | 2005-06-03 | 1 | -15/+0 |
| * | Improve wording: A sort is "in" a particular order, not "by" a | Dima Dorfman | 2005-06-03 | 1 | -2/+2 |
| * | Add the -S option to sort files by size. NetBSD and OpenBSD already | Dima Dorfman | 2005-06-03 | 5 | -12/+43 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -2/+2 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-09 | 1 | -2/+2 |
| * | Add the new standard EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-16 | 1 | -17/+17 |
| * | The total sum of blocks for the -l and -s option is printed always, | Joerg Wunsch | 2005-01-11 | 1 | -3/+5 |
| * | /*- or .\"- or #- to begin license clauses. | Warner Losh | 2005-01-10 | 6 | -6/+6 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
| * | Fix some style bugs I introduced pointed out by bde. Also add a blank | David Malone | 2004-06-23 | 1 | -15/+23 |
| * | Use nanoseconds and then lexicographic ordering when the seconds of | David Malone | 2004-06-22 | 1 | -6/+42 |
| * | If we are asked to print the total number of blocks, do so even if we | David Schultz | 2004-06-08 | 1 | -12/+14 |
| * | Remove from the printfns the assumption that dp->list != NULL. Even | David Schultz | 2004-06-08 | 1 | -2/+6 |
| * | Plug small memory leak. | Lukas Ertl | 2004-06-03 | 1 | -0/+1 |
| * | Use humanize_number(3). | Pawel Jakub Dawidek | 2004-05-25 | 2 | -60/+7 |
| * | Punctuation. | Ruslan Ermilov | 2004-05-16 | 1 | -1/+1 |
| * | Only add the widths together for printable characters in prn_normal(); | Tim J. Robbins | 2004-05-03 | 1 | -1/+2 |
| * | Treat filenames as multibyte character strings (according to the current | Tim J. Robbins | 2004-05-02 | 4 | -65/+132 |
| * | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 7 | -28/+0 |
| * | Stop iterating over ACLs if we've already determined we | Bosko Milekic | 2004-04-03 | 1 | -5/+11 |
| * | Document incorrect handling of multibyte characters in filenames. | Tim J. Robbins | 2004-03-21 | 1 | -1/+5 |
| * | Fixes to output of `ls -lh` for certain file sizes: | Colin Percival | 2004-03-01 | 1 | -4/+4 |
| * | Fix alignment of size field in `ls -lh` -- the width was being computed | Colin Percival | 2004-01-22 | 1 | -2/+2 |
| * | Do something sensible if both -h and -k are given. | David E. O'Brien | 2003-12-01 | 2 | -0/+9 |
| * | Handle realloc() failure correctly. | Tim J. Robbins | 2003-10-16 | 1 | -2/+5 |
| * | Add the -m, -w and -x options to ls's usage message. | Tim J. Robbins | 2003-09-09 | 1 | -2/+2 |
| * | Note in STANDARDS that -gno are not (yet?) POSIX conformant. | Jens Schweikhardt | 2003-08-08 | 1 | -1/+6 |
| * | -l prints all permissions, not just owner and group | Christian Brueffer | 2003-07-10 | 1 | -1/+1 |
| * | Get this area compiling with the highest WARNS= that it works with. | Mark Murray | 2003-06-13 | 1 | -2/+0 |
| * | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | Tom Rhodes | 2003-05-06 | 1 | -1/+1 |
| * | Fix a bazillion warnings. This makes almost the whole of src/bin/* | Mark Murray | 2003-05-03 | 4 | -61/+59 |
| * | When mac_from_text() fails with -Z, print "-" rather than "" so that | Robert Watson | 2003-04-26 | 1 | -1/+1 |
| * | Reference maclabel(7). | Chris Costello | 2003-01-20 | 1 | -1/+3 |
| * | pathconf() and acl_get_file() follow links so they cannot be used to | Tim J. Robbins | 2002-12-19 | 1 | -0/+8 |
| * | Improve handling of symlink targets when listing MAC labels: don't | Robert Watson | 2002-12-18 | 1 | -6/+13 |
| * | mdoc(7) police: markup fixes. | Ruslan Ermilov | 2002-11-25 | 1 | -6/+9 |
| * | Use warn() instead of perror() or fprintf() where appropriate. | Tim J. Robbins | 2002-11-06 | 2 | -14/+8 |
| * | Print a `+' character after the standard UNIX permission fields in long | Tim J. Robbins | 2002-11-03 | 2 | -2/+73 |
| * | Do not include <sys/syslimits.h> directly; it is not intended for general | Garrett Wollman | 2002-10-27 | 1 | -1/+0 |
| * | Attempt improved use of fts results: use the correct path to the | Robert Watson | 2002-10-24 | 1 | -4/+14 |
| * | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | Robert Watson | 2002-10-24 | 7 | -238/+69 |
| * | Constify, staticify, rationalise types and fix other related warnings. | Mark Murray | 2002-10-23 | 1 | -8/+8 |
| * | Constify to squash some warnings. | Mark Murray | 2002-10-23 | 2 | -2/+2 |
| * | Print non-printing characters in directory names, as well as file names, | Tim J. Robbins | 2002-10-18 | 3 | -5/+9 |
| * | Output "human-readable" values with a non-0 precision where | Dima Dorfman | 2002-10-18 | 1 | -7/+9 |