Age | Commit message (Expand) | Author |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-09-07 | remove history of when each du(1) flag was added | Jonathan Gray |
2020-10-21 | simplify and improve the example by using the -a and -d options; | Ingo Schwarze |
2020-01-30 | add missing command prompt in the example; requested by jmc@ | Ingo Schwarze |
2020-01-30 | add a short EXAMPLES section; | Ingo Schwarze |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2016-08-24 | Convert quad_t to int64_t and %q to %ll | Philip Guenther |
2015-10-10 | pledge to only use "stdio rpath"; ok doug | Theo de Raadt |
2015-06-25 | Put fts_close() where missing. | Masao Uebayashi |
2014-10-20 | fix a regression that i caused in rev. 1.26: *do* report the size of | Ingo Schwarze |
2014-10-19 | rearrange -d, again, after giving ingo some dodgy advice; | Jason McIntyre |
2014-10-19 | in usage() and SYNOPSIS, sort options as suggested by jmc@ | Ingo Schwarze |
2014-10-17 | Add the -d flag (limit display depth) for compatibility with FreeBSD, | Ingo Schwarze |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-02-14 | Regarding -r, cite the latest standard that required it instead of | Ingo Schwarze |
2014-02-13 | -r is not a posix extension (my error), it is there for compat reasons; | Jason McIntyre |
2014-02-04 | remove brackets for -H: this information given is not secondary; | Jason McIntyre |
2013-11-13 | a few things can be static to avoid need for protos | Theo de Raadt |
2011-04-27 | cast one blocksize occurrence to unsigned long, fixes du(1)'s output | Igor Sobrado |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-27 | Use FTS_ROOTLEVEL instead of 0 when checking fts_level. | Todd C. Miller |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-06-04 | - sync the descriptions of -h and -k | Jason McIntyre |
2009-06-03 | If both -h and -k are specified, the latter takes precedence. | Todd C. Miller |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2007-11-13 | move xpg4 notes into STANDARDS; ok otto | Jason McIntyre |
2007-10-31 | sort flags in STANDARDS; from Pierre Riteau | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2006-01-25 | lint says Pflag isn't needed. i concur | Ted Unangst |
2005-04-17 | sort options + sync usage(); | Jason McIntyre |
2004-06-21 | Actually commit right (r&b tree) version, instead of hash table | Otto Moerbeek |
2004-06-14 | - use fmt_scaled(3) instead of home grown function to print -h numbers | Otto Moerbeek |
2004-06-02 | Don't want text in err() call following malloc failures. | Tom Cosgrove |
2003-07-02 | protos | Theo de Raadt |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | at least the man page existed in v3, not v6 | Michael Shalayeff |
2001-07-30 | fix 0B case; morten@hotpost.dk | Theo de Raadt |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |
2001-05-02 | -h overrides BLOCKSIZE; matt@anzen.com | Paul Janzen |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2001-02-23 | Add -h option ("human-readable") as df. Based on suggestions and code from | Paul Janzen |
2000-04-16 | correct return value; from FreeBSD | Eric Jackson |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-05 | Remove hard sentence breaks. | Aaron Campbell |
2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. | Aaron Campbell |