aboutsummaryrefslogtreecommitdiff
path: root/du.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-2/+2
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-4/+7
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-4/+3
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+2
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-041-60/+11
* Forgot to add basename. More fixes to du fromerik2000-02-211-8/+39
* Fixed du. Now behaves just like GNU du (only less so).erik2000-02-191-4/+58
* - I suspect the problem has something to do w/ symlinks.beppu2000-02-131-2/+2
* Updateserik2000-02-111-2/+6
* Some formatting updates (ran the code through indent)erik2000-02-081-91/+94
* A few minor updates. ;-)erik2000-02-071-14/+20
* * added (and documented) "-n" option for head -erik2000-01-231-2/+2
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-4/+1
* killed an elusive bug in du -s.beppu1999-12-161-2/+2
* Implemented du -sbeppu1999-12-151-6/+31
* Removed a redundant call du(); Save cpu cycles.beppu1999-12-101-2/+2
* Fixed bug when dealing with files specifiedbeppu1999-12-101-3/+9
* Fix beppu's email address.andersen1999-12-101-2/+2
* Fleshed out du_main().beppu1999-12-101-6/+38
* This is my preliminarybeppu1999-12-091-0/+83