aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c
AgeCommit message (Expand)Author
2019-02-19du: don't count duplicate arguments. Closes 5288Ron Yorston
2018-12-28config: more tweaksDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-15du: extra compat: with -k and -m, round sizes upDenys Vlasenko
2012-12-14du: document incompatibility with standard toolDenys Vlasenko
2012-03-05du: trim help text a bit moreDenys Vlasenko
2012-03-05du: remove stray whitespace in help textDenys Vlasenko
2012-02-28du: use long long for size fieldIan Wienand
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-03du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-05- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer
2007-03-14missed hunk of "stop using big static buffer for inode hash"Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-03These should have been part of 15767 too.Rob Landley
2006-04-25Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix aRob Landley
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-01-31avoid signed<->unsigned warning"Vladimir N. Oleynik"
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-10When displaying the size in 1kB blocks round up if an odd number ofGlenn L McGrath
2004-03-10Patch by Seth W. Klein, the -l switch was reversedGlenn L McGrath
2003-06-20last_patch89 from vodz:Eric Andersen