| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -13/+19 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -5/+7 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 |
* | vi-mode changes: eliminate warnings from out-of-range-for-type | Paul Fox | 2006-03-07 | 1 | -65/+65 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 2 | -3/+3 |
* | Typo fixes brought to you by the letters a, l, and Robert P. Day. | Rob Landley | 2006-03-03 | 1 | -1/+1 |
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -18/+8 |
* | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley | 2006-02-24 | 1 | -1/+1 |
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+2 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 4 | -7/+9 |