1. fd50c3d Add in byld by Eric Andersen · 24 years ago
  2. cb91d69 Fix compile when BB_FEATURE_LINUXRC is defined -Erik by Eric Andersen · 24 years ago
  3. 73bdf13 Fixed a stupid thinko preventing zcat from doing its job, thanks by Eric Andersen · 24 years ago
  4. 3a957b9 Turned off ls file-sorting till it can be fixed. by Eric Andersen · 24 years ago
  5. 18a1014 updated some usage info from a patch from robotti@metconnect.com -Erik by Eric Andersen · 24 years ago
  6. da542f3 Argh. I *will* compile before checking in. by Matt Kraai · 24 years ago
  7. f446297 Don't unlink files if we are extracting to stdout. by Matt Kraai · 24 years ago
  8. e99674a Correct the stdin/stdout behavior when no args are provided. -Erik by Eric Andersen · 24 years ago
  9. 5eb5912 Sigh. Seems I screwed up last time. This fixed detecting by Eric Andersen · 24 years ago
  10. 4e61db2 Add an extra sanity check in parse_mode -Erik by Eric Andersen · 24 years ago
  11. ad3d90f Fix a spelling error -Erik by Eric Andersen · 24 years ago
  12. a3de24e Fix spelling error -Erik by Eric Andersen · 24 years ago
  13. 1638488 Rewritten by mistake. by Matt Kraai · 24 years ago
  14. ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
  15. 88cc305 Compile xstrdup and xstrndup iff they are needed. by Matt Kraai · 24 years ago
  16. 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
  17. 4d5ac2f Fix tab stops for sed usage. by Eric Andersen · 24 years ago
  18. 3a0f4ba Fixed a warning about a label not being used by Pavel Roskin · 24 years ago
  19. 8237add Fixed misuse of type "char" by Pavel Roskin · 24 years ago
  20. 32f2769 From Ken Chalmers <chalmers@norscan.com>: by Pavel Roskin · 24 years ago
  21. 089d12d Fix a unterminated string. -Erik by Eric Andersen · 24 years ago
  22. aaa94fb Note the chmod fix. -Erik by Eric Andersen · 24 years ago
  23. ce82c8a Fix an option parsing bug where things like by Eric Andersen · 24 years ago
  24. 2368a38 Some additional tips and formatting changes. by Mark Whitley · 24 years ago
  25. e4c4d69 Fix a silly bug so it compiles up properly -Erik by Eric Andersen · 24 years ago
  26. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago
  27. fba9c00 Script to do regression test, by combining all possible options. -Erik by Eric Andersen · 24 years ago
  28. acf5551 Script to do regression test, by combining all possible options. by Eric Andersen · 24 years ago
  29. 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
  30. 851ce89 Turn off some debug noise. -Erik by Eric Andersen · 24 years ago
  31. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  32. e2205f0 Removed since this patch is now in the current 2.4.x kernel tree. -Erik by Eric Andersen · 24 years ago
  33. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  34. dc74616 Oops. Forgot to add in reset.c. Doh! -Erik by Eric Andersen · 24 years ago
  35. 282c364 Fix a thinko, thanks to Klaasjan <klaasjan@europe.com> -Erik by Eric Andersen · 24 years ago
  36. fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
  37. 202995c Yet another patch to fixup lsmod -Erik by Eric Andersen · 24 years ago
  38. c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
  39. be0dc0d lsmod now uses the query_module syscall, rather then /proc -Erik by Eric Andersen · 24 years ago
  40. b2fc5a0 syslogd was leaking processes that could forever busyloop. Fixed. -Erik by Eric Andersen · 24 years ago
  41. e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
  42. 8cbac44 Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  43. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  44. bb39a31 Minor link update -Erik by Eric Andersen · 24 years ago
  45. 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
  46. f9ca653 Added fix from David Vrabel <dvrabel@arcom.co.uk> for a by Eric Andersen · 24 years ago
  47. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  48. 40406e6 Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where by Mark Whitley · 24 years ago
  49. adbf018 We complained if the total number of arguments was greater than 3 and by Matt Kraai · 24 years ago
  50. deb95f6 Exit with the appropriate value when grepping multiple files. by Matt Kraai · 24 years ago
  51. 46ade97 Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. -Erik by Eric Andersen · 24 years ago
  52. 0c8e2a6 Fixed the "-f" option. -Erik by Eric Andersen · 24 years ago
  53. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  54. 5ae1668 Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). by Mark Whitley · 24 years ago
  55. 807f0fd Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and by Mark Whitley · 24 years ago
  56. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  57. 080d51b Minor fix to clean target -Erik by Eric Andersen · 24 years ago
  58. 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
  59. 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
  60. 43c17b3 New variable WARNINGS to hold all warning options by Pavel Roskin · 24 years ago
  61. 616d13b Fixed to pass -Wundef by Pavel Roskin · 24 years ago
  62. 259972e Disabled debugging output by Pavel Roskin · 24 years ago
  63. 9cf306d Fix for a potential uninitialized variable, thx to by Eric Andersen · 24 years ago
  64. 6a4c33c Clean up the nasty blunder I'd made of how different behaviors happen. -Erik by Eric Andersen · 24 years ago
  65. 6150df3 Some cleanups, based on a patch from Ken Chalmers -Erik by Eric Andersen · 24 years ago
  66. d570468 Fix from Robert Kaiser for stdin behavior. -Erik by Eric Andersen · 24 years ago
  67. 1428c4f Oops. Forgot an ifdef -Erik by Eric Andersen · 24 years ago
  68. a5716d3 Fix from Arne Bernin for return code -- now reflects whether the rmmod by Eric Andersen · 24 years ago
  69. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  70. 6a99aaf More shell features.... if-then-else-fi is now basically usable (disable by Eric Andersen · 24 years ago
  71. 7ce41ad Fixed a syntax error & superfluous param decl that was causing the build to by Mark Whitley · 24 years ago
  72. e92108a Minor style cleanups. by Eric Andersen · 24 years ago
  73. 0d49dd5 Better description by Eric Andersen · 24 years ago
  74. cc10a5b Fix some bitrot. -Erik by Eric Andersen · 24 years ago
  75. 83e85f6 Modified print_subst_w_backrefs() so it will print backslash escaped by Mark Whitley · 24 years ago
  76. 52681b4 Added a note in the "Tips and Pointer" section on the correct way to test for by Mark Whitley · 24 years ago
  77. fad9c11 Finish off fixing up the memleaks (I think). Added the beginnings of by Eric Andersen · 24 years ago
  78. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  79. b9ea02c Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close by Eric Andersen · 24 years ago
  80. d34595d Remove some noise. -Erik by Eric Andersen · 24 years ago
  81. e5db406 Clean up $1=$prefix -Erik by Eric Andersen · 24 years ago
  82. 40bfc76 First revision of the Busybox Style Guide and an accompanying .indent.pro file. by Mark Whitley · 24 years ago
  83. e99f750 chroot can now call the builtin shell by Pavel Roskin · 24 years ago
  84. ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
  85. bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
  86. 7df345e Bump version number. -Erik by Eric Andersen · 24 years ago
  87. ec8d60f Add in the LinuxMagic VPN Firewall -Erik by Eric Andersen · 24 years ago
  88. 0010ee4 Fixed usage info for "cut" by Pavel Roskin · 24 years ago
  89. c768ab4 Took -V out of the sed_usage string. by Mark Whitley · 24 years ago
  90. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  91. 1f45b26 As per a discussion on the mailing list between Matt and Pavel. I have removed by Mark Whitley · 24 years ago
  92. 1ac435c Converted option parsing to getopt(). Also added some explanatory comments. by Mark Whitley · 24 years ago
  93. 51154ba Adjusted install.sh to use relative symlinks, and to optionally by Eric Andersen · 24 years ago
  94. 3950596 Converted option parsing to using getopt(). Also managed to remove an by Mark Whitley · 24 years ago
  95. 99e370f Whoops. Forgot to #include <getopt.h>. by Mark Whitley · 24 years ago
  96. aa4f108 Converted option parsing to getopt() and made some minor formatting changes. by Mark Whitley · 24 years ago
  97. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  98. 8690572 Added some missing declarations and fixed some typos. I have to by Matt Kraai · 24 years ago
  99. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  100. 91a4400 Avoid trying to free NULL ptrs. Comment on malloc usages. -Erik by Eric Andersen · 24 years ago