- 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
- 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
- b40bdb3 - add FIXME to brokenness in the installer.. by Bernhard Reutner-Fischer · 18 years ago
- fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
- 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 9fb272a Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already. by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- 7407868 busybox.c: ENABLE_LOCALE logic correct. by "Vladimir N. Oleynik" · 19 years ago
- 10a1fe6 remove infinity loop ./busybox --help busybox by "Vladimir N. Oleynik" · 19 years ago
- 8a7a678 Fixes so "make allnoconfig" works again. by Rob Landley · 19 years ago
- b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
- 2c12d43 output busybox help to stdout, not stderr by Mike Frysinger · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- b1ffba0 wrap bb help output if CONFIG_FEATURE_AUTOWIDTH by Tim Riker · 21 years ago
- fd7bc13 Woops, the previous patch reversal wasnt complete, breaking everything. by Glenn L McGrath · 21 years ago
- f86bd9f Reverse my previous changes and make a note about why its dont this way by Glenn L McGrath · 21 years ago
- 4a77c78 argc has already been decremented by Glenn L McGrath · 21 years ago
- cb920d9 Patch from Rob Landley, Simplify organisation of arguments. by Glenn L McGrath · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 23 years ago
- fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 449377a Fix invocation of `-/bin/sh' (bug #1209). by Matt Kraai · 23 years ago
- fa2661f Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to by Eric Andersen · 23 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
- 4819c3d Make the locale stuff only do the getpid==1 check if BB_INIT is defined by Eric Andersen · 24 years ago
- 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
- 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
- 0f0c0b4 Make 'busybox --help' work as expected, closing bug #1139 -Erik by Eric Andersen · 24 years ago
- ba37262 Force applet_name to be "sh" when command prefaced by "-" by Eric Andersen · 24 years ago
- 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 24 years ago
- 0167718 Changed exit code from -1 to 0 when busybox is invoked with no args. by Mark Whitley · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h 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
- f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 90ca284 Fix some formatting by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
- 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
- 8abc78a Rewrite argv munger. by Matt Kraai · 24 years ago
- 8c28fd7 Forget to set final argv entry to NULL, breaking sh.c amoung other things... by Eric Andersen · 24 years ago
- 5e09b6e when invoked as 'busybox foo args' remove the "busybox" by Eric Andersen · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
- e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
- 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
- a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 24 years ago
- 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
- 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
- 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- c5949f6 Fix from Matt Kraai for the to the "busybox --install prints out on STDERR by Eric Andersen · 24 years ago
- 92a61c1 Add in xargs by Eric Andersen · 24 years ago
- cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
- 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
- 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
- cb91d69 Fix compile when BB_FEATURE_LINUXRC is defined -Erik by Eric Andersen · 24 years ago
- 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
- a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
- fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
- e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
- d34595d Remove some noise. -Erik by Eric Andersen · 24 years ago
- bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
- 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
- 52d6fa3 Funny. Head was getting installed to the wrong spot. -Erik by Eric Andersen · 24 years ago
- 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
- d6912c9 Be more pedantic aboutthe terminating null applet. -Erik by Eric Andersen · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- 3ecbe9f The applet name isn't constant. by Matt Kraai · 24 years ago
- 7719008 Added applet_name to contain the applet name. by Matt Kraai · 24 years ago
- 61dc057 Added 'dumpkmap' to allow people to dump a binary keymap, which can then be by Eric Andersen · 24 years ago
- e6b9dfa Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't by Eric Andersen · 24 years ago
- 62bb2d0 Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik by Eric Andersen · 24 years ago
- 5d41d60 Added support for being a login shell, so things like '-su' or '-sh' (stuff by Eric Andersen · 24 years ago
- eb02833 by John Beppu · 24 years ago
- 7cdc76d + busybox --install [-s] by John Beppu · 24 years ago
- 495869f by John Beppu · 24 years ago
- 27b5924 by John Beppu · 24 years ago
- 8f425db by John Beppu · 24 years ago
- 7ac06a3 Removed all vestiges of "math" by Pavel Roskin · 24 years ago
- 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 25 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
- 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
- bcd6177 BusyBox shell (lash) can now be used as a standalone shell when by Erik Andersen · 25 years ago