| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `n' to the synopsis. | obrien | 1999-10-16 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 9 | -9/+9 |
* | Backed out my -n change to imply -l by request of sheldonh. | chris | 1999-08-23 | 1 | -2/+0 |
* | Make -n flag compliant to the Single Unix Specification. | chris | 1999-08-23 | 1 | -1/+3 |
* | Take integer rounding into account in the buffer size approximation | sheldonh | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | sheldonh | 1999-08-19 | 1 | -4/+14 |
* | Add -n option to print numeric user and group IDs instead of names | sheldonh | 1999-08-02 | 3 | -9/+31 |
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 1 | -2/+2 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 2 | -4/+4 |
* | .Xr chflags 1 , | hoek | 1999-04-27 | 1 | -1/+2 |
* | changable -> changeable | billf | 1998-11-30 | 1 | -2/+2 |
* | Doh. What was I smoking when I wrote this? | des | 1998-10-13 | 1 | -5/+5 |
* | Null commit, just to test something. Please ignore. | jkh | 1998-10-04 | 1 | -2/+1 |
* | Add missing "else", without whom the prev. commit is a null change. | hoek | 1998-08-02 | 1 | -4/+3 |
* | Allow env. variable LS_COLWIDTHS to specify minimum column widths, | hoek | 1998-07-29 | 4 | -13/+97 |
* | Correct use of .Nm. Typo. | charnier | 1998-05-15 | 1 | -11/+11 |
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -2/+2 |
* | Add note about BLOCKSIZE variable to -s flag. | imp | 1998-04-29 | 1 | -2/+3 |
* | Fix nasty error in len_octal, result not initialized | ache | 1998-04-25 | 1 | -2/+2 |
* | Fix ctype error #1 - chars must be unsigned | ache | 1998-04-25 | 1 | -2/+2 |
* | Remove the bogus -? option after reading the getopt() manual :) | des | 1998-04-24 | 3 | -8/+6 |
* | o Removed two unused variables (f_dirname and f_newline) in ls.c | des | 1998-04-24 | 3 | -27/+58 |
* | o Renamed '-b' (show unprintables in octal) to '-B' | des | 1998-04-24 | 5 | -25/+97 |
* | Added -b option to display unprintables in octal. | des | 1998-04-21 | 6 | -11/+71 |
* | Make a couple of the stat flags dependent on the sys/stat.h header file | jb | 1998-01-09 | 1 | -1/+9 |
* | Use consistent spelling, | hoek | 1997-12-25 | 1 | -2/+2 |
* | environmental -> environment. | charnier | 1997-09-18 | 1 | -3/+3 |
* | Fix sorting of directories when doing '-d'. | sef | 1997-09-18 | 1 | -10/+6 |
* | Observe precedence set by Phillippe Charnier in adding an | steve | 1997-08-07 | 5 | -15/+28 |
* | Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid. | steve | 1997-08-07 | 7 | -35/+21 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 1 | -1/+9 |
* | Enable whiteout code since we now have the lite2 support for them. | dfr | 1997-04-29 | 2 | -4/+4 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -3/+3 |
* | make usage() and SYNOPSIS agree with each other and add missing options | obrien | 1997-03-26 | 2 | -4/+4 |
* | Typo fix. | mpp | 1997-03-07 | 1 | -2/+2 |
* | Add a missing period in the -o option description. | mpp | 1997-02-25 | 1 | -3/+10 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 9 | -9/+9 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 9 | -9/+9 |
* | Minor mdoc cleanup. | mpp | 1997-01-11 | 1 | -2/+4 |
* | Add a blurb describing the fact that ls will print the | mpp | 1997-01-11 | 1 | -2/+8 |
* | Make ls include the year when displaying times that are more than | mpp | 1997-01-11 | 1 | -2/+6 |
* | Use strcoll instead of strcmp for file names comparation | ache | 1996-12-28 | 1 | -3/+3 |
* | Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft | steve | 1996-12-14 | 7 | -19/+63 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -2/+2 |
* | set error status on exit, to be consistent with manpage and standard commands. | adam | 1996-08-27 | 1 | -2/+6 |
* | Use unsigned char for isprint | ache | 1996-03-31 | 1 | -2/+2 |
* | Remove unused include of utmp.h from print.c. Closes PR# 486. | mpp | 1996-01-20 | 1 | -2/+1 |
* | Print dev minor #'s > 255 in hex. | joerg | 1995-12-30 | 1 | -3/+7 |
* | Change locale to LC_ALL, there no bitmask | ache | 1995-10-26 | 1 | -2/+3 |
* | Change LC_ALL to LC_CTYPE|LC_TIME - small optimization | ache | 1995-10-23 | 1 | -2/+2 |