aboutsummaryrefslogtreecommitdiff
path: root/du.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug when dealing with files specifiedbeppu1999-12-101-3/+9
| | | | | | | on the command line that didn't exist. git-svn-id: svn://busybox.net/trunk/busybox@195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix beppu's email address.andersen1999-12-101-2/+2
| | | | | | | | BTW, John, go to sleep. It is late. :) -Erik git-svn-id: svn://busybox.net/trunk/busybox@193 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fleshed out du_main().beppu1999-12-101-6/+38
| | | | | | | I'm not sure which options to support. git-svn-id: svn://busybox.net/trunk/busybox@192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is my preliminarybeppu1999-12-091-0/+83
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). git-svn-id: svn://busybox.net/trunk/busybox@181 69ca8d6d-28ef-0310-b511-8ec308f3f277