summaryrefslogtreecommitdiff
path: root/coreutils/du.c
Commit message (Expand)AuthorAgeFilesLines
* du: document incompatibility with standard toolDenys Vlasenko2012-12-141-0/+4
* du: trim help text a bit moreDenys Vlasenko2012-03-051-7/+5
* du: remove stray whitespace in help textDenys Vlasenko2012-03-051-1/+1
* du: use long long for size fieldIan Wienand2012-02-281-5/+5
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+37
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-2/+5
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-4/+4
* du: fix "du /dir /dir" caseDenis Vlasenko2008-11-111-47/+35
* *: 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