aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-1/+1
* further work on unicodizationDenys Vlasenko2010-01-301-8/+9
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-1/+1
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-051-2/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-2/+2
* df: trivial 64-bit fixDenys Vlasenko2009-10-211-1/+1
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-7/+16
* df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko2009-09-221-0/+16
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* df: fix "df /"Denys Vlasenko2009-07-051-4/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-3/+3
* df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko2009-03-191-7/+6
* df: unsigned long needs %luDenis Vlasenko2008-09-251-1/+1
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-35/+58
* df: add -aDenis Vlasenko2007-11-151-8/+14
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-151-4/+22
* 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-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-131-25/+24
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+2
* delete tons of extra #includesDenis Vlasenko2007-05-311-4/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-1/+1
* 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-23/+28
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-22/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig.Rob Landley2005-09-101-2/+2
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-1/+1
* Tito, farmatito at tiscali dot it writes:Eric Andersen2004-08-031-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-201-1/+3
* last_patch89 from vodz:Eric Andersen2003-06-201-23/+9
* Oops... had != but meant ==.Manuel Novoa III2003-03-231-1/+1
* Things my compiler didn't catch...Manuel Novoa III2003-03-191-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-80/+105
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-6/+6
* Fixed scaling problems involving make_human_readable_str.Manuel Novoa III2001-06-301-5/+5
* I reworked make_human_readable_str so it now has a sane interface,Eric Andersen2001-06-131-23/+8
* Patch from Vladimir:Eric Andersen2001-05-151-1/+3
* Fixed df.c so that nfs volumes will display properly (fixing bug #1113).Eric Andersen2001-03-091-6/+10