Age | Commit message (Expand) | Author |
2009-10-13 | libbb/human_readable.c: shrink; and reduce bss usage | Denys Vlasenko |
2009-09-22 | df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) | Denys Vlasenko |
2009-07-18 | fix mountpoint test to not prevemt mkfs_xxx from making image in any file | Denys Vlasenko |
2009-07-05 | df: fix "df /" | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-03-19 | df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case. | Denis Vlasenko |
2008-09-25 | df: unsigned long needs %lu | Denis Vlasenko |
2008-08-28 | df: add support for more options, add some coreutils 6.10 compat. | Denis Vlasenko |
2007-11-15 | df: add -a | Denis Vlasenko |
2007-11-15 | df: add -i (conditional on CONFIG) | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-13 | df: match coreutils behavior of wrapping lines if filesystem name is too long. | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-10-27 | reshuffle libbb.h contents so that order of decls makes sense | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-09-10 | Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-08-10 | Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk | Rob Landley |
2004-08-03 | Tito, farmatito at tiscali dot it writes: | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-06-20 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-23 | Oops... had != but meant ==. | Manuel Novoa III |
2003-03-19 | Things my compiler didn't catch... | Manuel Novoa III |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-06-30 | Fixed scaling problems involving make_human_readable_str. | Manuel Novoa III |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-05-15 | Patch from Vladimir: | Eric Andersen |
2001-03-09 | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | Eric Andersen |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley |
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen |
2001-03-07 | Fix up df so it works properly | Eric Andersen |
2001-02-21 | Oops! I left in my debug noise. | Eric Andersen |
2001-02-21 | df was totally broken. So I fixed it. | Eric Andersen |
2001-02-20 | Small patch from Kent Robotti to show megabytes in human-readable output. | Mark Whitley |
2001-02-20 | Minor cleanup. | Eric Andersen |