1. 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
  2. c6cdf58 Bump version number to 0.45 -Erik by Eric Andersen · 24 years ago
  3. 07edff4 Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if by Mark Whitley · 24 years ago
  4. 45087b1 More doc updates. -Erik by Eric Andersen · 24 years ago
  5. 766c012 Web site updates. -Erik by Eric Andersen · 24 years ago
  6. c5c5e3d Add in my little patch for 2.4.x to make sysinfo binary compatable (again) by Eric Andersen · 24 years ago
  7. afa0662 Documented "which" by Pavel Roskin · 24 years ago
  8. 1a804e4 Removed trailing spaces by Pavel Roskin · 24 years ago
  9. f929641 Add in telnet docs. -Erik by Eric Andersen · 24 years ago
  10. feb47c0 Add insmod docs -Erik by Eric Andersen · 24 years ago
  11. f7a0195 Updated the list of supported commands by Pavel Roskin · 24 years ago
  12. 7ac06a3 Removed all vestiges of "math" by Pavel Roskin · 24 years ago
  13. 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
  14. b405dfa 'tar --help' wasn't working. Fixed it. -Erik by Eric Andersen · 24 years ago
  15. c035254 + made it so that you can use the mnemonics by John Beppu · 24 years ago
  16. e63ad9b Special case the memcopy stuff so it isn't enabled for uclibc -Erik by Eric Andersen · 24 years ago
  17. 28c88a9 Some makefile fixes to allow compiling with ucLibc (stuff turned off by Eric Andersen · 24 years ago
  18. 339b892 Updated e-mail address of Pavel Roskin to proski@gnu.org by Pavel Roskin · 24 years ago
  19. 4eb1b30 Mention libc support, Pavel's rm fix is already merged. -Erik by Eric Andersen · 24 years ago
  20. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  21. bb245ba Made insmod work with both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  22. 9ca57d3 Made ping work with libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  23. e1e23ee Make umount work and compile cleanly under libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  24. 5e29c6f Make swaponoff compile cleanly under both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  25. a15cd0b Make syslogd.c, init.c, and update.c compile error/warning free under both libc5 and libc6. by Eric Andersen · 24 years ago
  26. b7362e3 printf now compiles cleanly under both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  27. 67e3230 Updated to compile and work with libc5. -Erik by Eric Andersen · 24 years ago
  28. be5023a Update internal.h to conditionally include asm/string.h -Erik by Eric Andersen · 24 years ago
  29. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  30. dbb3019 Added a note to the "maybe by 0.44" list to prune sfdisk and graft fdisk. by Mark Whitley · 24 years ago
  31. 30f0f2d Fix a stupid bug, where I cleaned things as the last makefile target. duh. by Eric Andersen · 24 years ago
  32. b108a5b Added support for building debian packages. -Erik by Eric Andersen · 24 years ago
  33. 110fc0c Check for 3 and more arguments was incorrect by Pavel Roskin · 24 years ago
  34. 74c66ad Fix some spelling errors in the source as well. -Erik by Eric Andersen · 24 years ago
  35. 98cd53e Ran it through a spell checker and fixed the spelling errors. -Erik by Eric Andersen · 24 years ago
  36. 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 24 years ago
  37. b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 24 years ago
  38. 2e96523 ln: fixed command line parser. Added support for "--" by Pavel Roskin · 24 years ago
  39. 3f75503 Remove trailing space char. -Erik by Eric Andersen · 24 years ago
  40. 28c70b3 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik by Eric Andersen · 24 years ago
  41. e97da40 Fixed "rm foo" that had been broken while implementing "rm -- foo" by Pavel Roskin · 24 years ago
  42. 1af7ed5 Modified status of some TODO items, added some others in preparation for the by Mark Whitley · 24 years ago
  43. 3c709b4 + minor typo fix s/&gt/>/ by John Beppu · 24 years ago
  44. d84990e + removed some cruft left over from when lines could be too long. by John Beppu · 24 years ago
  45. 854e115 Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick by Eric Andersen · 24 years ago
  46. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago
  47. 053b146 Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca> by Eric Andersen · 24 years ago
  48. baf22bf Give beppu credit for fixing grep "Line too long" bug. -Erik by Eric Andersen · 24 years ago
  49. c7ccfc9 + utility.c by John Beppu · 24 years ago
  50. 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 24 years ago
  51. 44760d0 + updated docs to reflect math's filter capabilities. by John Beppu · 24 years ago
  52. 5db60a7 + works as a filter, now! by John Beppu · 24 years ago
  53. 0c6a970 * Fixed a small bug that could cause tar to emit warning messages by Eric Andersen · 24 years ago
  54. b3d235f Fixed parsing of arguments for cp by Pavel Roskin · 24 years ago
  55. b3cf9ba Formatting change. -Erik by Eric Andersen · 24 years ago
  56. 049b706 My pod2man (perl-5.00503) complains if there is no newline after "Options:" by Pavel Roskin · 24 years ago
  57. da10ec0 Syslogd will not go to background if "-n" is given. Better help by Pavel Roskin · 24 years ago
  58. 0024abc Implemented "ping -s", fixed error messages and argument parsing by Pavel Roskin · 24 years ago
  59. 0b66577 Debug should be off in the Makefile. I will now do (per Pavel's by Eric Andersen · 24 years ago
  60. a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 24 years ago
  61. 1f6262b Fix 'date -u' -Erik by Eric Andersen · 24 years ago
  62. fb8ba50 Oops. Remove the debugging noise. -Erik by Eric Andersen · 24 years ago
  63. 3232203 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik by Eric Andersen · 24 years ago
  64. d05e3ce Removed chmod,chown,chgrp from the "Bugs that need fixing" list. by Mark Whitley · 24 years ago
  65. eec2f63 Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too by Mark Whitley · 24 years ago
  66. 700a5ae Fixed exit status for killall by Pavel Roskin · 24 years ago
  67. 517cab7 Added considering making a unified option parser someday. by Mark Whitley · 24 years ago
  68. 6ca28ba Fixed segfault when you type "chmod -R". "chown -R" and "chgrp -R" are still by Mark Whitley · 24 years ago
  69. 680d65a "mount" now reports errors from nfsmount() and assumes NFS mount by Pavel Roskin · 24 years ago
  70. 68480dc Updated TODO item re: 'cp -a /tmp/*' not producing the right error message by Mark Whitley · 24 years ago
  71. 815e904 Fixed a bunch of stuff: by Eric Andersen · 24 years ago
  72. c389d91 "which" rewritten to use stat(). Fixes to improve its compatability by Pavel Roskin · 24 years ago
  73. 82c0ac7 Fix more spelling errors. by Pavel Roskin · 24 years ago
  74. f2fffef Fix spelling error -Erik by Eric Andersen · 24 years ago
  75. 36fe1a3 Fix spelling errors. -Erik by Eric Andersen · 24 years ago
  76. 926e0e3 More TODO items. Fix a dependancy bug on busybox.def.h -Erik by Eric Andersen · 24 years ago
  77. afeb683 "nc" exits silently on errors. This patch makes it print something before by Eric Andersen · 24 years ago
  78. 46a38db Don't allow mkfifo to create files such as "--help" by Eric Andersen · 24 years ago
  79. ef4268e This patch by Eric Andersen · 24 years ago
  80. 832000f Turn off debugging in the Makefile. -Erik by Eric Andersen · 24 years ago
  81. f0c30b7 Note that I broke mkfs_minix's parser in rev 1.7. -Erik by Eric Andersen · 24 years ago
  82. 5a0a2aa Fix touch so it behaves itself (it could segfault in some cases). by Eric Andersen · 24 years ago
  83. 808d03e This is a fix for chroot by Eric Andersen · 24 years ago
  84. 9c8ffa0 Pavel fixed a segfault in yes. -Erik by Eric Andersen · 24 years ago
  85. 3199bda Fix /etc/passwd misspelling. -Erik by Eric Andersen · 24 years ago
  86. 6082917 Some Makefile fixes for the docs. -Erik by Eric Andersen · 24 years ago
  87. 380e58a Note the addition of ar. -Erik by Eric Andersen · 24 years ago
  88. ec480c4 oops. Don't commit autogenerated stuff. -Erik by Eric Andersen · 24 years ago
  89. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  90. 4062268 Acknowledge contributions of Pavel Roskin, and fix doc building by Eric Andersen · 24 years ago
  91. 08e9289 Acknowledge contributions of Pavel Roskin, and fix doc building by Eric Andersen · 24 years ago
  92. b6c6d87 More stuff to do... -Erik by Eric Andersen · 24 years ago
  93. 77bd2db Acknowledge contributions of Pavel Roskin, and fix doc building by Eric Andersen · 24 years ago
  94. 1624813 Point to the local BusyBox.html docs. -Erik by Eric Andersen · 24 years ago
  95. b83e0ed Forgot to checkin the busybox website graphics. Here they are... -Erik by Eric Andersen · 24 years ago
  96. 89960b8 More stuff. -Erik by Eric Andersen · 24 years ago
  97. b596636 Minor doc fix. Added several bugs to the todo list. Fixed the way init by Eric Andersen · 24 years ago
  98. deb0331 Remove the now-fixed tar segfault from the TODO list. -Erik by Eric Andersen · 24 years ago
  99. 108a443 Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" by Eric Andersen · 24 years ago
  100. e511e7c Minor update to web page. -Erik by Eric Andersen · 24 years ago