Age | Commit message (Expand) | Author |
2003-11-07 | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH | Tim Riker |
2003-10-04 | Woops, the previous patch reversal wasnt complete, breaking everything. | Glenn L McGrath |
2003-10-03 | Reverse my previous changes and make a note about why its dont this way | Glenn L McGrath |
2003-10-03 | argc has already been decremented | Glenn L McGrath |
2003-10-03 | Patch from Rob Landley, Simplify organisation of arguments. | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-04-06 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | Eric Andersen |
2001-12-18 | Vodz' last_patch31 | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-08-27 | Fix invocation of `-/bin/sh' (bug #1209). | Matt Kraai |
2001-06-21 | Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to | Eric Andersen |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen |
2001-05-13 | Make the locale stuff only do the getpid==1 check if BB_INIT is defined | Eric Andersen |
2001-05-07 | Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, | Eric Andersen |
2001-04-30 | Made new xreadlink function for libbb and changed applets to use it instead of | Mark Whitley |
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-04-03 | Make 'busybox --help' work as expected, closing bug #1139 | Eric Andersen |
2001-03-20 | Force applet_name to be "sh" when command prefaced by "-" | Eric Andersen |
2001-03-19 | Patch from Vladimir to move struct applet from busybox.c to applets.c, | Eric Andersen |
2001-03-02 | Changed exit code from -1 to 0 when busybox is invoked with no args. | Mark Whitley |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-01 | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix some formatting | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-15 | Rewrite argv munger. | Matt Kraai |
2000-12-09 | Forget to set final argv entry to NULL, breaking sh.c amoung | Eric Andersen |
2000-12-08 | when invoked as 'busybox foo args' remove the "busybox" | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-11-30 | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen |
2000-11-17 | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen |
2000-10-25 | Restore --help handling I mistakenly removed. | Matt Kraai |
2000-10-25 | Avoid reinventing the wheel (and thus save some space). | Matt Kraai |
2000-10-25 | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley |
2000-10-19 | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley |
2000-10-09 | Added cmp and readlink applets from Matt Kraai. | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-25 | Fix from Matt Kraai for the to the "busybox --install prints out on STDERR | Eric Andersen |
2000-09-22 | Add in xargs | Eric Andersen |
2000-09-20 | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen |
2000-09-05 | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen |
2000-09-04 | Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. | Eric Andersen |
2000-09-01 | Fix compile when BB_FEATURE_LINUXRC is defined | Eric Andersen |
2000-08-21 | Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. | Eric Andersen |
2000-08-21 | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen |
2000-08-21 | Add in the "reset" command. | Eric Andersen |