1. 7ddaf7c Added a section to describe how to convert variables to K&R style using the by Mark Whitley · 24 years ago
  2. bac75ac Script that generates a script that will convert oddball variable names to K&R by Mark Whitley · 24 years ago
  3. 1ef9268 Yesterday I make strsep_space include post-token whitespace, by Eric Andersen · 24 years ago
  4. ce4a586 I forgot to malloc space for the NULL. -Erik by Eric Andersen · 24 years ago
  5. 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 24 years ago
  6. 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
  7. 44a9914 Applied patch from Larry Doolittle to fix '>\na\n' bug. Should close bug #1132 by Mark Whitley · 24 years ago
  8. 2892c35 Applied patch from Giulio Orsero to fix some preprocessor bugs. by Mark Whitley · 24 years ago
  9. 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 24 years ago
  10. 53f5061 Fix init so that checking for terminal devices is delayed until the by Eric Andersen · 24 years ago
  11. bdc8db9 Use the system passwd and group stuff by default by Eric Andersen · 24 years ago
  12. 741f2c9 Fix mtab so it works on libc5 by Eric Andersen · 24 years ago
  13. b9a1e56 No reason to include fstab. It breaks libc5, does nothing for glibc. -Erik by Eric Andersen · 24 years ago
  14. 2b1c367 Amazing the difference between an "and" and an "or". by Eric Andersen · 24 years ago
  15. 3c0b425 dpkg used tfind, which doesn't work with libc5. Print a friendy error by Eric Andersen · 24 years ago
  16. 14e9e9d Fix socklen_t for libc5 by Eric Andersen · 24 years ago
  17. 9c09e0e The IPC_SYSLOG stuff should be off by default. -Erik by Eric Andersen · 24 years ago
  18. c319601 Some updates for libc5 by Eric Andersen · 24 years ago
  19. 4e7244e libc5 glob is pretty stupid and doesn't do GLOB_BRACE or GLOB_TILDE -Erik by Eric Andersen · 24 years ago
  20. 8658816 Added a dependency on BB_MKFS_MINIX to xfopen(). by Mark Whitley · 24 years ago
  21. f594986 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT by Mark Whitley · 24 years ago
  22. c75f83d Some new testcases, some improvements to the tester.sh script. by Mark Whitley · 24 years ago
  23. b3d6e2d Update the lash shell (hopefully the last time...) so things like by Eric Andersen · 24 years ago
  24. 798ab30 Added Midori Linux to the list of known projects that use Busybox. by Mark Whitley · 24 years ago
  25. f6ba2da Credited Christophe Boyaniqu for interactive patch to rm. by Mark Whitley · 24 years ago
  26. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 24 years ago
  27. 53737c5 Some fixlets that didn't get added in the last 'syslogd split' patch: by Mark Whitley · 24 years ago
  28. 6bff9cc Added some comment lines in the header indicating that Gennady Feldman is the by Mark Whitley · 24 years ago
  29. bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 24 years ago
  30. 94fd480 Applied patch from John Lombardo to fix OOM in insmod. by Mark Whitley · 24 years ago
  31. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago
  32. 4987bbf A fix from Larry Doolittle for some nasty segfaults when sh.c tried to free a by Eric Andersen · 24 years ago
  33. 5ec5415 Program for testing concurrent access to syslogd. by Mark Whitley · 24 years ago
  34. 1a49fc5 Applied patch from Gennady Feldman to use single-thread instead of forking. by Mark Whitley · 24 years ago
  35. fe4e13f Add missing dependency -- interface.c needs get_kernel_revision. by Manuel Novoa III · 24 years ago
  36. 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 24 years ago
  37. 68ea1d0 Reduced code size of interface. Support ifconfig -a and ifconfig interface by Manuel Novoa III · 24 years ago
  38. 1365bb7 When using wordexp, only try to use the expand command by Eric Andersen · 24 years ago
  39. 78f5746 Quick mod to enable option -a for ifconfig. by Manuel Novoa III · 24 years ago
  40. d2117e9 Created new regression testing framework with a number of testcases (many more by Mark Whitley · 24 years ago
  41. 09f4af5 /* getopt not needed */ by Mark Whitley · 24 years ago
  42. 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
  43. fa45f22 Use perror_msg_and_die function where appropriate. by Manuel Novoa III · 24 years ago
  44. d921684 Fixed df.c so that nfs volumes will display properly (fixing bug #1113). by Eric Andersen · 24 years ago
  45. 4aaf89f Silence a silly warning by Eric Andersen · 24 years ago
  46. f90c28d Applied patch from Jeff Garzik to getopt-ify rmmod. by Mark Whitley · 24 years ago
  47. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 24 years ago
  48. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  49. dd91724 patch from Larry to fix pristine source builds by Eric Andersen · 24 years ago
  50. 74e056b Fixed a couple more cases. $FOO/bar ${FOO} and such now work by Eric Andersen · 24 years ago
  51. 3c7361f Allow wordexp to be used if available by Eric Andersen · 24 years ago
  52. ce89871 Urg. Remove the debug noise by Eric Andersen · 24 years ago
  53. 195743f Ok, sh.c should be working now. Many thanks to Larry Doolittle by Eric Andersen · 24 years ago
  54. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  55. 9ba5bce Added script that tests turning on features in busybox one at a time and by Mark Whitley · 24 years ago
  56. 01658a3 Fix sh.c for the glab case. I was messing things up for by Eric Andersen · 24 years ago
  57. 3dbf1e8 A '.' is a legal seperator. by Eric Andersen · 24 years ago
  58. afffbfe Fix to trim to make it trim properly. by Mark Whitley · 24 years ago
  59. b180dd9 Cleanup patch from Larry by Eric Andersen · 24 years ago
  60. 13d1fa1 Add in 'trim' routine. Fix up sh.c so it works when wordexp by Eric Andersen · 24 years ago
  61. df351d6 Improved port of ifconfig... smaller and with more features. by Manuel Novoa III · 24 years ago
  62. 39eea89 Per Vladimir's suggestion, force the locale to POSIX for all by Eric Andersen · 24 years ago
  63. 7e5291f Whitespace / formatting / bracket cleanup. by Mark Whitley · 24 years ago
  64. 32f8c17 Remember to delete un-expandable variables, and do a better job of expanding by Eric Andersen · 24 years ago
  65. ca60459 Rework environment variable handling to use wordexp, per a suggestion from by Eric Andersen · 24 years ago
  66. e2c44fc Applied patch from Vladimir to fix bug where find would stop as soon as it hit by Mark Whitley · 24 years ago
  67. 5de9098 Eliminate superfluous test. by Matt Kraai · 24 years ago
  68. 4cc8f31 Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. by Mark Whitley · 24 years ago
  69. ae5612c Some minor cleanups to df.c. Also, with Erik's blessing, changed name of by Mark Whitley · 24 years ago
  70. ae20128 Applied patch from Christophe Boyaniqu to remove double-slashes printed in by Mark Whitley · 24 years ago
  71. 26d53eb This patch by Vladimir and Larry saves a few bytes. by Eric Andersen · 24 years ago
  72. ec9fad9 Static-ify a variable. make du work with all the human-readable variants by Eric Andersen · 24 years ago
  73. a7db19b Fix up du so it behaves itself also. -Erik by Eric Andersen · 24 years ago
  74. 11ae573 remove an unused variable by Eric Andersen · 24 years ago
  75. 7850f1e Rewrite of format so it behaves itself -Erik by Eric Andersen · 24 years ago
  76. 5986f8d Fix up df so it works properly -Erik by Eric Andersen · 24 years ago
  77. 651f8c0 Fix up ls.c to ensure human readable works properly in all cases by Eric Andersen · 24 years ago
  78. 6c563bc Thought of another janitorial item for the list. by Mark Whitley · 24 years ago
  79. 8b728a2 I made these little simplifications a while back, bug forgot to by Eric Andersen · 24 years ago
  80. 702ec59 Fix the memory leak. No really this time. -Erik by Eric Andersen · 24 years ago
  81. 8bb7df4 Applied patch from Vladimir Oleynik via Magnus Damm that removes newlines from by Mark Whitley · 24 years ago
  82. 0f430e3 Fix up some silly macros and use xmalloc and friends exclusively. by Eric Andersen · 24 years ago
  83. 36278b9 Fix func prototype by Eric Andersen · 24 years ago
  84. 54851d3 Fixed a memory leak in lash. It seems that close_all was calling close() by Eric Andersen · 24 years ago
  85. 07f2f39 Close open files before calling builtin_exec(). I've tested this by Eric Andersen · 24 years ago
  86. 1a046d5 Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zero by Eric Andersen · 24 years ago
  87. 138ece0 minor cleanup by John Beppu · 24 years ago
  88. e6c4de0 First pass at trying to retrofit a changelog for 0.50. Please everyone by Eric Andersen · 24 years ago
  89. f15d4da Add in a first pass at ifconfig status reporting. It took a long while by Eric Andersen · 24 years ago
  90. 5efa229 Fix up the freshmeat appindex record. by Eric Andersen · 24 years ago
  91. c27b954 Make sure libpwd.a is linked _last_ so it overrides the system pwd/grp by Eric Andersen · 24 years ago
  92. 47cdcdd Try to do a little better at documenting how to use by Eric Andersen · 24 years ago
  93. 21b7459 add wget, tr, telnet, ping, md5sum and loadkmap to .deb by David Kimdon · 24 years ago
  94. afbff22 Enable INSTALLER for the deb by Eric Andersen · 24 years ago
  95. 452fd33 Patch from Vladimir to make sure PATH is set correctly. by Eric Andersen · 24 years ago
  96. 076cdc2 If umount2 is not available, stub it out. by Eric Andersen · 24 years ago
  97. 9ead689 Added some words on use of getopt in applets. by Mark Whitley · 24 years ago
  98. 323434b Dont try to automount some specific filesystem types by Glenn L McGrath · 24 years ago
  99. 446dd27 Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in by Mark Whitley · 24 years ago
  100. 42ab250 Removed section on testing that is now in contributing.txt. by Mark Whitley · 24 years ago