aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
Commit message (Expand)AuthorAgeFilesLines
* Markup fixes.Ruslan Ermilov2006-09-291-1/+5
* o Implement "-n" flag: ignore files and directories with user "nodump"Maxim Konovalov2006-05-062-3/+14
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+1
* Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) fieldPawel Jakub Dawidek2005-01-071-11/+13
* Add a missing full-stop to match the rest of the items in a list.Giorgos Keramidas2004-10-241-1/+1
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* typos.Poul-Henning Kamp2004-06-021-2/+2
* Give du(1) a -m option to report in megabytes.Poul-Henning Kamp2004-06-022-10/+9
* Use humanize_number(3) to format sizes into a human readable form.Pawel Jakub Dawidek2004-05-242-69/+11
* Mark du(1) as WARNS6 clean.Pawel Jakub Dawidek2004-05-241-0/+1
* More style fixes, per bde.Tim Kientzle2004-05-021-6/+4
* Style fixes, most suggested by bde.Tim Kientzle2004-05-011-24/+19
* Speed up hardlink detection by using a self-sizing hashTim Kientzle2004-04-301-32/+141
* -{h,k} are mutually exclisive. So only pay attention to the last of theDavid E. O'Brien2003-03-301-2/+2
* Back out rev 1.27; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-2/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
* Change the type of an unused variable to appease a warning.Mark Murray2002-10-231-1/+2
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-15/+8
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-3/+2
* More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-191-2/+3
* remove __PWarner Losh2002-03-221-7/+7
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* GRR. This was not WARNS=2 clean. You cannot printf a 'long' withPeter Wemm2002-02-081-1/+1
* WARNS=2 fixupMark Murray2001-12-022-2/+3
* Use the correct blocksize when invoked with both -h and -kRobert Drehmel2001-09-041-1/+2
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesPeter Pentchev2001-06-132-2/+70
* Make it clear that -P is the default.Ruslan Ermilov2001-05-251-4/+4
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Backed out part of the revision 1.10.Ruslan Ermilov2000-10-161-1/+2
* Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in mostBruce Evans2000-03-271-2/+2
* Use warnx(), -Wall cleaning and remove unused #includePhilippe Charnier2000-03-262-12/+15
* fix bug with du -hdMichael Haro2000-03-241-1/+1
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* cleanup using suggestions from bdeMichael Haro2000-01-271-4/+4
* Add human-readable output flag, -hMichael Haro2000-01-253-16/+128
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
* 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
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* * add a -c option which displays the grand total of all filesJordan K. Hubbard1997-12-292-123/+144