- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
- 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
- d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- fc9efcb df: make NOEXEC by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 8f4faa1 df: use f_frsize instead of f_bsize for correct sizes by Natanael Copa · 8 years ago
- fbdc167 df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 by Ari Sundholm · 10 years ago
- d0cdaca df: implement -T option by Ari Sundholm · 10 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 00103d3 df: more compatible -P behavior by Ralf Friedl · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- e17764c further work on unicodization by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- a732966 mount: prevent second mount -a from mounting everything again by Denys Vlasenko · 15 years ago
- e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
- a46317b df: trivial 64-bit fix by Denys Vlasenko · 15 years ago
- 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
- 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
- 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 0354aba df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case. by Denis Vlasenko · 16 years ago
- e0bcba1 df: unsigned long needs %lu by Denis Vlasenko · 16 years ago
- d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
- 6d38dc3 df: add -a df: don't special case rootfs and /dev/root by Denis Vlasenko · 17 years ago
- f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 08294db df: match coreutils behavior of wrapping lines if filesystem name is too long. by Denis Vlasenko · 17 years ago
- e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
- dca0b70 reshuffle libbb.h contents so that order of decls makes sense by Denis Vlasenko · 18 years ago
- f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 98ea849 Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. by Rob Landley · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
- 93d7fba Tito, farmatito at tiscali dot it writes: by Eric Andersen · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- 9d7f0f0 Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a by Eric Andersen · 21 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
- 3a9b0bf Oops... had != but meant ==. by Manuel Novoa III · 22 years ago
- 4eff181 Things my compiler didn't catch... by Manuel Novoa III · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 8f01839 Fixed scaling problems involving make_human_readable_str. by Manuel Novoa III · 23 years ago
- f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 24 years ago
- c911a43 Patch from Vladimir: by Eric Andersen · 24 years ago
- d921684 Fixed df.c so that nfs volumes will display properly (fixing bug #1113). by Eric Andersen · 24 years ago
- eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
- ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
- ec9fad9 Static-ify a variable. make du work with all the human-readable variants by Eric Andersen · 24 years ago
- 5986f8d Fix up df so it works properly -Erik by Eric Andersen · 24 years ago
- 54006bc Oops! I left in my debug noise. by Eric Andersen · 24 years ago
- 7c3e7ac df was totally broken. So I fixed it. -Erik by Eric Andersen · 24 years ago
- 8d7bdc9 Small patch from Kent Robotti to show megabytes in human-readable output. by Mark Whitley · 24 years ago
- 9e37007 Minor cleanup. by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- e132119 Fix silly typo by Eric Andersen · 24 years ago
- 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
- 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 25 years ago
- 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 25 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago