1. b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
  2. 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
  3. 207061a Fix error messages. by Matt Kraai · 24 years ago
  4. 2be4797 Fix error message. by Matt Kraai · 24 years ago
  5. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  6. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  7. 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
  8. 567cdd1 Fix handling of ^$ by removing the newline from input lines and by not by Matt Kraai · 24 years ago
  9. 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
  10. 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
  11. e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
  12. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
  13. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  14. 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
  15. 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
  16. 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
  17. 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
  18. aa3908d Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. by Glenn L McGrath · 24 years ago
  19. b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
  20. 25b669c Try to guess an output filename by Eric Andersen · 24 years ago
  21. ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
  22. c2bf5ca General cleanup of comments, defines, includes, and global variables, removed those that arent needed, grouped those remaining at the top. by Glenn L McGrath · 24 years ago
  23. 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago
  24. 8d369e9 by John Beppu · 24 years ago
  25. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  26. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  27. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  28. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  29. 8ce85ce Fix up the docs by Eric Andersen · 24 years ago
  30. bdcc6fb update the docs by Eric Andersen · 24 years ago
  31. f826351 Log the devps patch update by Eric Andersen · 24 years ago 0_47
  32. db7f2af Final touchups for the release... -Erik by Eric Andersen · 24 years ago
  33. f6b7139 Add in busybox.h. I renamed it, and forgot to commit the newky named version. by Eric Andersen · 24 years ago
  34. d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
  35. 5332369 Remove all reference to the now obsolete /dev/modules -Erik by Eric Andersen · 24 years ago
  36. 67fdf5e Update my devps patch for the latest 2.2 kernel. -Erik by Eric Andersen · 24 years ago
  37. ff1ed72 Fix name by Eric Andersen · 24 years ago
  38. d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti 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. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
  41. c5949f6 Fix from Matt Kraai for the to the "busybox --install prints out on STDERR by Eric Andersen · 24 years ago
  42. e081eae Final (I think) version of xargs. Throw away all that tedious string by Eric Andersen · 24 years ago
  43. bf73909 Be ever so pedantic about escaping chars that the shell might not like... by Eric Andersen · 24 years ago
  44. 944be90 Remove a now unneeded check by Eric Andersen · 24 years ago
  45. fe4208f modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4 by Eric Andersen · 24 years ago
  46. 488aac2 Update newdoc dependancy by Eric Andersen · 24 years ago
  47. 896fa4e Update a few entries for 0.47... by Eric Andersen · 24 years ago
  48. 57f83ff Doc update by Eric Andersen · 24 years ago
  49. 6f283c2 Fix up xargs so that things like 'cat cat.c | xargs echo' will by Eric Andersen · 24 years ago
  50. 9ae3838 Fix xargs option parsing by Eric Andersen · 24 years ago
  51. 1b1cfde Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining by Eric Andersen · 24 years ago
  52. 0102a9f Fix an obscure option parsing bug. by Eric Andersen · 24 years ago
  53. 2da90d3 Force optind=1 for libc5 when doing cp in cp_mv.c by Eric Andersen · 24 years ago
  54. 285b446 Fix potential memory overrun... by Eric Andersen · 24 years ago
  55. 32e95f9 Fix the bandaid. by Eric Andersen · 24 years ago
  56. 96bdde9 Fix memory problems, and make behavior correct. by Eric Andersen · 24 years ago
  57. 6d66817 update docs for xargs by Eric Andersen · 24 years ago
  58. 82e0614 update usage for xargs by Eric Andersen · 24 years ago
  59. a37d5b7 rewrite, so it should be firly clean now by Eric Andersen · 24 years ago
  60. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  61. ebc0dd7 Comment on xargs choice. by Eric Andersen · 24 years ago
  62. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  63. 90f580a Start the great EXIT_{SUCCESS,FAILURE} migration. by Matt Kraai · 24 years ago
  64. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  65. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  66. 810d38f Fix loop.h dependencies. by Matt Kraai · 24 years ago
  67. a1b35c4 Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt by Eric Andersen · 24 years ago
  68. 8c185f9 Fix for bug #1042 -- applied the patch from Larry Doolittle by Eric Andersen · 24 years ago
  69. 75610e1 Better cross libc compatibility (so Dave Cinege can stop complaining by Eric Andersen · 24 years ago
  70. 2c1faec Decouple DODEBUG and DOSTATIC by Eric Andersen · 24 years ago
  71. c873d61 Remove all the kernel headers so it will compile under libc5 -Erik by Eric Andersen · 24 years ago
  72. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  73. d2f5677 Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>) by Eric Andersen · 24 years ago
  74. d1de4a1 Handle 'cat -' by Eric Andersen · 24 years ago
  75. f34aa4c Hard code the name of init. by Eric Andersen · 24 years ago
  76. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  77. 350b3f9 Typo fix. by Eric Andersen · 24 years ago
  78. ae22612 Ignore loop.h by Eric Andersen · 24 years ago
  79. 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago
  80. 8847b9a Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com> by Eric Andersen · 24 years ago
  81. 7c22b77 Only remove directories when removing recursively. by Matt Kraai · 24 years ago
  82. cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
  83. 0cccdfa When mounting a ro fs rw, print warning and then mount it ro. Patch by Eric Andersen · 24 years ago
  84. b938e2f Return failure if ping gets no response. by Matt Kraai · 24 years ago
  85. 46a98df Reverted my conversion of tar to getopt to ensure tar can by Eric Andersen · 24 years ago
  86. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  87. 06f64b2 I think these featires are fairly safe... -Erik by Eric Andersen · 24 years ago
  88. 0b2da46 Avoid segfaults by not using snprintf to copy strings. by Matt Kraai · 24 years ago
  89. 721119e Clean up output. by Matt Kraai · 24 years ago
  90. cd26ff4 Only defines functions that will compile and are usefull under the by Glenn L McGrath · 24 years ago
  91. 252bacc Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting, by Eric Andersen · 24 years ago
  92. fd3741d Remove definition of basename. by Glenn L McGrath · 24 years ago
  93. 38c8551 Path count was out by one, fixed it by Glenn L McGrath · 24 years ago
  94. 63dde9d Simplify and remove dependence on PATH_MAX by Glenn L McGrath · 24 years ago
  95. b2f36af Updated stdin/stdout treatment to match that of gnu tar. by Matt Kraai · 24 years ago
  96. 6fc2a7d Reorganize listing code. by Matt Kraai · 24 years ago
  97. 82cfbad Allow non-verbose listing to work. by Matt Kraai · 24 years ago
  98. c9db2e8 Updated to be in sync with the current sample inittab by Pavel Roskin · 24 years ago
  99. d2d3aa3 Fixed compliance with the DTD by Pavel Roskin · 24 years ago
  100. 2aee993 by John Beppu · 24 years ago