1. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  2. 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago[Renamed from shell/msh.c]
  3. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  4. 1943aec hush: plug the leak of expanded heredoc by Denis Vlasenko · 16 years ago
  5. 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
  6. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  7. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  8. 7ae1cc1 msh: fix "while...continue" bug 3884. by Denis Vlasenko · 16 years ago
  9. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  10. ed9d621 msh: style cleanups. No code changes. by Denis Vlasenko · 17 years ago
  11. 447bd66 msh: fix the case where the file has exec bit but can't be run directly by Denis Vlasenko · 17 years ago
  12. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  13. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  14. b81f97b fix by Jie Zhang for exit status and POSIX compliance: by Mike Frysinger · 17 years ago
  15. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  16. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  17. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  18. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  19. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  20. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  21. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
  22. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
  23. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  24. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  25. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  26. fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
  27. 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
  28. 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
  29. a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
  30. 6e602c4 msh: also handle EOF/read errors correctly by Denis Vlasenko · 17 years ago
  31. 80667e3 msh: fix Ctrl-C handling with line editing by Denis Vlasenko · 17 years ago
  32. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  33. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  34. c794c51 msh: reduce global data/bss usage by Denis Vlasenko · 17 years ago
  35. ab80187 attack the biggest stack users: by Denis Vlasenko · 17 years ago
  36. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  37. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  38. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  39. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  40. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  41. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
  42. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
  43. 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 18 years ago
  44. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  45. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  46. 2b54aaa msh: fix obscure case with backticks and closed fd 1 by Denis Vlasenko · 18 years ago
  47. 7d4c44e shells: remove few statics and duplicated code by Denis Vlasenko · 18 years ago
  48. e471275 msh: style fixes shell/README - a place to record things about busybox shells by Denis Vlasenko · 18 years ago
  49. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
  50. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  51. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  52. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  53. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  54. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  55. 95cb326 msh: smallish code shrinkage; cosmetics by Denis Vlasenko · 18 years ago
  56. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  57. 55f30b0 inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) by Denis Vlasenko · 18 years ago
  58. 5b27fbe dc: use common_bufsiz1 for evaluation stack by Denis Vlasenko · 18 years ago
  59. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  60. 67a32ad add STANDALONE support by Mike Frysinger · 18 years ago
  61. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  62. d244c5e msh: fix my buglet by Denis Vlasenko · 18 years ago
  63. cf787cf find: support for ! by Denis Vlasenko · 18 years ago
  64. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  65. 1e3b068 msh: cleaning up for -Wwrite-strings part #4 by Denis Vlasenko · 18 years ago
  66. 6b50f73 msh: cleaning up for -Wwrite-strings part #3 by Denis Vlasenko · 18 years ago
  67. 489f93e msh: cleaning up for -Wwrite-strings part #2 by Denis Vlasenko · 18 years ago
  68. 00ccf95 msh: cleaning up for -Wwrite-strings by Denis Vlasenko · 18 years ago
  69. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  70. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  71. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  72. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  73. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 18 years ago
  74. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  75. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  76. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  77. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  78. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  79. 3672fe9 remove duplicate flag decls by Mike Frysinger · 18 years ago
  80. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  81. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  82. a299efb Make a warning go away when standalone shell is disabled. by Rob Landley · 18 years ago
  83. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  84. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  85. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  86. 42705ab dont setpgrp() for now as it breaks system() and that is more important than ctrl+c handling of background processes by Mike Frysinger · 18 years ago
  87. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  88. 14ff19b assign default debug level to the MSHDEBUG define by Mike Frysinger · 18 years ago
  89. a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
  90. 2a13175 make the default prompt suck less when using fancy prompts by Mike Frysinger · 19 years ago
  91. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  92. 3132e9d use xmalloc() by Mike Frysinger · 19 years ago
  93. b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 19 years ago
  94. 1781188 didnt mean to commit debug enable by Mike Frysinger · 19 years ago
  95. 02d8fa4 use %p when printing pointers, not %x by Mike Frysinger · 19 years ago
  96. 4e512f1 fix Bug 659 as reported by Robin Getz by Mike Frysinger · 19 years ago
  97. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  98. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  99. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  100. c1ef7bd just whitespace by Tim Riker · 19 years ago