aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* A few minor updates. ;-)Erik Andersen2000-02-071-14/+20
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-2/+2
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-4/+1
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
* killed an elusive bug in du -s.John Beppu1999-12-161-2/+2
|
* Implemented du -sJohn Beppu1999-12-151-6/+31
|
* Removed a redundant call du(); Save cpu cycles.John Beppu1999-12-101-2/+2
|
* Fixed bug when dealing with files specifiedJohn Beppu1999-12-101-3/+9
| | | | on the command line that didn't exist.
* Fix beppu's email address.Eric Andersen1999-12-101-2/+2
| | | | | BTW, John, go to sleep. It is late. :) -Erik
* Fleshed out du_main().John Beppu1999-12-101-6/+38
| | | | I'm not sure which options to support.
* This is my preliminaryJohn Beppu1999-12-091-0/+83
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main().