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