1. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  2. e9f07fb Another sh.c patch from Larry Doolittle. This makes redirects work properly by Eric Andersen · 24 years ago
  3. 16fdbe8 Make more things be static (like they are supposed to be). by Eric Andersen · 24 years ago
  4. a6cd070 Bump the version number to 0.49pre by Eric Andersen · 24 years ago
  5. e111d69 Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE by Eric Andersen · 24 years ago
  6. 70da6a6 Fix a warning in sh.c. Remove use of getline() in md5sum since by Eric Andersen · 24 years ago
  7. 3680c58 Some corrections, some additions, some embellishments. by Mark Whitley · 24 years ago
  8. 5e8c0ff Rewrote. by Matt Kraai · 24 years ago
  9. e75f6a9 Fix a stupid naming error. by Eric Andersen · 24 years ago
  10. e80a263 Be sure to read from the given path, not the one used in the header. by Matt Kraai · 24 years ago
  11. 8eb5985 More spelling fixes from Larry Doolittle. by Mark Whitley · 24 years ago
  12. 8a6b619 Added a paragraph from Larry Dolittle, made some more section headers. by Mark Whitley · 24 years ago
  13. eac2636 New applet HOWTO. Written by Matt Kraai with some formating and additions by me. by Mark Whitley · 24 years ago
  14. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  15. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  16. 0d2acb0 Doc update from Matt Kraai, better describing the init process. by Eric Andersen · 24 years ago
  17. 8634977 Ok, this is a pretty major update to sh.c. I renamed all the variables and by Eric Andersen · 24 years ago
  18. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  19. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  20. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
  21. 8677d7b Only say mailing list once. by Matt Kraai · 24 years ago
  22. e699b9f Remove defines for ar that arent needed by Glenn L McGrath · 24 years ago
  23. 4f1b012 Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes. by Glenn L McGrath · 24 years ago
  24. 8abc78a Rewrite argv munger. by Matt Kraai · 24 years ago
  25. 1b622ff Add in mkCDrec - make CD-ROM recovery project. by Eric Andersen · 24 years ago
  26. aefe562 Simplify error handling. by Matt Kraai · 24 years ago
  27. 95fa0ea Shutdown sending on the socket when stdin closes. by Matt Kraai · 24 years ago
  28. 6f6aa9b Added some necessary brackets, removed debug noise. by Mark Whitley · 24 years ago
  29. e3a94f7 Ran aspell. by Matt Kraai · 24 years ago
  30. 95d1f6d Formatting fix by Eric Andersen · 24 years ago
  31. 4362200 Website update for the release by Eric Andersen · 24 years ago
  32. 1e1d232 Add a few folks to Authors by Eric Andersen · 24 years ago
  33. 235f66d A few more updates by Eric Andersen · 24 years ago
  34. d0fa0a1 Document gzip -d by Eric Andersen · 24 years ago
  35. 02ced93 Add GNU compatibile gzip -d by Eric Andersen · 24 years ago
  36. 4694836 Update the version number to 0.48 (no longer pre). by Eric Andersen · 24 years ago
  37. 2112554 A couple of updates to fix some minor cross compiling issues by Eric Andersen · 24 years ago
  38. 4836fd4 Patch from Matt Kraai: by Eric Andersen · 24 years ago
  39. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  40. 77508b2 Fix from Gennady Feldman for error msg by Eric Andersen · 24 years ago
  41. f361ac2 Mem leak fix from Matt Kraai by Eric Andersen · 24 years ago
  42. 483262f Patch from Matt Kraai to fix 'dirname /' by Eric Andersen · 24 years ago
  43. 4d4b3b1 Fix so cross compiling works again... by Eric Andersen · 24 years ago
  44. e3a48d8 Cleanup for proper compilation with uClibc. by Eric Andersen · 24 years ago
  45. d9d03b8 Mount error return code fix from Kent Robotti -- we must reset the error by Eric Andersen · 24 years ago
  46. b12e506 du.c error msg cleanup from Kent Robotti by Eric Andersen · 24 years ago
  47. 69a6b2d Fix from Matt Kraai so basename / will work as expected. by Eric Andersen · 24 years ago
  48. e48eea6 Oops. Unmatched #if by Eric Andersen · 24 years ago
  49. a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
  50. 5ec241d Script updates for better portability by Eric Andersen · 24 years ago
  51. 2d6282b Matt Kraai pointed out that we can rely on strncpy to NULL by Eric Andersen · 24 years ago
  52. d323d32 Patch from larry doolittle to make sure we don't realloc by Eric Andersen · 24 years ago
  53. 5a964f9 Keep unknown priorities from segfaulting. by Matt Kraai · 24 years ago
  54. 20c2bdd Fix spelling error s/defaut/default/g by Eric Andersen · 24 years ago
  55. 5c365da Fix non-NULL terminated strings. by Eric Andersen · 24 years ago
  56. 4ed1782 Fix a thinko -- when REMOTE_LOG support is compiled in, by Eric Andersen · 24 years ago
  57. b2356f6 Patch from Matt Kraai to fox sh.c escape problem such that by Eric Andersen · 24 years ago
  58. 59ec601 Test suite update from Larry Doolittle to disable some problematic by Eric Andersen · 24 years ago
  59. a293a51 Patch from kent robotti to fix a buglet where by Eric Andersen · 24 years ago
  60. 394cf22 Fix the option parsing to use getopt, which seems to fix bug #1050 by Eric Andersen · 24 years ago
  61. cf7982e Patch from Larry Doolittle, fix up logging across multilple lines, hopefully by Eric Andersen · 24 years ago
  62. 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
  63. 9962cd9 Add a linker warning for symbol conflicts. by Eric Andersen · 24 years ago
  64. c8eedd5 Some .deb update by Eric Andersen · 24 years ago
  65. 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
  66. 00732b5 Introduce new function gunzip_init() by Glenn L McGrath · 24 years ago
  67. c52a97d NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with libc6-2.2-5 by Glenn L McGrath · 24 years ago
  68. 9df3833 Fix problem where 'du file_that_exists' doesn't work. by Eric Andersen · 24 years ago
  69. 29edd00 More wget cleanups I've been working on... by Eric Andersen · 24 years ago
  70. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  71. 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
  72. 1bca5ed add quiet mode support. by Glenn L McGrath · 24 years ago
  73. 8c28fd7 Forget to set final argv entry to NULL, breaking sh.c amoung other things... by Eric Andersen · 24 years ago
  74. 7da3120 Some updates. Wrong name was on a patch, plus a spelling fix. by Eric Andersen · 24 years ago
  75. f21aa84 Put in i to getopt, so i will work... by Eric Andersen · 24 years ago
  76. eb4218d Update inittab docs by Eric Andersen · 24 years ago
  77. bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
  78. 76fef0a Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log by Eric Andersen · 24 years ago
  79. 9cff4fb Patch from Matt Kraai to make logger log all arguments. by Eric Andersen · 24 years ago
  80. 5e09b6e when invoked as 'busybox foo args' remove the "busybox" by Eric Andersen · 24 years ago
  81. f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
  82. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  83. 7b5c16e Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format by Matt Kraai · 24 years ago
  84. 87afb52 Get rid of redundant TRUE and FALSE definitions. by Matt Kraai · 24 years ago
  85. 1e1d9d1 oops, didn't mean to commit that last one... reverting by Randolph Chung · 24 years ago
  86. da7b829 Write progress meter to stderr instead of stdout by Randolph Chung · 24 years ago
  87. 02553a2 Fixed URL parsing bug Fixed -O - output-to-stdout bug by Randolph Chung · 24 years ago
  88. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  89. 6b78fe3 Add some more changlog stuff suggested by Larry Doolittle. by Eric Andersen · 24 years ago
  90. 1e7cea9 Bettwr document the hidden internal sh.c #defines, and which folks by Eric Andersen · 24 years ago
  91. bc5941a Close but #1071... by Eric Andersen · 24 years ago
  92. bfa5414 Ignore the newdocs as well by Eric Andersen · 24 years ago
  93. 8ffabf5 Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' by Eric Andersen · 24 years ago
  94. 1d3523b patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN by Eric Andersen · 24 years ago
  95. 21adca7 Added insmod support for ARM, and lsmod support for older kernels, by Eric Andersen · 24 years ago
  96. e884970 Must compile before committing. by Matt Kraai · 24 years ago
  97. 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
  98. ab147f6 Removed isBlank and isWildCard macros that were totally unused (should anyone by Mark Whitley · 24 years ago
  99. 26a3adb Changed some #define strings to static const char [] variables. Tested ls by Mark Whitley · 24 years ago
  100. deb9d4d Use perrorMsg and clean up exit status. by Matt Kraai · 24 years ago