aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-9/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-2/+2
* du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-09-031-64/+64
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer2007-04-051-4/+2
* missed hunk of "stop using big static buffer for inode hash"Denis Vlasenko2007-03-141-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko2006-12-181-35/+31
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-271-3/+3
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-5/+5
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-7/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-1/+1
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley2006-04-251-4/+4
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-16/+2
* avoid signed<->unsigned warning"Vladimir N. Oleynik"2006-01-311-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* When displaying the size in 1kB blocks round up if an odd number ofGlenn L McGrath2004-03-101-1/+5
* Patch by Seth W. Klein, the -l switch was reversedGlenn L McGrath2004-03-101-2/+2
* last_patch89 from vodz:Eric Andersen2003-06-201-45/+48
* Vodz, last_patch_86Glenn L McGrath2003-05-261-3/+2
* Major coreutils update.Manuel Novoa III2003-03-191-80/+147
* move some globals to bssAaron Lehmann2002-08-231-4/+4
* Run through indentGlenn L McGrath2002-08-231-30/+32
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen2002-04-061-2/+12
* Make cp and mv optionally preserve hard links.Matt Kraai2001-12-171-73/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-8/+7
* Fix a silly logic error which caused symlinks to be printed twice, andEric Andersen2001-06-301-5/+4
* I reworked make_human_readable_str so it now has a sane interface,Eric Andersen2001-06-131-13/+2
* Vladimir's last_patch13, containing several bugfixes.Eric Andersen2001-06-011-1/+73
* Patch from Vladimir to use last_char_is to simplify du.cEric Andersen2001-05-071-6/+5
* Remove summary header. Not present in GNU or SUSv2.Matt Kraai2001-05-031-2/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-4/+1
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-11/+6
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-1/+2
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley2001-03-071-3/+3
* Static-ify a variable. make du work with all the human-readable variantsEric Andersen2001-03-071-5/+16
* Fix up du so it behaves itself also.Eric Andersen2001-03-071-2/+2
* I made these little simplifications a while back, bug forgot toEric Andersen2001-03-061-4/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-6/+6
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2