Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it clear that -P is the default. | ru | 2001-05-25 | 1 | -4/+4 |
| | | | | PR: docs/27629 | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Backed out part of the revision 1.10. | ru | 2000-10-16 | 1 | -1/+2 |
| | | | | BLOCKSIZE could specify arbitrary block sizes, not exactly 1K blocks. | ||||
* | Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in most | bde | 2000-03-27 | 1 | -2/+2 |
| | | | | | | | cases and broke the world in some cases. Fixed style bugs for DPADD and LDADD (don't use += for variables defined only once). | ||||
* | Use warnx(), -Wall cleaning and remove unused #include | charnier | 2000-03-26 | 2 | -12/+15 |
| | | | | Better use of .Nm and .Ar | ||||
* | fix bug with du -hd | mharo | 2000-03-24 | 1 | -1/+1 |
| | | | | Submitted by: dcs | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -2/+4 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | cleanup using suggestions from bde | mharo | 2000-01-27 | 1 | -4/+4 |
| | |||||
* | Add human-readable output flag, -h | mharo | 2000-01-25 | 3 | -16/+128 |
| | | | | Reviewed by: obrien | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |
| | |||||
* | Add missing '\n'; remove redundant 'h' case in getopt switch. | rnordier | 1998-11-05 | 1 | -2/+1 |
| | |||||
* | Add -c option to usage string. | rnordier | 1998-11-05 | 1 | -1/+1 |
| | | | | | PR: 8568 Submitted by: Ryan Younce <ryany@pobox.com> | ||||
* | Print correct total for -c option (previously, the total for the last | des | 1998-09-11 | 1 | -1/+1 |
| | | | | | | | directory scanned was printed instead of the real total) PR: bin/7896 Submitted by: Zach Heilig <zach@gaffaneys.com> | ||||
* | Don't try to dereference a pointer to freed memory. | des | 1998-07-29 | 1 | -7/+4 |
| | | | | PR: bin/7393 | ||||
* | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -2/+2 |
| | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | * add a -c option which displays the grand total of all files | jkh | 1997-12-29 | 2 | -123/+144 |
| | | | | | | | | | | | | | | | | | | | counted. * re-word parts of the man page which I felt were badly worded or ambiguous. * change the behaviour of argument processing so that when more than one of the -P, -H and -L options are specified it will print an error message, rather than choosing the last option specified, this behaviour is more logical and consistent with other utilities. * change the behaviour of argument processing so that negative arguments to the -d option are not allowed. PR: 5388 Submitted by: Niall Smart <rotel@indigo.ie> | ||||
* | du(1) always exit with value zero. | wosch | 1997-08-29 | 1 | -1/+1 |
| | | | | | | | $ du /foobar du: /foobar: No such file or directory $ echo $? 0 | ||||
* | Document -k flag. | charnier | 1997-06-30 | 2 | -8/+15 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -1/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Add a 'depth (-d#)' flag to du | scrappy | 1996-10-23 | 2 | -11/+30 |
| | | | | | | patched (context diff), compiled (w/ -Wall) and tested Submitted by: John-Mark Gurney <jmg@nike.efn.org> | ||||
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -1/+2 |
| | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 | ||||
* | Restore the reference to quot(8). | mpp | 1995-08-13 | 1 | -1/+1 |
| | |||||
* | Submitted by: careilly@tcd.ie Colman Reilly | ats | 1995-08-12 | 1 | -1/+1 |
| | | | | | replace the reference of quot(8) with a reference to quota(1). Colman Reilly noticed the missing quot, GNATS bin/671. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | The last commit was bogus...the putenv doesn't affect the parent process, | dg | 1994-08-12 | 1 | -10/+3 |
| | | | | so the BLOCKSIZE doesn't need to be preserved. | ||||
* | Implemented the -k flag more properly...don't destroy the user's setting | dg | 1994-08-12 | 1 | -3/+10 |
| | | | | of the BLOCKSIZE environment variable. | ||||
* | Gimme my `-k' option back! | wollman | 1994-08-10 | 2 | -2/+10 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+351 |