summaryrefslogtreecommitdiff
path: root/usr.bin/du
AgeCommit message (Collapse)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21document exit values; from daniel dickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-08-27Use FTS_ROOTLEVEL instead of 0 when checking fts_level.Todd C. Miller
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
ok jmc@
2009-06-04- sync the descriptions of -h and -kJason McIntyre
- note that the last -h or -k specified takes precedence the latter part based on a diff from Daniel Dickman, with text from ls.1 ok otto millert
2009-06-03If both -h and -k are specified, the latter takes precedence.Todd C. Miller
Prompted by jmc@, OK otto@
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2007-11-13move xpg4 notes into STANDARDS; ok ottoJason McIntyre
2007-10-31sort flags in STANDARDS; from Pierre RiteauJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
- note which options are extensions to POSIX
2006-01-25lint says Pflag isn't needed. i concurTed Unangst
2005-04-17sort options + sync usage();Jason McIntyre
2004-06-21Actually commit right (r&b tree) version, instead of hash tableOtto Moerbeek
one. Previous commit from wrong tree. Spotted by Andre Lucas <andre at ae-35 dot com> ok millert@ canacar@
2004-06-14- use fmt_scaled(3) instead of home grown function to print -h numbersOtto Moerbeek
- do not use a linear list to keep track of inodes with link count > 2, use a red & black tree. Based on freebsd code that uses auto-sizing hash maps; this tree version by canacar@. ok millert@ canacar@
2004-06-02Don't want text in err() call following malloc failures.Tom Cosgrove
ok henning@
2003-07-02protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-24at least the man page existed in v3, not v6Michael Shalayeff
2001-07-30fix 0B case; morten@hotpost.dkTheo de Raadt
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-05-02-h overrides BLOCKSIZE; matt@anzen.comPaul Janzen
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-02-23Add -h option ("human-readable") as df. Based on suggestions and code fromPaul Janzen
Matt Bing <matt@anzen.com>.
2000-04-16correct return value; from FreeBSDEric Jackson
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Remove hard sentence breaks.Aaron Campbell
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.Aaron Campbell
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-06-22mention that block usage != file sizeTodd C. Miller
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-02-16-r for xpg conformanceTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-18Implement a -c (Grand Total) option, a'la GNU du(1).Todd C. Miller
From Luke Mewburn <lukem@telstra.com.au>, NetBSD PR #2805. Also -Wall happiness.
1996-06-26rcsidTheo de Raadt
1995-12-08s/environmental/environment/Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt