1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. dee82b6 ash: comment non-obvious code part by Denis Vlasenko · 17 years ago
  3. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  4. d4293c7 ash: fix SEGV in forkchild (jp can be NULL). here documents were affected. by Denis Vlasenko · 17 years ago
  5. bdc406d ash: make "jobs | cat" work like in bash (was giving empty output) by Denis Vlasenko · 18 years ago
  6. fcfaf2e ash: small size optimization by Denis Vlasenko · 18 years ago
  7. 8fdc4b7 ash: recognize -l as --login equivalent; do not recognize +-login by Denis Vlasenko · 18 years ago
  8. 40ba998 ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>) by Denis Vlasenko · 18 years ago
  9. 1fc6238 devfsd: fix formatting (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 18 years ago
  10. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 18 years ago
  11. b304ead test: shrink a bit by Denis Vlasenko · 18 years ago
  12. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
  13. d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 18 years ago
  14. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 18 years ago
  15. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  16. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  17. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  18. 46846e2 ash: implement type -p, costs less than 10 bytes by Denis Vlasenko · 18 years ago
  19. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  20. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
  21. 08c8c1d ash: fix infinite loop on exit if tty is not there anymore by Denis Vlasenko · 18 years ago
  22. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  23. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  24. d7c8196 ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) by Denis Vlasenko · 18 years ago
  25. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  26. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  27. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
  28. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
  29. 7c139b4 ash: fix signal handling by Denis Vlasenko · 18 years ago
  30. 93ebd4f ash: popstackmark is reported trying to pop until NULL by Denis Vlasenko · 18 years ago
  31. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  32. 3af3e5b ash: cosmetic improvements in error messages by Denis Vlasenko · 18 years ago
  33. 29e31dd ash: do not use "safe applets" in non-standalone shell by Denis Vlasenko · 18 years ago
  34. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  35. 5276402 ash: fix compile problems by Denis Vlasenko · 18 years ago
  36. f98dc4d ash: cleanup part 2.8 by Denis Vlasenko · 18 years ago
  37. 0dec6de ash: cleanup part 2.7 by Denis Vlasenko · 18 years ago
  38. cc57151 ash: cleanup part 2.6 by Denis Vlasenko · 18 years ago
  39. 2de3d9f ash: cleanup part 2.5 by Denis Vlasenko · 18 years ago
  40. a891507 ash: cleanup part 2.4 by Denis Vlasenko · 18 years ago
  41. 99eb850 ash: cleanup part 2.3 by Denis Vlasenko · 18 years ago
  42. fc06f29 ash: cleanup part 2.2 by Denis Vlasenko · 18 years ago
  43. 5651bfc ash: starting second round of cleanups. #1 by Denis Vlasenko · 18 years ago
  44. bc54cff ash: cleanup part 9 by Denis Vlasenko · 18 years ago
  45. 4d2183b ash: cleanup part 8 by Denis Vlasenko · 18 years ago
  46. 4fe15f3 ash: cleanup part 7 by Denis Vlasenko · 18 years ago
  47. a670493 ash: cleanup part 6 by Denis Vlasenko · 18 years ago
  48. 5c67e3e ash: cleanup part 5 by Denis Vlasenko · 18 years ago
  49. fe1f00a ash: cleanup part 4 by Denis Vlasenko · 18 years ago
  50. 9650f36 ash: cleanup part 3 by Denis Vlasenko · 18 years ago
  51. aa74445 ash: cleanup part 2 by Denis Vlasenko · 18 years ago
  52. 0c032a4 ash: cleanup part 1 by Denis Vlasenko · 18 years ago
  53. a624c11 ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, by Denis Vlasenko · 18 years ago
  54. 2da584f ash: more renaming and style fixes by Denis Vlasenko · 18 years ago
  55. b012b10 ash: rearrange code to reduce forward references, rename some functions by Denis Vlasenko · 18 years ago
  56. e5570da ash: tiny style fixes by Denis Vlasenko · 18 years ago
  57. 5cedb75 ash: de-obfuscate code, add 'static' keyword, etc. by Denis Vlasenko · 18 years ago
  58. 131ae17 ash: convert #ifdef CONFIG_ to #if ENABLE_ by Denis Vlasenko · 18 years ago
  59. a0f82e9 ash: fix indentation and style. no code changes by Denis Vlasenko · 18 years ago
  60. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  61. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  62. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  63. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  64. 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
  65. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  66. 62a6983 execute "safe applets" exev if not standalone shell by Denis Vlasenko · 18 years ago
  67. 8f27c34 ash: is_safe_applet mustn't affect disabled applets by Denis Vlasenko · 18 years ago
  68. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  69. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  70. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  71. f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
  72. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  73. 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
  74. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  75. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  76. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  77. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  78. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  79. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  80. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  81. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  82. 5f03158 ash: fix segfault in ash. patch by walter harms <wharms@bfs.de> by Denis Vlasenko · 18 years ago
  83. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  84. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  85. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  86. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  87. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  88. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  89. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  90. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 19 years ago
  91. f296f0b Bug fix from Vladimir Oleynic via Paul Fox for: by Rob Landley · 19 years ago
  92. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 19 years ago
  93. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 19 years ago
  94. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 19 years ago
  95. 3549213 - add note about strict ordering by Bernhard Reutner-Fischer · 19 years ago
  96. c2ad4f5 Jean Wolter writes: ash uses bsearch to search in the list of built-in commands, therefore the list of built-in commands has to be ordered. Revision 15077 introduced the source built-in and destroyed this order. And now ash doesn't find the shift command anymore. by Mike Frysinger · 19 years ago
  97. a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
  98. 6ab0378 by Paul Fox · 19 years ago
  99. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  100. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago