Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | 1999-12-17 | 1 | -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 Beppu | 1999-12-16 | 1 | -2/+2 |
| | |||||
* | Implemented du -s | John Beppu | 1999-12-15 | 1 | -6/+31 |
| | |||||
* | Removed a redundant call du(); Save cpu cycles. | John Beppu | 1999-12-10 | 1 | -2/+2 |
| | |||||
* | Fixed bug when dealing with files specified | John Beppu | 1999-12-10 | 1 | -3/+9 |
| | | | | on the command line that didn't exist. | ||||
* | Fix beppu's email address. | Eric Andersen | 1999-12-10 | 1 | -2/+2 |
| | | | | | BTW, John, go to sleep. It is late. :) -Erik | ||||
* | Fleshed out du_main(). | John Beppu | 1999-12-10 | 1 | -6/+38 |
| | | | | I'm not sure which options to support. | ||||
* | This is my preliminary | John Beppu | 1999-12-09 | 1 | -0/+83 |
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). |