summaryrefslogtreecommitdiff
path: root/du.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-4/+7
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-4/+3
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-2/+2
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-60/+11
* Forgot to add basename. More fixes to du fromErik Andersen2000-02-211-8/+39
* Fixed du. Now behaves just like GNU du (only less so).Erik Andersen2000-02-191-4/+58
* - I suspect the problem has something to do w/ symlinks.John Beppu2000-02-131-2/+2
* UpdatesErik Andersen2000-02-111-2/+6
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-91/+94
* A few minor updates. ;-)Erik Andersen2000-02-071-14/+20
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-2/+2
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-4/+1
* 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
* Fix beppu's email address.Eric Andersen1999-12-101-2/+2
* Fleshed out du_main().John Beppu1999-12-101-6/+38
* This is my preliminaryJohn Beppu1999-12-091-0/+83