summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/du.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.stefanf2005-04-091-2/+1
* Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) fieldpjd2005-01-071-11/+13
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Give du(1) a -m option to report in megabytes.phk2004-06-021-2/+6
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-241-67/+9
* More style fixes, per bde.kientzle2004-05-021-6/+4
* Style fixes, most suggested by bde.kientzle2004-05-011-24/+19
* Speed up hardlink detection by using a self-sizing hashkientzle2004-04-301-32/+141
* -{h,k} are mutually exclisive. So only pay attention to the last of theobrien2003-03-301-2/+2
* Back out rev 1.27; getbsize(3)'s original interface has been restored.mike2002-12-301-2/+1
* Change the type of an unused variable to appease a warning.markm2002-10-231-1/+2
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-15/+8
* Consistently use FBSDIDobrien2002-06-301-3/+2
* remove __Pimp2002-03-221-7/+7
* GRR. This was not WARNS=2 clean. You cannot printf a 'long' withpeter2002-02-081-1/+1
* WARNS=2 fixupmarkm2001-12-021-1/+2
* Use the correct blocksize when invoked with both -h and -krobert2001-09-041-1/+2
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesroam2001-06-131-2/+66
* Use warnx(), -Wall cleaning and remove unused #includecharnier2000-03-261-7/+10
* fix bug with du -hdmharo2000-03-241-1/+1
* Add human-readable output flag, -hmharo2000-01-251-15/+116
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-2/+2
* Add missing '\n'; remove redundant 'h' case in getopt switch.rnordier1998-11-051-2/+1
* Add -c option to usage string.rnordier1998-11-051-1/+1
* Print correct total for -c option (previously, the total for the lastdes1998-09-111-1/+1
* Don't try to dereference a pointer to freed memory.des1998-07-291-7/+4
* * add a -c option which displays the grand total of all filesjkh1997-12-291-94/+118
* du(1) always exit with value zero.wosch1997-08-291-1/+1
* Document -k flag.charnier1997-06-301-4/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2peter1997-03-111-1/+2
* Add a 'depth (-d#)' flag to duscrappy1996-10-231-9/+24
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
* Implemented the -k flag more properly...don't destroy the user's settingdg1994-08-121-3/+10
* Gimme my `-k' option back!wollman1994-08-101-2/+5
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+229
OpenPOWER on IntegriCloud