aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-311-1/+1
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-3/+3
* remove bb_printf and the likevda2006-10-261-23/+28
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-22/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig.landley2005-09-101-2/+2
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-1/+1
* Tito, farmatito at tiscali dot it writes:andersen2004-08-031-1/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-7/+7
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aandersen2003-06-201-1/+3
* last_patch89 from vodz:andersen2003-06-201-23/+9
* Oops... had != but meant ==.mjn32003-03-231-1/+1
* Things my compiler didn't catch...mjn32003-03-191-1/+1
* Major coreutils update.mjn32003-03-191-80/+105
* Major rework of the directory structure and the entire build system.andersen2001-10-241-6/+6
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-301-5/+5
* I reworked make_human_readable_str so it now has a sane interface,andersen2001-06-131-23/+8
* Patch from Vladimir:andersen2001-05-151-1/+3
* Fixed df.c so that nfs volumes will display properly (fixing bug #1113).andersen2001-03-091-6/+10
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupandersen2001-03-091-0/+1
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-34/+35
* Static-ify a variable. make du work with all the human-readable variantsandersen2001-03-071-1/+1
* Fix up df so it works properlyandersen2001-03-071-10/+5
* Oops! I left in my debug noise.andersen2001-02-211-3/+0
* df was totally broken. So I fixed it.andersen2001-02-211-11/+32
* Small patch from Kent Robotti to show megabytes in human-readable output.markw2001-02-201-1/+2
* Minor cleanup.andersen2001-02-201-13/+11
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Get rid of long stale usage message code.andersen2001-02-171-6/+3
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Fix silly typoandersen2001-01-221-1/+1
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-221-13/+55
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-4/+4
* Fix exit status on failure.kraai2000-12-061-11/+10
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-5/+5
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-6/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-1/+1
* Remove misguided klude around for 2.4.x-test* brokenness. Al Viroandersen2000-07-051-3/+0
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inandersen2000-06-261-0/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.andersen2000-06-131-1/+0