1. 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
  2. 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
  3. 8d369e9 by John Beppu · 24 years ago
  4. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  5. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  6. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  7. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  8. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  9. 90f580a Start the great EXIT_{SUCCESS,FAILURE} migration. by Matt Kraai · 24 years ago
  10. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  11. d1de4a1 Handle 'cat -' by Eric Andersen · 24 years ago
  12. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  13. 7c22b77 Only remove directories when removing recursively. by Matt Kraai · 24 years ago
  14. cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
  15. 56a3288 Fix looping bug, use fullRead by Glenn L McGrath · 24 years ago
  16. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  17. f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago
  18. 729216c Remove some debugging code by Glenn L McGrath · 24 years ago
  19. 18310f1 Using seek=? used to cause part of the original file to be zero'ed, i by Glenn L McGrath · 24 years ago
  20. 0ae8e5a My previous attempt to make dd use fullRead, fullWrite was very broken, by Glenn L McGrath · 24 years ago
  21. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  22. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
  23. 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
  24. 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
  25. 3a0f4ba Fixed a warning about a label not being used by Pavel Roskin · 24 years ago
  26. 8237add Fixed misuse of type "char" by Pavel Roskin · 24 years ago
  27. 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
  28. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  29. 46ade97 Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. -Erik by Eric Andersen · 24 years ago
  30. 5ae1668 Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). by Mark Whitley · 24 years ago
  31. 807f0fd Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and by Mark Whitley · 24 years ago
  32. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  33. 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
  34. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
  35. 9cf306d Fix for a potential uninitialized variable, thx to by Eric Andersen · 24 years ago
  36. 6150df3 Some cleanups, based on a patch from Ken Chalmers -Erik by Eric Andersen · 24 years ago
  37. 7ce41ad Fixed a syntax error & superfluous param decl that was causing the build to by Mark Whitley · 24 years ago
  38. cc10a5b Fix some bitrot. -Erik by Eric Andersen · 24 years ago
  39. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  40. e99f750 chroot can now call the builtin shell by Pavel Roskin · 24 years ago
  41. 3950596 Converted option parsing to using getopt(). Also managed to remove an by Mark Whitley · 24 years ago
  42. 99e370f Whoops. Forgot to #include <getopt.h>. by Mark Whitley · 24 years ago
  43. aa4f108 Converted option parsing to getopt() and made some minor formatting changes. by Mark Whitley · 24 years ago
  44. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  45. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  46. a16c663 Use FatalError() -Erik by Eric Andersen · 24 years ago
  47. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  48. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  49. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  50. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  51. add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  52. 17ad45a Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  53. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  54. b870af0 Fix argument parsing. by Matt Kraai · 24 years ago
  55. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  56. 156959e Fix uninitialized variable. -Erik by Eric Andersen · 24 years ago
  57. 00143ba From Matt Kraai <kraai@alumni.carnegiemellon.edu> by Eric Andersen · 24 years ago
  58. ac48461 Correct argument parsing and other minor cleanups. by Matt Kraai · 24 years ago
  59. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  60. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  61. e714bce Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  62. 0c838af Re-enable ln -n in the help. -Erik by Eric Andersen · 24 years ago
  63. 195fa15 Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  64. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  65. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  66. a005373 Remove unused variable. -Erik by Eric Andersen · 24 years ago
  67. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  68. a03d86c Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  69. 999bf72 More portability updates. Now compiles cleanly vs glibc, libc5, and uclibc by Eric Andersen · 24 years ago
  70. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  71. 5d893b6 Remove MAXNAMLEN and use BUFSIZ instead. -Erik by Eric Andersen · 24 years ago
  72. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  73. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  74. 7c31ea4 Added support for ignoring '-g' per GNU ls, thanks to David Vrabel by Eric Andersen · 24 years ago
  75. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  76. 1386e70 Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. by Eric Andersen · 24 years ago
  77. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  78. 6f9985e Pavel Roskin <proski@gnu.org> just found a nasty memory by Eric Andersen · 24 years ago
  79. addc9c2 Document 'ln --' -Erik by Eric Andersen · 24 years ago
  80. b7362e3 printf now compiles cleanly under both libc5 and libc6. -Erik by Eric Andersen · 25 years ago
  81. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 25 years ago
  82. 110fc0c Check for 3 and more arguments was incorrect by Pavel Roskin · 25 years ago
  83. 2e96523 ln: fixed command line parser. Added support for "--" by Pavel Roskin · 25 years ago
  84. e97da40 Fixed "rm foo" that had been broken while implementing "rm -- foo" by Pavel Roskin · 25 years ago
  85. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 25 years ago
  86. a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 25 years ago
  87. 1f6262b Fix 'date -u' -Erik by Eric Andersen · 25 years ago
  88. 815e904 Fixed a bunch of stuff: by Eric Andersen · 25 years ago
  89. 46a38db Don't allow mkfifo to create files such as "--help" by Eric Andersen · 25 years ago
  90. 5a0a2aa Fix touch so it behaves itself (it could segfault in some cases). by Eric Andersen · 25 years ago
  91. 808d03e This is a fix for chroot by Eric Andersen · 25 years ago
  92. 9c8ffa0 Pavel fixed a segfault in yes. -Erik by Eric Andersen · 25 years ago
  93. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  94. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
  95. 5b46d79 Some more portability updates -Erik by Erik Andersen · 25 years ago
  96. 499f65f Some updates for better portability. -Erik by Erik Andersen · 25 years ago
  97. 73c8c9c More doc updates -Erik by Erik Andersen · 25 years ago
  98. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  99. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
  100. ac130e1 Add suffix stripping support to basename -Erik by Erik Andersen · 25 years ago