1. 6a4c33c Clean up the nasty blunder I'd made of how different behaviors happen. -Erik by Eric Andersen · 24 years ago
  2. 6150df3 Some cleanups, based on a patch from Ken Chalmers -Erik by Eric Andersen · 24 years ago
  3. d570468 Fix from Robert Kaiser for stdin behavior. -Erik by Eric Andersen · 24 years ago
  4. 1428c4f Oops. Forgot an ifdef -Erik by Eric Andersen · 24 years ago
  5. a5716d3 Fix from Arne Bernin for return code -- now reflects whether the rmmod by Eric Andersen · 24 years ago
  6. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  7. 6a99aaf More shell features.... if-then-else-fi is now basically usable (disable by Eric Andersen · 24 years ago
  8. 7ce41ad Fixed a syntax error & superfluous param decl that was causing the build to by Mark Whitley · 24 years ago
  9. e92108a Minor style cleanups. by Eric Andersen · 24 years ago
  10. 0d49dd5 Better description by Eric Andersen · 24 years ago
  11. cc10a5b Fix some bitrot. -Erik by Eric Andersen · 24 years ago
  12. 83e85f6 Modified print_subst_w_backrefs() so it will print backslash escaped by Mark Whitley · 24 years ago
  13. 52681b4 Added a note in the "Tips and Pointer" section on the correct way to test for by Mark Whitley · 24 years ago
  14. fad9c11 Finish off fixing up the memleaks (I think). Added the beginnings of by Eric Andersen · 24 years ago
  15. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  16. b9ea02c Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close by Eric Andersen · 24 years ago
  17. d34595d Remove some noise. -Erik by Eric Andersen · 24 years ago
  18. e5db406 Clean up $1=$prefix -Erik by Eric Andersen · 24 years ago
  19. 40bfc76 First revision of the Busybox Style Guide and an accompanying .indent.pro file. by Mark Whitley · 24 years ago
  20. e99f750 chroot can now call the builtin shell by Pavel Roskin · 24 years ago
  21. ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
  22. bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
  23. 7df345e Bump version number. -Erik by Eric Andersen · 24 years ago
  24. ec8d60f Add in the LinuxMagic VPN Firewall -Erik by Eric Andersen · 24 years ago
  25. 0010ee4 Fixed usage info for "cut" by Pavel Roskin · 24 years ago
  26. c768ab4 Took -V out of the sed_usage string. by Mark Whitley · 24 years ago
  27. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  28. 1f45b26 As per a discussion on the mailing list between Matt and Pavel. I have removed by Mark Whitley · 24 years ago
  29. 1ac435c Converted option parsing to getopt(). Also added some explanatory comments. by Mark Whitley · 24 years ago
  30. 51154ba Adjusted install.sh to use relative symlinks, and to optionally by Eric Andersen · 24 years ago
  31. 3950596 Converted option parsing to using getopt(). Also managed to remove an by Mark Whitley · 24 years ago
  32. 99e370f Whoops. Forgot to #include <getopt.h>. by Mark Whitley · 24 years ago
  33. aa4f108 Converted option parsing to getopt() and made some minor formatting changes. by Mark Whitley · 24 years ago
  34. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  35. 8690572 Added some missing declarations and fixed some typos. I have to by Matt Kraai · 24 years ago
  36. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  37. 91a4400 Avoid trying to free NULL ptrs. Comment on malloc usages. -Erik by Eric Andersen · 24 years ago
  38. a16c663 Use FatalError() -Erik by Eric Andersen · 24 years ago
  39. ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
  40. 52d6fa3 Funny. Head was getting installed to the wrong spot. -Erik by Eric Andersen · 24 years ago
  41. 1d255be Updated to add support for dmalloc, and adjusted for better cross by Eric Andersen · 24 years ago
  42. 2ef880b Consolodated some common code into print_matched_line to make 'grep_file' a by Mark Whitley · 24 years ago
  43. a9d69fb Removed now incorrect message about NFS not working with by Eric Andersen · 24 years ago
  44. 8f12243 Added support for the -c (count matches) option. Made it so it works just like by Mark Whitley · 24 years ago
  45. 6efc48c Sigh -- can't sleep. Clean up some mem leaks, fixed some bugs. -Erik by Eric Andersen · 24 years ago
  46. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  47. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  48. 97562bd - Added support for backreferences in substitution expressions up to nine by Mark Whitley · 24 years ago
  49. 21ddb38 Now it's possible to compile Busybox with only one app defined by Pavel Roskin · 24 years ago
  50. a1d187a Backtick support to infinite (memory limited) levels of nesting is by Eric Andersen · 24 years ago
  51. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  52. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  53. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  54. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  55. 464c5de Fixed a couple of buglets: by Mark Whitley · 24 years ago
  56. 70705d7 - Added support for semicolon delimited command lines. (woo-hoo!) by Mark Whitley · 24 years ago
  57. add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  58. 17ad45a Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  59. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  60. ff5a903 Reduced the number of "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  61. f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
  62. 9027bcf Fixed a warning about missing initializer by Pavel Roskin · 24 years ago
  63. 93c0d9f The result of getopt() should not be converted to "char" - it breaks on PPC by Pavel Roskin · 24 years ago
  64. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  65. b870af0 Fix argument parsing. by Matt Kraai · 24 years ago
  66. d6912c9 Be more pedantic aboutthe terminating null applet. -Erik by Eric Andersen · 24 years ago
  67. 58361a4 uid and gid were unsigned, but were compared vs signed values (-1) -Erik by Eric Andersen · 24 years ago
  68. e7413a9 A couple of minor warning cleanups. -Erik by Eric Andersen · 24 years ago
  69. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  70. 4ac6cb5 Fix some stupid memory bugs. -Erik by Eric Andersen · 24 years ago
  71. ec10b9d Add in redimentary backtick suport (doesn't work properly yet, but is by Eric Andersen · 24 years ago
  72. 34623db It dawned on me that I would need to grow a char buffer one extra char bigger by Mark Whitley · 24 years ago
  73. 0200834 Added error checking for edit commands; only a beginning address can be by Mark Whitley · 24 years ago
  74. 94074a9 Added support for (a)ppend, (i)nsert, and (c)hange commands to sed. by Mark Whitley · 24 years ago
  75. 496e33f Fixed bug where sed '/foo/p' was printing "invalid command". by Mark Whitley · 24 years ago
  76. 4f7fe77 (Something I should have done in the previous checkin...) Also broke out by Mark Whitley · 24 years ago
  77. 06f3529 Minor code reorg: Changed the interface to index_of_next_unescaped_slash to an by Mark Whitley · 24 years ago
  78. 156959e Fix uninitialized variable. -Erik by Eric Andersen · 24 years ago
  79. f4c0226 Patch from Marc Nijdam <marc_nijdam@hp.com> by Eric Andersen · 24 years ago
  80. 5538070 Added a smallish TODO comment. by Mark Whitley · 24 years ago
  81. 00143ba From Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  82. ac48461 Correct argument parsing and other minor cleanups. by Matt Kraai · 24 years ago
  83. 37653aa Added some smallish comments to help folks understand why we have two tables by Mark Whitley · 24 years ago
  84. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  85. 6f96e67 Patch from Jon McClintock <jonm@bluemug.com> by Eric Andersen · 24 years ago
  86. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  87. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  88. e714bce Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  89. 3ecbe9f The applet name isn't constant. by Matt Kraai · 24 years ago
  90. 97426e0 Changed verbiage. -Erik by Eric Andersen · 24 years ago
  91. 8fbaeec Replaced projects with products/projects. -Erik by Eric Andersen · 24 years ago
  92. 68fda24 Added the Kerbango Internet Radio to projects/products using BusyBox. -Erik by Eric Andersen · 24 years ago
  93. 858c1ad Applied patch from Matt Kraai to call destroy_cmd_strs in atexit(), rather by Mark Whitley · 24 years ago
  94. 7719008 Added applet_name to contain the applet name. by Matt Kraai · 24 years ago
  95. aec27bc Final updates for release. -Erik by Eric Andersen · 24 years ago 0_46
  96. 960be79 Final update for the release. by Eric Andersen · 24 years ago
  97. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  98. d006c9e More changelog updates -Erik by Eric Andersen · 24 years ago
  99. 9ebccb2 Added changelog entries for grep/sed/regex changes. by Mark Whitley · 24 years ago
  100. f1f6d58 Some changelog updates. -Erik by Eric Andersen · 24 years ago