1. fb6a508 Ensure forked processes always are on a controlling tty, so the by Eric Andersen · 24 years ago
  2. d39d120 Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC. by Pavel Roskin · 24 years ago
  3. 5d513f7 List of signals updated from util-linux-2.10o by Pavel Roskin · 24 years ago
  4. dd450a0 Don't fork for the . (source) command so that environment settings are by Matt Kraai · 24 years ago
  5. 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
  6. b890752 Fix unchecked calls to {m,c,re}alloc so that they print an error and by Matt Kraai · 24 years ago
  7. 23ad7f7 Typo fix: resolv -> resolve by Pavel Roskin · 24 years ago
  8. ccb0a9b Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. -Erik by Eric Andersen · 24 years ago
  9. fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
  10. ac19b7e Extra defines for ar by Glenn L McGrath · 24 years ago
  11. 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
  12. 605a819 New dd behaviour by Glenn L McGrath · 24 years ago
  13. f0b073f dd now truncates files at the end its write, this can be turned of by by Glenn L McGrath · 24 years ago
  14. de34e43 MAke lsmod act just like modutils lsmod, by printing which modules use by Eric Andersen · 24 years ago
  15. cbb61c7 Make init handle current 2.4.x sysinfo behavior -Erik by Eric Andersen · 24 years ago
  16. 73de656 Update free for current 2.4.x behavior... -Erik by Eric Andersen · 24 years ago
  17. 729216c Remove some debugging code by Glenn L McGrath · 24 years ago
  18. 18310f1 Using seek=? used to cause part of the original file to be zero'ed, i by Glenn L McGrath · 24 years ago
  19. 0ae8e5a My previous attempt to make dd use fullRead, fullWrite was very broken, by Glenn L McGrath · 24 years ago
  20. bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
  21. 1c6917d Updated to match new -R ar functionality by Glenn L McGrath · 24 years ago
  22. e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
  23. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  24. 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
  25. 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
  26. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  27. 44e3840 Stop leaking file handles. by Matt Kraai · 24 years ago
  28. 17c8851 Fix more typos. by Matt Kraai · 24 years ago
  29. 6085c72 Reset optind so that getopt works in busybox applets called directly by sh. by Matt Kraai · 24 years ago
  30. 9dd7979 Fixed a grammatical error. by Matt Kraai · 24 years ago
  31. ebee301 Fixed for when BB_CP_MV is enabled. by Eric Andersen · 24 years ago
  32. d13ebff Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. by Eric Andersen · 24 years ago
  33. 1eec89d Apply segfault on no-args fix from robotti@metconnect.com by Eric Andersen · 24 years ago
  34. 3639c5d Set environment variable to make ash happy. ash is a frequent enough target.... by Eric Andersen · 24 years ago
  35. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
  36. 43c8c38 Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix by Matt Kraai · 24 years ago
  37. 61a9d8d Forgot this part of wget by Eric Andersen · 24 years ago
  38. 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
  39. b92223b Allow selective extraction and listing of files. And fix an unchecked by Matt Kraai · 24 years ago
  40. fd50c3d Add in byld by Eric Andersen · 24 years ago
  41. cb91d69 Fix compile when BB_FEATURE_LINUXRC is defined -Erik by Eric Andersen · 24 years ago
  42. 73bdf13 Fixed a stupid thinko preventing zcat from doing its job, thanks by Eric Andersen · 24 years ago
  43. 3a957b9 Turned off ls file-sorting till it can be fixed. by Eric Andersen · 24 years ago
  44. 18a1014 updated some usage info from a patch from robotti@metconnect.com -Erik by Eric Andersen · 24 years ago
  45. da542f3 Argh. I *will* compile before checking in. by Matt Kraai · 24 years ago
  46. f446297 Don't unlink files if we are extracting to stdout. by Matt Kraai · 24 years ago
  47. e99674a Correct the stdin/stdout behavior when no args are provided. -Erik by Eric Andersen · 24 years ago
  48. 5eb5912 Sigh. Seems I screwed up last time. This fixed detecting by Eric Andersen · 24 years ago
  49. 4e61db2 Add an extra sanity check in parse_mode -Erik by Eric Andersen · 24 years ago
  50. ad3d90f Fix a spelling error -Erik by Eric Andersen · 24 years ago
  51. a3de24e Fix spelling error -Erik by Eric Andersen · 24 years ago
  52. 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
  53. ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
  54. 88cc305 Compile xstrdup and xstrndup iff they are needed. by Matt Kraai · 24 years ago
  55. 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
  56. 4d5ac2f Fix tab stops for sed usage. by Eric Andersen · 24 years ago
  57. 3a0f4ba Fixed a warning about a label not being used by Pavel Roskin · 24 years ago
  58. 8237add Fixed misuse of type "char" by Pavel Roskin · 24 years ago
  59. 32f2769 From Ken Chalmers <chalmers@norscan.com>: by Pavel Roskin · 24 years ago
  60. 089d12d Fix a unterminated string. -Erik by Eric Andersen · 24 years ago
  61. aaa94fb Note the chmod fix. -Erik by Eric Andersen · 24 years ago
  62. ce82c8a Fix an option parsing bug where things like by Eric Andersen · 24 years ago
  63. 2368a38 Some additional tips and formatting changes. by Mark Whitley · 24 years ago
  64. e4c4d69 Fix a silly bug so it compiles up properly -Erik by Eric Andersen · 24 years ago
  65. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago
  66. fba9c00 Script to do regression test, by combining all possible options. -Erik by Eric Andersen · 24 years ago
  67. acf5551 Script to do regression test, by combining all possible options. by Eric Andersen · 24 years ago
  68. 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
  69. 851ce89 Turn off some debug noise. -Erik by Eric Andersen · 24 years ago
  70. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  71. e2205f0 Removed since this patch is now in the current 2.4.x kernel tree. -Erik by Eric Andersen · 24 years ago
  72. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  73. dc74616 Oops. Forgot to add in reset.c. Doh! -Erik by Eric Andersen · 24 years ago
  74. 282c364 Fix a thinko, thanks to Klaasjan <klaasjan@europe.com> -Erik by Eric Andersen · 24 years ago
  75. fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
  76. 202995c Yet another patch to fixup lsmod -Erik by Eric Andersen · 24 years ago
  77. c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
  78. be0dc0d lsmod now uses the query_module syscall, rather then /proc -Erik by Eric Andersen · 24 years ago
  79. b2fc5a0 syslogd was leaking processes that could forever busyloop. Fixed. -Erik by Eric Andersen · 24 years ago
  80. e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
  81. 8cbac44 Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  82. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  83. bb39a31 Minor link update -Erik by Eric Andersen · 24 years ago
  84. 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
  85. f9ca653 Added fix from David Vrabel <dvrabel@arcom.co.uk> for a by Eric Andersen · 24 years ago
  86. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  87. 40406e6 Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where by Mark Whitley · 24 years ago
  88. adbf018 We complained if the total number of arguments was greater than 3 and by Matt Kraai · 24 years ago
  89. deb95f6 Exit with the appropriate value when grepping multiple files. by Matt Kraai · 24 years ago
  90. 46ade97 Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. -Erik by Eric Andersen · 24 years ago
  91. 0c8e2a6 Fixed the "-f" option. -Erik by Eric Andersen · 24 years ago
  92. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  93. 5ae1668 Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). by Mark Whitley · 24 years ago
  94. 807f0fd Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and by Mark Whitley · 24 years ago
  95. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  96. 080d51b Minor fix to clean target -Erik by Eric Andersen · 24 years ago
  97. 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
  98. 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
  99. 43c17b3 New variable WARNINGS to hold all warning options by Pavel Roskin · 24 years ago
  100. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago