1. 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
  2. d8ad76c Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. by Matt Kraai · 24 years ago
  3. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  4. eb69ead Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it by Mark Whitley · 24 years ago
  5. e7ff284 Now, what was that logic block doing up there? by Mark Whitley · 24 years ago
  6. 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
  7. a75466e Warning cleanup from Gennady Feldman -Erik by Eric Andersen · 24 years ago
  8. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  9. 3e07541 This was redundant by Eric Andersen · 24 years ago
  10. 269e07c Make fbset compile with the readmode feature by pulling defs from fb.h. by Matt Kraai · 24 years ago
  11. a5bd268 Make features independent. by Matt Kraai · 24 years ago
  12. b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
  13. c559d30 Add in -lgcc to add needed symbold when linking vs uclibc. by Eric Andersen · 24 years ago
  14. b344c21 Oops. I never committed this. Update version to 0.48pre... by Eric Andersen · 24 years ago
  15. d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
  16. 84bdc75 This was broken when applets moved to applets.h. Fix it. by Eric Andersen · 24 years ago
  17. e8c55f4 Fixed error handling and TRUE/FALSE usage. by Matt Kraai · 24 years ago
  18. 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
  19. a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 24 years ago
  20. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  21. 9133c98 Cleaned up error handling, TRUE/FALSE usage, and other minor issues. by Matt Kraai · 24 years ago
  22. 3180413 Clean up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  23. ac1169b Cleaned up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
  24. 97d2612 Cleaned up error message handling. by Matt Kraai · 24 years ago
  25. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  26. b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
  27. 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
  28. 207061a Fix error messages. by Matt Kraai · 24 years ago
  29. 2be4797 Fix error message. by Matt Kraai · 24 years ago
  30. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  31. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  32. 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
  33. 567cdd1 Fix handling of ^$ by removing the newline from input lines and by not by Matt Kraai · 24 years ago
  34. 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
  35. 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
  36. e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
  37. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
  38. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  39. 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
  40. 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
  41. 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
  42. 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
  43. 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
  44. b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
  45. 25b669c Try to guess an output filename by Eric Andersen · 24 years ago
  46. ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
  47. 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
  48. 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago
  49. 8d369e9 by John Beppu · 24 years ago
  50. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  51. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  52. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  53. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  54. 8ce85ce Fix up the docs by Eric Andersen · 24 years ago
  55. bdcc6fb update the docs by Eric Andersen · 24 years ago
  56. f826351 Log the devps patch update by Eric Andersen · 24 years ago
  57. db7f2af Final touchups for the release... -Erik by Eric Andersen · 24 years ago
  58. f6b7139 Add in busybox.h. I renamed it, and forgot to commit the newky named version. by Eric Andersen · 24 years ago
  59. d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
  60. 5332369 Remove all reference to the now obsolete /dev/modules -Erik by Eric Andersen · 24 years ago
  61. 67fdf5e Update my devps patch for the latest 2.2 kernel. -Erik by Eric Andersen · 24 years ago
  62. ff1ed72 Fix name by Eric Andersen · 24 years ago
  63. d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti by Eric Andersen · 24 years ago
  64. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  65. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
  66. c5949f6 Fix from Matt Kraai for the to the "busybox --install prints out on STDERR by Eric Andersen · 24 years ago
  67. e081eae Final (I think) version of xargs. Throw away all that tedious string by Eric Andersen · 24 years ago
  68. bf73909 Be ever so pedantic about escaping chars that the shell might not like... by Eric Andersen · 24 years ago
  69. 944be90 Remove a now unneeded check by Eric Andersen · 24 years ago
  70. fe4208f modified by Bryan Rittmeyer <bryan@ixiacom.com> to support SH4 by Eric Andersen · 24 years ago
  71. 488aac2 Update newdoc dependancy by Eric Andersen · 24 years ago
  72. 896fa4e Update a few entries for 0.47... by Eric Andersen · 24 years ago
  73. 57f83ff Doc update by Eric Andersen · 24 years ago
  74. 6f283c2 Fix up xargs so that things like 'cat cat.c | xargs echo' will by Eric Andersen · 24 years ago
  75. 9ae3838 Fix xargs option parsing by Eric Andersen · 24 years ago
  76. 1b1cfde Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining by Eric Andersen · 24 years ago
  77. 0102a9f Fix an obscure option parsing bug. by Eric Andersen · 24 years ago
  78. 2da90d3 Force optind=1 for libc5 when doing cp in cp_mv.c by Eric Andersen · 24 years ago
  79. 285b446 Fix potential memory overrun... by Eric Andersen · 24 years ago
  80. 32e95f9 Fix the bandaid. by Eric Andersen · 24 years ago
  81. 96bdde9 Fix memory problems, and make behavior correct. by Eric Andersen · 24 years ago
  82. 6d66817 update docs for xargs by Eric Andersen · 24 years ago
  83. 82e0614 update usage for xargs by Eric Andersen · 24 years ago
  84. a37d5b7 rewrite, so it should be firly clean now by Eric Andersen · 24 years ago
  85. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  86. ebc0dd7 Comment on xargs choice. by Eric Andersen · 24 years ago
  87. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  88. 90f580a Start the great EXIT_{SUCCESS,FAILURE} migration. by Matt Kraai · 24 years ago
  89. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  90. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  91. 810d38f Fix loop.h dependencies. by Matt Kraai · 24 years ago
  92. a1b35c4 Apply a bandaid suggested by Jon McClintock <jonm@bluemug.com>, since deallocvt by Eric Andersen · 24 years ago
  93. 8c185f9 Fix for bug #1042 -- applied the patch from Larry Doolittle by Eric Andersen · 24 years ago
  94. 75610e1 Better cross libc compatibility (so Dave Cinege can stop complaining by Eric Andersen · 24 years ago
  95. 2c1faec Decouple DODEBUG and DOSTATIC by Eric Andersen · 24 years ago
  96. c873d61 Remove all the kernel headers so it will compile under libc5 -Erik by Eric Andersen · 24 years ago
  97. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  98. d2f5677 Add in exec support (patch from Torbj?rn Axelsson <torax@cendio.se>) by Eric Andersen · 24 years ago
  99. d1de4a1 Handle 'cat -' by Eric Andersen · 24 years ago
  100. f34aa4c Hard code the name of init. by Eric Andersen · 24 years ago