1. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  2. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  3. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  4. 8f69784 Patch from vodz to fix freeing a static in cmdedit. by Eric Andersen · 23 years ago
  5. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  6. 4f99053 Patch from Vladimir to fix up autocompletion on a files/dirs with spaces in by Eric Andersen · 23 years ago
  7. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  8. bfae252 It turns out job control in both hush and lash was broken by the by Eric Andersen · 23 years ago
  9. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  10. ed424db Some patches from Gennady Feldman. Fixed a glob problem such that by Eric Andersen · 23 years ago
  11. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  12. c270ec1 Add support of /W prompts -Erik by Eric Andersen · 23 years ago
  13. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  14. 61173a5 Fix to cmdedit.c from Vladimir by Eric Andersen · 23 years ago
  15. f9ff8a7 cmdedit.c bugfix patch from Vladimir. -Erik by Eric Andersen · 23 years ago
  16. f594986 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT by Mark Whitley · 23 years ago
  17. b3d6e2d Update the lash shell (hopefully the last time...) so things like by Eric Andersen · 23 years ago
  18. 7e5291f Whitespace / formatting / bracket cleanup. by Mark Whitley · 24 years ago
  19. 5165fbe Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it by Eric Andersen · 24 years ago
  20. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  21. 94456f5 Put back Vladimir's testing defines, which I mistakenly removed. by Eric Andersen · 24 years ago
  22. 28a78ab Several features were hard coded on. Stop that. List tab completion by Eric Andersen · 24 years ago
  23. 6faae7d Commit Vladimir's latest cmdedit. I modified it slightly to ensure by Eric Andersen · 24 years ago
  24. 5f2c79d Make ar be crossed. by Eric Andersen · 24 years ago
  25. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  26. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  27. 306f4fe If the ioctl fails to tell us the winsize, default to 79. -Erik by Eric Andersen · 24 years ago
  28. 4bbdd78 Fix the pwd and group functions. The bb_ stuff was a leftover from by Eric Andersen · 24 years ago
  29. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  30. 4e33875 Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion by Mark Whitley · 24 years ago
  31. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  32. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  33. b3dc3b8 Cleanup -- move win handling to cmdedit.c, static-ify many functions. by Eric Andersen · 24 years ago
  34. 8634977 Ok, this is a pretty major update to sh.c. I renamed all the variables and by Eric Andersen · 24 years ago
  35. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  36. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  37. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  38. a75466e Warning cleanup from Gennady Feldman -Erik by Eric Andersen · 24 years ago
  39. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  40. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  41. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  42. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  43. 91a4400 Avoid trying to free NULL ptrs. Comment on malloc usages. -Erik by Eric Andersen · 24 years ago
  44. 4ac6cb5 Fix some stupid memory bugs. -Erik by Eric Andersen · 24 years ago
  45. 5538070 Added a smallish TODO comment. by Mark Whitley · 24 years ago
  46. 72965e3 Fixed a potential infinite loop. First delete any chars after the by Eric Andersen · 24 years ago
  47. 74c66ad Fix some spelling errors in the source as well. -Erik by Eric Andersen · 24 years ago
  48. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
  49. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  50. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  51. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  52. f0657d3 Some enhancements I've been working on over the weekend, -Erik by Erik Andersen · 24 years ago
  53. a268573 Make tab completion an option -Erik by Erik Andersen · 24 years ago
  54. f3b3d17 More minor patches -Erik by Erik Andersen · 24 years ago
  55. 1dbe340 more minor fixes -Erik by Erik Andersen · 24 years ago
  56. c7c634b Some more stuff. -Erik by Erik Andersen · 24 years ago
  57. 531bcb6 Minor update by Erik Andersen · 24 years ago
  58. 6273f65 Several fixes. -Erik by Erik Andersen · 24 years ago
  59. 13456d1 Forgot these files... -Erik by Erik Andersen · 24 years ago