summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko4-24/+41
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa1-10/+10
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm1-8/+7
2014-09-17df: implement -T optionAri Sundholm1-2/+23
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-08-09df: more compatible -P behaviorRalf Friedl1-2/+2
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-01-31df,find_mount_point: optionally don't ignore rootfsLauri Kasanen3-2/+21
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko11-105/+183
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko2-21/+59
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-10-21df: trivial 64-bit fixDenys Vlasenko1-1/+1
2009-10-12libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko6-146/+158
2009-09-22df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko1-0/+16
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko14-44/+71
2009-07-05df: fix "df /"Denys Vlasenko8-54/+47
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko1-7/+6
2008-09-25df: unsigned long needs %luDenis Vlasenko1-1/+1
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko5-69/+105
2007-11-15df: add -aDenis Vlasenko1-8/+14
2007-11-15df: add -i (conditional on CONFIG)Denis Vlasenko3-36/+71
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2-29/+29
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko16-178/+161
2006-10-27reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko6-280/+263
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-09-10Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig.Rob Landley1-2/+2
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley12-922/+543
2004-08-03Tito, farmatito at tiscali dot it writes:Eric Andersen5-6/+10
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
[next]