summaryrefslogtreecommitdiffstats
path: root/usr.bin/du
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | PR: 8568 Submitted by: Ryan Younce <ryany@pobox.com>
* Print correct total for -c option (previously, the total for the lastdes1998-09-111-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.des1998-07-291-7/+4
| | | | PR: bin/7393
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-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 filesjkh1997-12-292-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.wosch1997-08-291-1/+1
| | | | | | | $ du /foobar du: /foobar: No such file or directory $ echo $? 0
* Document -k flag.charnier1997-06-302-8/+15
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-1/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-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 duscrappy1996-10-232-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 UNIXwosch1996-08-291-1/+2
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* Restore the reference to quot(8).mpp1995-08-131-1/+1
|
* Submitted by: careilly@tcd.ie Colman Reillyats1995-08-121-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.rgrimes1995-05-301-1/+1
|
* The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
| | | | so the BLOCKSIZE doesn't need to be preserved.
* Implemented the -k flag more properly...don't destroy the user's settingdg1994-08-121-3/+10
| | | | of the BLOCKSIZE environment variable.
* Gimme my `-k' option back!wollman1994-08-102-2/+10
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+351
OpenPOWER on IntegriCloud