aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du/du.c
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* Add missing '\n'; remove redundant 'h' case in getopt switch.Robert Nordier1998-11-051-2/+1
* Add -c option to usage string.Robert Nordier1998-11-051-1/+1
* Print correct total for -c option (previously, the total for the lastDag-Erling Smørgrav1998-09-111-1/+1
* Don't try to dereference a pointer to freed memory.Dag-Erling Smørgrav1998-07-291-7/+4
* * add a -c option which displays the grand total of all filesJordan K. Hubbard1997-12-291-94/+118
* du(1) always exit with value zero.Wolfram Schneider1997-08-291-1/+1
* Document -k flag.Philippe Charnier1997-06-301-4/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-1/+2
* Add a 'depth (-d#)' flag to duMarc G. Fournier1996-10-231-9/+24
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* The last commit was bogus...the putenv doesn't affect the parent process,David Greenman1994-08-121-10/+3
* Implemented the -k flag more properly...don't destroy the user's settingDavid Greenman1994-08-121-3/+10
* Gimme my `-k' option back!Garrett Wollman1994-08-101-2/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+229