1. 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 24 years ago
  2. 23c1a18 Per suggestion from Vladimir, no need to initialize these -- let the bss by Eric Andersen · 24 years ago
  3. 7ef54de locale correction patch from Vladimir by Eric Andersen · 24 years ago
  4. b183dfa Split error messages into separate files. by Eric Andersen · 24 years ago
  5. cc165b9 Should exclude "i" option when not enabled. by Eric Andersen · 24 years ago
  6. 00b0496 Doesn't need a "-" option -- getopt does that for us. by Eric Andersen · 24 years ago
  7. 16f7015 Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE by Eric Andersen · 24 years ago
  8. 7c25441 getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work by Eric Andersen · 24 years ago
  9. c75586e Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files. -Erik by Eric Andersen · 24 years ago
  10. 61173a5 Fix to cmdedit.c from Vladimir by Eric Andersen · 24 years ago
  11. fa513aa Some configuration adjustments from Vladimir by Eric Andersen · 24 years ago
  12. 8b96032 Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where by Eric Andersen · 24 years ago
  13. 3417447 Patch from Larry and Vladimir to clean up sh.c and fix by Eric Andersen · 24 years ago
  14. 1a6f8cf update .cvsignore files to note new location of loop.h by Eric Andersen · 24 years ago
  15. 8a6dbf6 Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr> by Eric Andersen · 24 years ago
  16. e2a3cd1 Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyanique by Eric Andersen · 24 years ago
  17. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 24 years ago
  18. dfba13d A few minor touchups. by Eric Andersen · 24 years ago
  19. 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 24 years ago
  20. 53b55ac Fix the make release target. by Eric Andersen · 24 years ago
  21. c36c2ba Update webpage noting 0.50 release. by Eric Andersen · 24 years ago
  22. 7f19785 A patch from Andreas Neuhaus to be especially careful to not dup by Eric Andersen · 24 years ago
  23. 4aaefc2 Fix from Larry for glob problems. -Erik by Eric Andersen · 24 years ago
  24. c5b3242 Remove the "GPL2" bit, since it hung over the end of the line. by Eric Andersen · 24 years ago
  25. 056960d Applied patch from Larry Doolittle to fix problem where multibuild.pl would by Mark Whitley · 24 years ago
  26. 0d5051d Update files and version number prepratory to cutting a release. -Erik by Eric Andersen · 24 years ago
  27. 3a0057e Fix egrep by Eric Andersen · 24 years ago
  28. f71378c One tiny little missing newline that confused pod. by Mark Whitley · 24 years ago
  29. 0a6f1d3 One tinly, little, missing newline that confused Pod. by Mark Whitley · 24 years ago
  30. e708cb5 by John Beppu · 24 years ago
  31. a4edd0e A better fix. Read nextPtr before mem gets freed. -Erik by Eric Andersen · 24 years ago
  32. f9ff8a7 cmdedit.c bugfix patch from Vladimir. -Erik by Eric Andersen · 24 years ago
  33. af9e533 by John Beppu · 24 years ago
  34. 48dcc16 Don't confuse people. If the run 'ifconfig' and they didn't by Eric Andersen · 24 years ago
  35. 730cdb1 Reversed previous patch. The right way is to fix uClibc. by Mark Whitley · 24 years ago
  36. 0d4e51d Prevent init from potentially using already freed memory when by Eric Andersen · 24 years ago
  37. 0b57e28 Applied patch from Andreas Neuhaus to fix namespace conflict that made busybox by Mark Whitley · 24 years ago
  38. b0c2b7d dos2unix logread.c by Mark Whitley · 24 years ago
  39. 2825ee8 Fix linuxrc define by Eric Andersen · 24 years ago
  40. a8035a5 Move the warning msg after features.h gets pulled in. -Erik by Eric Andersen · 24 years ago
  41. 7384d7d Added some tests for some recently found / fixed bugs in the shell. by Mark Whitley · 24 years ago
  42. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 24 years ago
  43. 670bea2 Update the changelog, in preparation for making the 0.50 release by Eric Andersen · 24 years ago
  44. d8adaa2 Update the olympus sections by Eric Andersen · 24 years ago
  45. 3bf60aa If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: by Mark Whitley · 24 years ago
  46. e110ccb Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero by Mark Whitley · 24 years ago
  47. 0e0883e Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes. by Manuel Novoa III · 24 years ago
  48. 038c8eb Applied patch from Erik Habbinga to fix a problem with an uninitialized by Mark Whitley · 24 years ago
  49. 7ddaf7c Added a section to describe how to convert variables to K&R style using the by Mark Whitley · 24 years ago
  50. bac75ac Script that generates a script that will convert oddball variable names to K&R by Mark Whitley · 24 years ago
  51. 1ef9268 Yesterday I make strsep_space include post-token whitespace, by Eric Andersen · 24 years ago
  52. ce4a586 I forgot to malloc space for the NULL. -Erik by Eric Andersen · 24 years ago
  53. 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 24 years ago
  54. 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
  55. 44a9914 Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132 by Mark Whitley · 24 years ago
  56. 2892c35 Applied patch from Giulio Orsero to fix some preprocessor bugs. by Mark Whitley · 24 years ago
  57. 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 24 years ago
  58. 53f5061 Fix init so that checking for terminal devices is delayed until the by Eric Andersen · 24 years ago
  59. bdc8db9 Use the system passwd and group stuff by default by Eric Andersen · 24 years ago
  60. 741f2c9 Fix mtab so it works on libc5 by Eric Andersen · 24 years ago
  61. b9a1e56 No reason to include fstab. It breaks libc5, does nothing for glibc. -Erik by Eric Andersen · 24 years ago
  62. 2b1c367 Amazing the difference between an "and" and an "or". by Eric Andersen · 24 years ago
  63. 3c0b425 dpkg used tfind, which doesn't work with libc5. Print a friendy error by Eric Andersen · 24 years ago
  64. 14e9e9d Fix socklen_t for libc5 by Eric Andersen · 24 years ago
  65. 9c09e0e The IPC_SYSLOG stuff should be off by default. -Erik by Eric Andersen · 24 years ago
  66. c319601 Some updates for libc5 by Eric Andersen · 24 years ago
  67. 4e7244e libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDE -Erik by Eric Andersen · 24 years ago
  68. 8658816 Added a dependency on BB_MKFS_MINIX to xfopen(). by Mark Whitley · 24 years ago
  69. f594986 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT by Mark Whitley · 24 years ago
  70. c75f83d Some new testcases, some improvements to the tester.sh script. by Mark Whitley · 24 years ago
  71. b3d6e2d Update the lash shell (hopefully the last time...) so things like by Eric Andersen · 24 years ago
  72. 798ab30 Added Midori Linux to the list of known projects that use Busybox. by Mark Whitley · 24 years ago
  73. f6ba2da Credited Christophe Boyaniqu for interactive patch to rm. by Mark Whitley · 24 years ago
  74. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 24 years ago
  75. 53737c5 Some fixlets that didn't get added in the last 'syslogd split' patch: by Mark Whitley · 24 years ago
  76. 6bff9cc Added some comment lines in the header indicating that Gennady Feldman is the by Mark Whitley · 24 years ago
  77. bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 24 years ago
  78. 94fd480 Applied patch from John Lombardo to fix OOM in insmod. by Mark Whitley · 24 years ago
  79. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago
  80. 4987bbf A fix from Larry Doolittle for some nasty segfaults when sh.c tried to free a by Eric Andersen · 24 years ago
  81. 5ec5415 Program for testing concurrent access to syslogd. by Mark Whitley · 24 years ago
  82. 1a49fc5 Applied patch from Gennady Feldman to use single-thread instead of forking. by Mark Whitley · 24 years ago
  83. fe4e13f Add missing dependency -- interface.c needs get_kernel_revision. by Manuel Novoa III · 24 years ago
  84. 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 24 years ago
  85. 68ea1d0 Reduced code size of interface. Support ifconfig -a and ifconfig interface by Manuel Novoa III · 24 years ago
  86. 1365bb7 When using wordexp, only try to use the expand command by Eric Andersen · 24 years ago
  87. 78f5746 Quick mod to enable option -a for ifconfig. by Manuel Novoa III · 24 years ago
  88. d2117e9 Created new regression testing framework with a number of testcases (many more by Mark Whitley · 24 years ago
  89. 09f4af5 /* getopt not needed */ by Mark Whitley · 24 years ago
  90. 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
  91. fa45f22 Use perror_msg_and_die function where appropriate. by Manuel Novoa III · 24 years ago
  92. d921684 Fixed df.c so that nfs volumes will display properly (fixing bug #1113). by Eric Andersen · 24 years ago
  93. 4aaf89f Silence a silly warning by Eric Andersen · 24 years ago
  94. f90c28d Applied patch from Jeff Garzik to getopt-ify rmmod. by Mark Whitley · 24 years ago
  95. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 24 years ago
  96. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  97. dd91724 patch from Larry to fix pristine source builds by Eric Andersen · 24 years ago
  98. 74e056b Fixed a couple more cases. $FOO/bar ${FOO} and such now work by Eric Andersen · 24 years ago
  99. 3c7361f Allow wordexp to be used if available by Eric Andersen · 24 years ago
  100. ce89871 Urg. Remove the debug noise by Eric Andersen · 24 years ago