Age | Commit message (Expand) | Author |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-26 | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko |
2007-04-14 | lash: recognize and use NOFORK applets | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-12 | lash: "forking" applets are actually can be treated the same way as "non-fork... | Denis Vlasenko |
2007-04-12 | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko |
2007-04-12 | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-04-11 | style fixes, no code changes. | Denis Vlasenko |
2007-04-11 | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko |
2007-04-10 | Rename two config options: | Denis Vlasenko |
2007-04-10 | style fixes. No code changes. | Denis Vlasenko |
2007-04-08 | add some missed statics on constant objects. | Denis Vlasenko |
2007-03-31 | lash: make -c work; crush buffer overrun and free of non-malloced ptr | Denis Vlasenko |
2007-03-31 | lash: style cleanup | Denis Vlasenko |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-30 | lash: -Wwrite-strings fixes | Denis Vlasenko |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko |
2007-01-22 | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko |
2007-01-22 | Convert cmdedit into more generic line input facility | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-22 | remove useless casts (type*) xzalloc(...) | Denis Vlasenko |
2006-11-27 | fix remaining survivors of the return(a) cleanup | Denis Vlasenko |
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-12 | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley |
2006-07-09 | Bugfix from Shaun Jackman (check that argv[optind] isn't null before | Rob Landley |
2006-07-01 | Patch from Shaun Jackman moving the var=value logic to here it can do some good. | Rob Landley |
2006-07-01 | Get rid of all "#if 0" content. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-20 | Cleanup patch from Shaun Jackman converting %m to perror. | Rob Landley |
2006-06-19 | Make some 64 bit warnings go away on x86-64. | Rob Landley |
2006-06-13 | Patch from Shaun Jackman to detect "name=value" variable assignments. Random | Rob Landley |
2006-06-13 | Make lash smaller. (Use llist_t for file closing, and different allocation | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-03 | 2006-06-02 Shaun Jackman <sjackman@gmail.com> | Bernhard Reutner-Fischer |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-02-16 | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |