1. 8a28e62 lash: recognize and use NOFORK applets by Denis Vlasenko · 18 years ago
  2. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  3. b69f35e lash: "forking" applets are actually can be treated the same way as "non-forked". by Denis Vlasenko · 18 years ago
  4. 7cced6e fix realloc-of-non-malloced pointer, and reduce size while at it by Denis Vlasenko · 18 years ago
  5. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  6. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  7. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  8. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  9. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  10. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  11. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  12. f443bff lash: make -c work; crush buffer overrun and free of non-malloced ptr by Denis Vlasenko · 18 years ago
  13. 6fa8b8e lash: style cleanup by Denis Vlasenko · 18 years ago
  14. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  15. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  16. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  17. 71d8abf lash: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  18. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  19. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  20. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  21. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  22. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  23. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  24. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  25. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  26. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  27. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  28. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  29. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  30. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  31. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  32. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  33. acf448d Bugfix from Shaun Jackman (check that argv[optind] isn't null before by Rob Landley · 18 years ago
  34. 7a8e491 Patch from Shaun Jackman moving the var=value logic to here it can do some good. by Rob Landley · 18 years ago
  35. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  36. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  37. 5483de1 Cleanup patch from Shaun Jackman converting %m to perror. by Rob Landley · 18 years ago
  38. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
  39. 6828677 Patch from Shaun Jackman to detect "name=value" variable assignments. Random by Rob Landley · 19 years ago
  40. f946379 Make lash smaller. (Use llist_t for file closing, and different allocation by Rob Landley · 19 years ago
  41. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  42. 6255876 2006-06-02 Shaun Jackman <sjackman@gmail.com> by Bernhard Reutner-Fischer · 19 years ago
  43. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  44. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  45. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  46. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  47. c1ef7bd just whitespace by Tim Riker · 19 years ago
  48. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  49. 264e771 Reduce exported from lash applet by "Vladimir N. Oleynik" · 19 years ago
  50. dcc40b7 Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to track initialization of getopt() by Mike Frysinger · 20 years ago
  51. acd647c Joe.C writes: by Eric Andersen · 20 years ago
  52. e3efc92 Jamie Guinan writes: by Eric Andersen · 21 years ago
  53. 075dd81 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof by Eric Andersen · 21 years ago
  54. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  55. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  56. d20d375 Fix some goofy formatting by Eric Andersen · 21 years ago
  57. c45146c Patch by Felipe Kellermann to fix a compiler compatability problem by Glenn L McGrath · 21 years ago
  58. 95b2625 oops. Leave the default feature set enbled for now... by Eric Andersen · 21 years ago
  59. 37032b4 Initial effort at disabling job control as well by Eric Andersen · 21 years ago
  60. ff9ad47 Support disabling pipe and redirect support by Eric Andersen · 21 years ago
  61. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  62. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  63. ece8fc2 Squash a warning by making function declaration a proper prototype by Eric Andersen · 22 years ago
  64. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  65. 7ab93d9 Teach lash to get $1 $2 $3 etc correct -Erik by Eric Andersen · 22 years ago
  66. ad08298 Use %m, not strerror, and strerror(err) was broken anyways and should have been by Eric Andersen · 22 years ago
  67. 6f2ebca Avoid calling exit() from within fork/vfork'ed processes. -Erik by Eric Andersen · 22 years ago
  68. 7373e48 A couple of small bugfixes from Marshall M. Midden <m4@brecis.com> by Eric Andersen · 22 years ago
  69. 0d2d1eb Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> -Erik by Eric Andersen · 23 years ago
  70. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  71. 2423b12 Begin moving things to busybox.net -Erik by Eric Andersen · 23 years ago
  72. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  73. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  74. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  75. d63dee4 Add an option to make the shells not advertise their busybox nature by Eric Andersen · 23 years ago
  76. f0a4ac8 Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging by Eric Andersen · 23 years ago
  77. 5d60a46 Fix a warning and potential segfault in lash when BB_FEATURE_CLEAN_UP is enabled by Eric Andersen · 23 years ago
  78. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  79. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  80. 07abfe2 don't whine if all we need to do is remove a bg job by Eric Andersen · 23 years ago
  81. 4b6b5e4 Re-enable globbing (I'd accidentaly removed it) and finish off the last by Eric Andersen · 23 years ago
  82. 2d848a4 This should finish off the job control issues with lash. Make certain by Eric Andersen · 23 years ago
  83. 8a646dd This commit guts lash, restoring it to what it was originally intended to do, by Eric Andersen · 23 years ago
  84. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  85. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 24 years ago
  86. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  87. cfa88ec Fix up some silly warnings by Eric Andersen · 24 years ago
  88. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
  89. 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 24 years ago
  90. ed424db Some patches from Gennady Feldman. Fixed a glob problem such that by Eric Andersen · 24 years ago
  91. 4ef40c0 Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>. by Matt Kraai · 24 years ago
  92. be66ad3 Fix handling of '' and "". by Matt Kraai · 24 years ago
  93. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
  94. 2129f97 Avoid segfault when export is invoked with no arguments. Thanks to by Matt Kraai · 24 years ago
  95. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 24 years ago
  96. a82a003 Fix to last patch: locale code should be 9, not 7. by Mark Whitley · 24 years ago
  97. 1c6581a Applied patch from Vladimir N. Oleynik to add locale support to the shell per by Mark Whitley · 24 years ago
  98. 82ab8da -Wshadow sh fix from Jeff Garzik by Eric Andersen · 24 years ago
  99. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
  100. 3417447 Patch from Larry and Vladimir to clean up sh.c and fix by Eric Andersen · 24 years ago