aboutsummaryrefslogtreecommitdiff
path: root/du.c
AgeCommit message (Collapse)Author
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik
1999-12-16 killed an elusive bug in du -s.John Beppu
1999-12-15 Implemented du -sJohn Beppu
1999-12-10 Removed a redundant call du(); Save cpu cycles.John Beppu
1999-12-10 Fixed bug when dealing with files specifiedJohn Beppu
on the command line that didn't exist.
1999-12-10Fix beppu's email address.Eric Andersen
BTW, John, go to sleep. It is late. :) -Erik
1999-12-10 Fleshed out du_main().John Beppu
I'm not sure which options to support.
1999-12-09 This is my preliminaryJohn Beppu
du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main().