| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 1 | -2/+2 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -2/+3 |
* | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko | 2007-05-26 | 1 | -2/+1 |
* | lash: recognize and use NOFORK applets | Denis Vlasenko | 2007-04-14 | 1 | -23/+30 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko | 2007-04-14 | 1 | -6/+1 |
* | lash: "forking" applets are actually can be treated the same way as "non-fork... | Denis Vlasenko | 2007-04-12 | 1 | -42/+27 |
* | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko | 2007-04-12 | 1 | -14/+14 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko | 2007-04-12 | 1 | -12/+14 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -2/+1 |
* | style fixes, no code changes. | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -4/+4 |
* | add some missed statics on constant objects. | Denis Vlasenko | 2007-04-08 | 1 | -1/+2 |
* | lash: make -c work; crush buffer overrun and free of non-malloced ptr | Denis Vlasenko | 2007-03-31 | 1 | -9/+6 |
* | lash: style cleanup | Denis Vlasenko | 2007-03-31 | 1 | -81/+84 |
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 1 | -2/+2 |
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -3/+3 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | lash: -Wwrite-strings fixes | Denis Vlasenko | 2007-01-30 | 1 | -22/+24 |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -1/+1 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -7/+7 |
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 1 | -4/+10 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -1/+1 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -2/+2 |
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 |
* | fix remaining survivors of the return(a) cleanup | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | 2006-11-21 | 1 | -4/+1 |
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -72/+54 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -6/+6 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 1 | -31/+0 |
* | Bugfix from Shaun Jackman (check that argv[optind] isn't null before | Rob Landley | 2006-07-09 | 1 | -19/+16 |
* | 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 | 1 | -10/+0 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -2/+2 |
* | Cleanup patch from Shaun Jackman converting %m to perror. | Rob Landley | 2006-06-20 | 1 | -4/+4 |
* | Make some 64 bit warnings go away on x86-64. | Rob Landley | 2006-06-19 | 1 | -7/+5 |
* | 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 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -5/+7 |