aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda2006-12-181-35/+31
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-3/+3
* remove bb_printf and the likevda2006-10-261-3/+3
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-5/+5
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-7/+2
* These should have been part of 15767 too.landley2006-08-031-1/+1
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix alandley2006-04-251-4/+4
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-16/+2
* avoid signed<->unsigned warningvodz2006-01-311-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* When displaying the size in 1kB blocks round up if an odd number ofbug12004-03-101-1/+5
* Patch by Seth W. Klein, the -l switch was reversedbug12004-03-101-2/+2
* last_patch89 from vodz:andersen2003-06-201-45/+48
* Vodz, last_patch_86bug12003-05-261-3/+2
* Major coreutils update.mjn32003-03-191-80/+147
* move some globals to bssaaronl2002-08-231-4/+4
* Run through indentbug12002-08-231-30/+32
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-061-2/+12
* Make cp and mv optionally preserve hard links.kraai2001-12-171-73/+1
* Major rework of the directory structure and the entire build system.andersen2001-10-241-8/+7
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-301-5/+4
* 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