aboutsummaryrefslogtreecommitdiff
path: root/du.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I reworked make_human_readable_str so it now has a sane interface,andersen2001-06-131-13/+2
* Vladimir's last_patch13, containing several bugfixes.andersen2001-06-011-1/+73
* Patch from Vladimir to use last_char_is to simplify du.candersen2001-05-071-6/+5
* Remove summary header. Not present in GNU or SUSv2.kraai2001-05-031-2/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-4/+1
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-11/+6
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-1/+2
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-3/+3
* Static-ify a variable. make du work with all the human-readable variantsandersen2001-03-071-5/+16
* Fix up du so it behaves itself also.andersen2001-03-071-2/+2
* I made these little simplifications a while back, bug forgot toandersen2001-03-061-4/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-6/+6
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-2/+2
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-1/+3
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-221-3/+23
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-2/+2
* du.c error msg cleanup from Kent Robottiandersen2000-12-121-2/+2
* Patch from kent robotti to fix a buglet whereandersen2000-12-111-3/+2
* Fix problem where 'du file_that_exists' doesn't work.andersen2000-12-091-2/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-3/+3
* Must compile before committing.kraai2000-12-061-2/+2
* Fix exit status on failure.kraai2000-12-061-4/+7
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-2/+2
* The result of getopt() is "int" and should be treated as suchproski2000-07-171-2/+2
* Extract usage information into a separate file.kraai2000-07-161-12/+1
* Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>andersen2000-07-141-21/+11
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
* 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