Age | Commit message (Expand) | Author |
2009-10-13 | libbb/human_readable.c: shrink; and reduce bss usage | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-11-11 | du: fix "du /dir /dir" case | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | 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-09-03 | du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-05 | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer |
2007-03-14 | missed hunk of "stop using big static buffer for inode hash" | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko |
2006-12-18 | du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com. | 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-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-04-25 | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-01-31 | avoid signed<->unsigned warning | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-10 | When displaying the size in 1kB blocks round up if an odd number of | Glenn L McGrath |
2004-03-10 | Patch by Seth W. Klein, the -l switch was reversed | Glenn L McGrath |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-08-23 | move some globals to bss | Aaron Lehmann |
2002-08-23 | Run through indent | Glenn L McGrath |
2002-04-06 | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen |
2001-12-17 | Make cp and mv optionally preserve hard links. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-06-30 | Fix a silly logic error which caused symlinks to be printed twice, and | Eric Andersen |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-06-01 | Vladimir's last_patch13, containing several bugfixes. | Eric Andersen |
2001-05-07 | Patch from Vladimir to use last_char_is to simplify du.c | Eric Andersen |
2001-05-03 | Remove summary header. Not present in GNU or SUSv2. | Matt Kraai |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-04-09 | Apply Vladimir's latest cleanup patch. | 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 du so it behaves itself also. | Eric Andersen |