| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the length modifier 'll' instead of 'q' to print long longs. | stefanf | 2004-07-28 | 1 | -1/+1 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 1 | -0/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | typos. | phk | 2004-06-02 | 1 | -2/+2 |
* | Give du(1) a -m option to report in megabytes. | phk | 2004-06-02 | 2 | -10/+9 |
* | Use humanize_number(3) to format sizes into a human readable form. | pjd | 2004-05-24 | 2 | -69/+11 |
* | Mark du(1) as WARNS6 clean. | pjd | 2004-05-24 | 1 | -0/+1 |
* | More style fixes, per bde. | kientzle | 2004-05-02 | 1 | -6/+4 |
* | Style fixes, most suggested by bde. | kientzle | 2004-05-01 | 1 | -24/+19 |
* | Speed up hardlink detection by using a self-sizing hash | kientzle | 2004-04-30 | 1 | -32/+141 |
* | -{h,k} are mutually exclisive. So only pay attention to the last of the | obrien | 2003-03-30 | 1 | -2/+2 |
* | Back out rev 1.27; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -2/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -2/+2 |
* | Change the type of an unused variable to appease a warning. | markm | 2002-10-23 | 1 | -1/+2 |
* | ANSIify function definitions to avoid a warning. | dwmalone | 2002-07-28 | 1 | -15/+8 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -3/+2 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
* | remove __P | imp | 2002-03-22 | 1 | -7/+7 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | GRR. This was not WARNS=2 clean. You cannot printf a 'long' with | peter | 2002-02-08 | 1 | -1/+1 |
* | WARNS=2 fixup | markm | 2001-12-02 | 2 | -2/+3 |
* | Use the correct blocksize when invoked with both -h and -k | robert | 2001-09-04 | 1 | -1/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
* | Add '-I mask' cmdline flag to ignore/skip files and subdirectories | roam | 2001-06-13 | 2 | -2/+70 |
* | Make it clear that -P is the default. | ru | 2001-05-25 | 1 | -4/+4 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Backed out part of the revision 1.10. | ru | 2000-10-16 | 1 | -1/+2 |
* | Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most | bde | 2000-03-27 | 1 | -2/+2 |
* | Use warnx(), -Wall cleaning and remove unused #include | charnier | 2000-03-26 | 2 | -12/+15 |
* | fix bug with du -hd | mharo | 2000-03-24 | 1 | -1/+1 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -2/+4 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | cleanup using suggestions from bde | mharo | 2000-01-27 | 1 | -4/+4 |
* | Add human-readable output flag, -h | mharo | 2000-01-25 | 3 | -16/+128 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |
* | Add missing '\n'; remove redundant 'h' case in getopt switch. | rnordier | 1998-11-05 | 1 | -2/+1 |
* | Add -c option to usage string. | rnordier | 1998-11-05 | 1 | -1/+1 |
* | Print correct total for -c option (previously, the total for the last | des | 1998-09-11 | 1 | -1/+1 |
* | Don't try to dereference a pointer to freed memory. | des | 1998-07-29 | 1 | -7/+4 |
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -2/+2 |
* | * add a -c option which displays the grand total of all files | jkh | 1997-12-29 | 2 | -123/+144 |
* | du(1) always exit with value zero. | wosch | 1997-08-29 | 1 | -1/+1 |
* | Document -k flag. | charnier | 1997-06-30 | 2 | -8/+15 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -1/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |