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