1. e9e182e Fix lower casing for weird locales. by Matt Kraai · 24 years ago
  2. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  3. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  4. 8abc78a Rewrite argv munger. by Matt Kraai · 24 years ago
  5. d0fa0a1 Document gzip -d by Eric Andersen · 24 years ago
  6. a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
  7. 20c2bdd Fix spelling error s/defaut/default/g by Eric Andersen · 24 years ago
  8. 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
  9. 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
  10. 8c28fd7 Forget to set final argv entry to NULL, breaking sh.c amoung other things... by Eric Andersen · 24 years ago
  11. bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
  12. 5e09b6e when invoked as 'busybox foo args' remove the "busybox" by Eric Andersen · 24 years ago
  13. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  14. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  15. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  16. 868c057 Patch from Larry Doolittle so it will build the newdocs right. by Eric Andersen · 24 years ago
  17. e2f6e12 More pristine source directory updates. It now works by Eric Andersen · 24 years ago
  18. 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
  19. ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
  20. 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
  21. e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
  22. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  23. cf32e23 Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. by Mark Whitley · 24 years ago
  24. 84bdc75 This was broken when applets moved to applets.h. Fix it. by Eric Andersen · 24 years ago
  25. 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
  26. a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 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. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  29. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  30. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
  31. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  32. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  33. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
  34. c5949f6 Fix from Matt Kraai for the to the "busybox --install prints out on STDERR by Eric Andersen · 24 years ago
  35. 82e0614 update usage for xargs by Eric Andersen · 24 years ago
  36. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  37. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  38. cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
  39. 605a819 New dd behaviour by Glenn L McGrath · 24 years ago
  40. 1c6917d Updated to match new -R ar functionality by Glenn L McGrath · 24 years ago
  41. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  42. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  43. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
  44. 61a9d8d Forgot this part of wget by Eric Andersen · 24 years ago
  45. 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
  46. cb91d69 Fix compile when BB_FEATURE_LINUXRC is defined -Erik by Eric Andersen · 24 years ago
  47. 18a1014 updated some usage info from a patch from robotti@metconnect.com -Erik by Eric Andersen · 24 years ago
  48. 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
  49. 4d5ac2f Fix tab stops for sed usage. by Eric Andersen · 24 years ago
  50. 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
  51. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  52. fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
  53. e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
  54. 8cbac44 Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  55. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  56. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  57. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  58. 259972e Disabled debugging output by Pavel Roskin · 24 years ago
  59. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  60. d34595d Remove some noise. -Erik by Eric Andersen · 24 years ago
  61. e5db406 Clean up $1=$prefix -Erik by Eric Andersen · 24 years ago
  62. bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
  63. 0010ee4 Fixed usage info for "cut" by Pavel Roskin · 24 years ago
  64. c768ab4 Took -V out of the sed_usage string. by Mark Whitley · 24 years ago
  65. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  66. 51154ba Adjusted install.sh to use relative symlinks, and to optionally by Eric Andersen · 24 years ago
  67. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  68. 8690572 Added some missing declarations and fixed some typos. I have to by Matt Kraai · 24 years ago
  69. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  70. 52d6fa3 Funny. Head was getting installed to the wrong spot. -Erik by Eric Andersen · 24 years ago
  71. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  72. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  73. d6912c9 Be more pedantic aboutthe terminating null applet. -Erik by Eric Andersen · 24 years ago
  74. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  75. 3ecbe9f The applet name isn't constant. by Matt Kraai · 24 years ago
  76. 7719008 Added applet_name to contain the applet name. by Matt Kraai · 24 years ago
  77. 61dc057 Added 'dumpkmap' to allow people to dump a binary keymap, which can then be by Eric Andersen · 24 years ago
  78. e6b9dfa Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't by Eric Andersen · 24 years ago
  79. 62bb2d0 Remove leftovers of block_device, which disapperared around busybox 0.28. -Erik by Eric Andersen · 24 years ago
  80. 5d41d60 Added support for being a login shell, so things like '-su' or '-sh' (stuff by Eric Andersen · 24 years ago
  81. eb02833 by John Beppu · 24 years ago
  82. 7cdc76d + busybox --install [-s] by John Beppu · 24 years ago
  83. 495869f by John Beppu · 24 years ago
  84. 27b5924 by John Beppu · 24 years ago
  85. 8f425db by John Beppu · 24 years ago
  86. 7ac06a3 Removed all vestiges of "math" by Pavel Roskin · 24 years ago
  87. 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
  88. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  89. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago
  90. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  91. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  92. bcd6177 BusyBox shell (lash) can now be used as a standalone shell when by Erik Andersen · 24 years ago
  93. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  94. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  95. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  96. 227a59b Several more updates -Erik by Erik Andersen · 24 years ago
  97. 9a8195c Fix creation of /linuxrc -Erik by Erik Andersen · 24 years ago
  98. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  99. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 24 years ago
  100. b4f8606 - the message that comes up when busybox is invoked by John Beppu · 24 years ago