Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / df.c
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-08-09 Ralf Friedldf: more compatible -P behavior
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-01-31 Lauri Kasanendf,find_mount_point: optionally don't ignore rootfs
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-26 Denys Vlasenkounicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT,...
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2009-12-05 Denys Vlasenkomount: prevent second mount -a from mounting everything...
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-10-21 Denys Vlasenkodf: trivial 64-bit fix
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-09-22 Denys Vlasenkodf: unicode-aware column formatting. By Tomas Heinrich...
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-19 Denis Vlasenkodf: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE...
2008-09-25 Denis Vlasenkodf: unsigned long needs %lu
2008-08-28 Denis Vlasenkodf: add support for more options, add some coreutils...
2007-11-15 Denis Vlasenkodf: add -a
2007-11-15 Denis Vlasenkodf: add -i (conditional on CONFIG)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-13 Denis Vlasenkodf: match coreutils behavior of wrapping lines if files...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-10-27 Denis Vlasenkoreshuffle libbb.h contents so that order of decls makes...
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-09-10 Rob LandleyPatch from Dirk Clemens so df doesn't run numbers toget...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-23 Manuel Novoa III Oops... had != but meant ==.
2003-03-19 Manuel Novoa III Things my compiler didn't catch...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-30 Manuel Novoa III Fixed scaling problems involving make_human_readable_str.
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-03-09 Eric AndersenFixed df.c so that nfs volumes will display properly...
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
2001-03-07 Mark WhitleySome minor cleanups to df.c. Also, with Erik's blessing...
2001-03-07 Eric AndersenStatic-ify a variable. make du work with all the human...
2001-03-07 Eric AndersenFix up df so it works properly
2001-02-21 Eric AndersenOops! I left in my debug noise.
2001-02-21 Eric Andersendf was totally broken. So I fixed it.
2001-02-20 Mark WhitleySmall patch from Kent Robotti to show megabytes in...
2001-02-20 Eric AndersenMinor cleanup.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-17 Eric AndersenGet rid of long stale usage message code.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-22 Eric AndersenFix silly typo
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
1999-11-27 Eric AndersenStuf
1999-11-12 Eric AndersenLatest and greatest
1999-11-06 Eric AndersenFixed ln, df, and removed redundant stuff from mtab.
1999-11-04 Eric AndersenMore stuff.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-13 Eric AndersenMore stuff
1999-10-07 Eric Andersenmore stuff
1999-10-06 Eric AndersenMade df work
1999-10-06 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2