| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 1 | -7/+16 |
* | Make 'busybox --help' work as expected, closing bug #1139 | Eric Andersen | 2001-04-03 | 1 | -1/+1 |
* | Force applet_name to be "sh" when command prefaced by "-" | Eric Andersen | 2001-03-20 | 1 | -1/+1 |
* | Patch from Vladimir to move struct applet from busybox.c to applets.c, | Eric Andersen | 2001-03-19 | 1 | -5/+0 |
* | Changed exit code from -1 to 0 when busybox is invoked with no args. | Mark Whitley | 2001-03-02 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -8/+1 |
* | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | 2001-02-01 | 1 | -7/+4 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
* | Fix some formatting | Eric Andersen | 2001-01-27 | 1 | -6/+5 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -32/+31 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -2/+2 |
* | Rewrite argv munger. | Matt Kraai | 2000-12-15 | 1 | -22/+11 |
* | Forget to set final argv entry to NULL, breaking sh.c amoung | Eric Andersen | 2000-12-09 | 1 | -0/+1 |
* | when invoked as 'busybox foo args' remove the "busybox" | Eric Andersen | 2000-12-08 | 1 | -4/+25 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -2/+2 |
* | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | 2000-11-30 | 1 | -0/+4 |
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 1 | -8/+0 |
* | Restore --help handling I mistakenly removed. | Matt Kraai | 2000-10-25 | 1 | -1/+4 |
* | Avoid reinventing the wheel (and thus save some space). | Matt Kraai | 2000-10-25 | 1 | -26/+13 |
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | 2000-10-25 | 1 | -366/+27 |
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 1 | -2/+2 |
* | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | 2000-10-09 | 1 | -0/+6 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -2/+2 |
* | Fix from Matt Kraai for the to the "busybox --install prints out on STDERR | Eric Andersen | 2000-09-25 | 1 | -14/+7 |
* | Add in xargs | Eric Andersen | 2000-09-22 | 1 | -0/+3 |
* | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | 2000-09-20 | 1 | -0/+9 |
* | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | 2000-09-05 | 1 | -0/+3 |
* | Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. | Eric Andersen | 2000-09-04 | 1 | -0/+3 |
* | Fix compile when BB_FEATURE_LINUXRC is defined | Eric Andersen | 2000-09-01 | 1 | -1/+1 |
* | Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
* | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
* | Add in the "reset" command. | Eric Andersen | 2000-08-21 | 1 | -0/+3 |
* | Minor fixups. | Eric Andersen | 2000-08-19 | 1 | -1/+1 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -4/+4 |
* | More sh updates (with related changes to everything else). Switched | Eric Andersen | 2000-07-28 | 1 | -3/+3 |
* | Remove some noise. | Eric Andersen | 2000-07-25 | 1 | -27/+0 |
* | Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> | Eric Andersen | 2000-07-21 | 1 | -1/+5 |
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -108/+110 |
* | Funny. Head was getting installed to the wrong spot. | Eric Andersen | 2000-07-19 | 1 | -1/+1 |
* | New message added to messages.c: full_version | Pavel Roskin | 2000-07-17 | 1 | -2/+6 |
* | Be more pedantic aboutthe terminating null applet. | Eric Andersen | 2000-07-14 | 1 | -1/+1 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -2/+3 |
* | The applet name isn't constant. | Matt Kraai | 2000-07-12 | 1 | -1/+1 |
* | Added applet_name to contain the applet name. | Matt Kraai | 2000-07-11 | 1 | -5/+5 |
* | Added 'dumpkmap' to allow people to dump a binary keymap, which can then be | Eric Andersen | 2000-07-11 | 1 | -0/+3 |
* | Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't | Eric Andersen | 2000-07-07 | 1 | -3/+0 |
* | Remove leftovers of block_device, which disapperared around | Eric Andersen | 2000-07-06 | 1 | -3/+0 |
* | Added support for being a login shell, so things like '-su' or '-sh' (stuff | Eric Andersen | 2000-06-29 | 1 | -0/+7 |