| Commit message (Expand) | Author | Age | Files | Lines |
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -0/+39 |
* | The version checked into the tree is a snapshot of an unifinished applet, and | Rob Landley | 2006-09-20 | 1 | -7/+7 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -7/+7 |
* | Unbreak allbareconfig. | Rob Landley | 2006-09-15 | 1 | -5/+2 |
* | Fix warnings. | Rob Landley | 2006-09-08 | 1 | -16/+14 |
* | Second drop. More infrastructure in place, especially for parsing pipelines. | Rob Landley | 2006-09-08 | 1 | -21/+172 |
* | Might as well commit this to have the history. It's not linked in to the | Rob Landley | 2006-09-05 | 1 | -0/+73 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 3 | -82/+53 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -72/+54 |
* | Make a warning go away when standalone shell is disabled. | Rob Landley | 2006-08-10 | 1 | -9/+8 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 4 | -18/+18 |
* | Replace the previous checkin with the correct fix. | Rob Landley | 2006-07-19 | 1 | -2/+2 |
* | For now, get around the error that "child" might be uninitialized. | "Robert P. J. Day" | 2006-07-18 | 1 | -1/+1 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -5/+5 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 3 | -90/+9 |
* | Bugfix from Shaun Jackman (check that argv[optind] isn't null before | Rob Landley | 2006-07-09 | 1 | -19/+16 |
* | Bug fix from Vladimir Oleynic via Paul Fox for: | Rob Landley | 2006-07-06 | 1 | -0/+1 |
* | Remove the silly redundancy from that header file include. | "Robert P. J. Day" | 2006-07-03 | 1 | -1/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Patch from Shaun Jackman moving the var=value logic to here it can do some good. | Rob Landley | 2006-07-01 | 1 | -6/+6 |
* | Get rid of all "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 4 | -121/+0 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 3 | -215/+210 |
* | Remove "#if 1" directives. | "Robert P. J. Day" | 2006-07-01 | 1 | -14/+1 |
* | dont setpgrp() for now as it breaks system() and that is more important than ... | Mike Frysinger | 2006-06-26 | 1 | -4/+0 |
* | - convert old-style parameter declarations (K&R) to modern style. | Bernhard Reutner-Fischer | 2006-06-25 | 2 | -313/+153 |
* | - add note about strict ordering | Bernhard Reutner-Fischer | 2006-06-21 | 1 | -0/+1 |
* | Jean Wolter writes: ash uses bsearch to search in the list of built-in comman... | Mike Frysinger | 2006-06-21 | 1 | -1/+1 |
* | Cleanup patch from Shaun Jackman converting %m to perror. | Rob Landley | 2006-06-20 | 2 | -5/+5 |
* | assign default debug level to the MSHDEBUG define | Mike Frysinger | 2006-06-20 | 1 | -2/+1 |
* | Make some 64 bit warnings go away on x86-64. | Rob Landley | 2006-06-19 | 1 | -7/+5 |
* | Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. | Rob Landley | 2006-06-14 | 2 | -5/+2 |
* | Patch from Shaun Jackman to detect "name=value" variable assignments. Random | Rob Landley | 2006-06-13 | 1 | -10/+11 |
* | Make lash smaller. (Use llist_t for file closing, and different allocation | Rob Landley | 2006-06-13 | 1 | -71/+24 |
* | remove leading "Enable" from the config option text. not only is it | Paul Fox | 2006-06-08 | 1 | -12/+12 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 2 | -19/+49 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 2 | -3/+3 |
* | make the default prompt suck less when using fancy prompts | Mike Frysinger | 2006-06-06 | 1 | -2/+11 |
* | 2006-06-02 Shaun Jackman <sjackman@gmail.com> | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -6/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 5 | -9/+8 |
* | use xmalloc() | Mike Frysinger | 2006-06-02 | 1 | -1/+1 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | - use portability wrapper define bb_setpgrp. | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -1/+1 |
* | - replace _PATH_DEVNULL with bb_dev_null | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -2/+2 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command. | Rob Landley | 2006-05-12 | 1 | -0/+1 |
* | didnt mean to commit debug enable | Mike Frysinger | 2006-05-05 | 1 | -1/+1 |
* | use %p when printing pointers, not %x | Mike Frysinger | 2006-05-05 | 1 | -52/+54 |
* | fix Bug 659 as reported by Robin Getz | Mike Frysinger | 2006-05-05 | 1 | -0/+4 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -14/+14 |