| Commit message (Expand) | Author | Age | Files | Lines |
* | Report the next directory being scanned when a ^T is pressed (or any | imp | 2009-04-30 | 1 | -0/+15 |
* | Restore (intmax_t) casts I lost during the last change & unbreak the build. | mlaier | 2008-11-06 | 1 | -4/+6 |
* | Add two new options to du(1): | mlaier | 2008-11-06 | 1 | -28/+53 |
* | Declare functions and variables static and save a few byte. This is a | mlaier | 2008-11-04 | 1 | -9/+9 |
* | style(9): mostly avoiding line wrap by not indenting cases. No obj change. | mlaier | 2008-11-04 | 1 | -114/+121 |
* | Implement from scratch a -l option for du(1), to match the same option | keramida | 2008-02-25 | 1 | -5/+12 |
* | setenv(3) sets errno on failure, use warn() instead | kevlo | 2007-11-08 | 1 | -3/+3 |
* | Check return value for setenv() | kevlo | 2007-11-06 | 1 | -3/+7 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -3/+3 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -3/+3 |
* | Eliminate error with -W* strict flags and make putenv() calls conforming to | ache | 2007-04-30 | 1 | -3/+3 |
* | o Implement "-n" flag: ignore files and directories with user "nodump" | maxim | 2006-05-06 | 1 | -2/+9 |
* | Remove unused variables. | stefanf | 2005-04-09 | 1 | -2/+1 |
* | Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) field | pjd | 2005-01-07 | 1 | -11/+13 |
* | 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 |
* | Give du(1) a -m option to report in megabytes. | phk | 2004-06-02 | 1 | -2/+6 |
* | Use humanize_number(3) to format sizes into a human readable form. | pjd | 2004-05-24 | 1 | -67/+9 |
* | 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 |
* | 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 |
* | remove __P | imp | 2002-03-22 | 1 | -7/+7 |
* | 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 | 1 | -1/+2 |
* | Use the correct blocksize when invoked with both -h and -k | robert | 2001-09-04 | 1 | -1/+2 |
* | Add '-I mask' cmdline flag to ignore/skip files and subdirectories | roam | 2001-06-13 | 1 | -2/+66 |
* | Use warnx(), -Wall cleaning and remove unused #include | charnier | 2000-03-26 | 1 | -7/+10 |
* | fix bug with du -hd | mharo | 2000-03-24 | 1 | -1/+1 |
* | Add human-readable output flag, -h | mharo | 2000-01-25 | 1 | -15/+116 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 1 | -2/+2 |
* | 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 |
* | * add a -c option which displays the grand total of all files | jkh | 1997-12-29 | 1 | -94/+118 |
* | du(1) always exit with value zero. | wosch | 1997-08-29 | 1 | -1/+1 |
* | Document -k flag. | charnier | 1997-06-30 | 1 | -4/+3 |
* | 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 |
* | Add a 'depth (-d#)' flag to du | scrappy | 1996-10-23 | 1 | -9/+24 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
* | The last commit was bogus...the putenv doesn't affect the parent process, | dg | 1994-08-12 | 1 | -10/+3 |
* | Implemented the -k flag more properly...don't destroy the user's setting | dg | 1994-08-12 | 1 | -3/+10 |
* | Gimme my `-k' option back! | wollman | 1994-08-10 | 1 | -2/+5 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+229 |