1. 7134d65 Attempt to fix libc compiling error regarding off_t by Glenn L McGrath · 23 years ago
  2. 8e39292 Be extra pedantic about printing the correct type for an address by Eric Andersen · 23 years ago
  3. c265b17 Wrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_EXCLUDE block by Eric Andersen · 23 years ago
  4. 087bc82 Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c) by Gennady Feldman · 23 years ago
  5. ee28362 Menu entry for tar creation support by Glenn L McGrath · 23 years ago
  6. 107c796 Recovery from previous commit by Glenn L McGrath · 23 years ago
  7. 9f2f854 rEcover from my previous commit by Glenn L McGrath · 23 years ago
  8. e9fc781 libunarchive, and recovery from my previous commit by Glenn L McGrath · 23 years ago
  9. 633f153 Move libbb/unarchive functions to ./archival/libunarchive by Glenn L McGrath · 23 years ago
  10. ef0eab5 Recovering from my previous commit by Glenn L McGrath · 23 years ago
  11. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  12. 95ebf61 *** empty log message *** by Glenn L McGrath · 23 years ago
  13. 8eaa7b3 Oops. I forgot pwd_group/config.in by Eric Andersen · 23 years ago
  14. 2293b96 ignore .menuconfig.log by Eric Andersen · 23 years ago
  15. 9ae7ebd Ignore lxdialog by Eric Andersen · 23 years ago
  16. 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
  17. 3c2f27d Add CONFIG_FEATURE_TAR_EXCLUDE support. by Matt Kraai · 23 years ago
  18. 99702ab Fix variable name -- was stuck at the old RPMUNPACK value. Doh! by Eric Andersen · 23 years ago
  19. b78d9b5 Oops. Fix capililization by Eric Andersen · 23 years ago
  20. 1a10eec Fixup the location of pwd.h and grp.h by Eric Andersen · 23 years ago
  21. bfebd35 Fix missing BB_VER defines by Eric Andersen · 23 years ago
  22. a49b025 Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed, by Eric Andersen · 23 years ago
  23. a3483db Patch from vodz: by Eric Andersen · 23 years ago
  24. 3cd2760 Fixup the new buildsystem a bit. by Eric Andersen · 23 years ago
  25. b36e684 Ignore generated files by Eric Andersen · 23 years ago
  26. 28593a0 ignore generated files by Eric Andersen · 23 years ago
  27. ca38a29 A couple of leftovers by Eric Andersen · 23 years ago
  28. 9b5a953 Add in a mostly content free config help file by Eric Andersen · 23 years ago
  29. 4bcdd72 Oops. Forgot these.... by Eric Andersen · 23 years ago
  30. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  31. 9260fc5 Accomodate older glibc, which also lacks the module syscalls by Eric Andersen · 23 years ago
  32. 1c9cebc Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
  33. 8470b9a Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
  34. 6ccdd8c Abort if scripts return value != 0 by Glenn L McGrath · 23 years ago
  35. c2e5b97 Add ttylinux. by Matt Kraai · 23 years ago
  36. 68ca35c Add slackware 8 to list by Eric Andersen · 23 years ago
  37. 9c93721 Add mindi linux by Eric Andersen · 23 years ago
  38. d63dee4 Add an option to make the shells not advertise their busybox nature by Eric Andersen · 23 years ago
  39. f4c2089 Remove the now unused ARITH_* defines -Erik by Eric Andersen · 23 years ago
  40. c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago
  41. bcca331 Return NULL if EOF is encountered before terminating_string. by Matt Kraai · 23 years ago
  42. a7512d7 Process extra empty lines correctly. by Matt Kraai · 23 years ago
  43. 3dd4f5e Remove xmalloc calls. by Matt Kraai · 23 years ago
  44. a0f0ae5 Revert that change. As Matt Kraai rightly points out, by Eric Andersen · 23 years ago
  45. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  46. 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
  47. 11fdb8a Fix a nasty bug with variable name shadowing by Eric Andersen · 23 years ago
  48. 1bf25f0 Patch from Stefan Soucek <ssoucek@coactive.com> to by Eric Andersen · 23 years ago
  49. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  50. 051eee6 Reverse part of previous change.... i think it was the wrong approach... im lost by Glenn L McGrath · 23 years ago
  51. d642a67 Match subdirectories of included/excluded files by Glenn L McGrath · 23 years ago
  52. 527880e match exclude/include names with trailing '/' by Glenn L McGrath · 23 years ago
  53. b5937d3 Use fnmatch() to compare excluded/included files by Glenn L McGrath · 23 years ago
  54. 0e76618 Superficial changes to make the exclude/include code easier to understand by Glenn L McGrath · 23 years ago
  55. f86bbfa Fix tar segfault when include list is empty and exclude list is not. by Matt Kraai · 23 years ago
  56. 9b2589d Cleanup memory usage properly by Glenn L McGrath · 23 years ago
  57. dfa7b0e Free some variables after use by Glenn L McGrath · 23 years ago
  58. 30f6890 Another part of Stafan's latest patch, when replacing a pre-existing package set its status correctly. by Glenn L McGrath · 23 years ago
  59. f28d819 status_package_num should refer to package not status. by Glenn L McGrath · 23 years ago
  60. 3550753 Remove duplicate tftp -l option help by Glenn L McGrath · 23 years ago
  61. 1d098ce Use wfopen instead of fopen & error_msg, saves 64 bytes by Glenn L McGrath · 23 years ago
  62. bf265da Use xfopen, saves 32 bytes ! by Glenn L McGrath · 23 years ago
  63. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  64. 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago
  65. 2e772ed Change extraction/list code to use common unarchive code. by Glenn L McGrath · 23 years ago
  66. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  67. 54a992d Fix BB_FEATURE_MTAB_SUPPORT test (report and patch by Magnus Damm). by Matt Kraai · 23 years ago
  68. b0a0fc8 Add Magnus Damm and fix alpha sorting by Eric Andersen · 23 years ago
  69. a8412db Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the old packages status was getting overwritten. by Glenn L McGrath · 23 years ago
  70. fd35de5 Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled by Eric Andersen · 23 years ago
  71. 371ca19 Look for either "init" or "linuxrc" processes by Eric Andersen · 23 years ago
  72. f0a4ac8 Patch from Magnus Damm <damm@opensource.se> to avoid lash hanging by Eric Andersen · 23 years ago
  73. 3563654 Extract control.tar.gz and data.tar.gz unconditionally, another one picked up by Stefan by Glenn L McGrath · 23 years ago
  74. 5c72104 Fix large file support -- 2+ gig files should now actually by Eric Andersen · 23 years ago
  75. c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
  76. 524fcb9 Use xgethostbyname instead of gethostbyname (found by Erik Andersen). by Matt Kraai · 23 years ago
  77. 95bfe63 Fix return status, picked up by Stefan by Glenn L McGrath · 23 years ago
  78. 63ae661 use the pedantically correct compiler for preprocessing by Eric Andersen · 23 years ago
  79. b67adb0 Add Cachier. by Matt Kraai · 23 years ago
  80. c5bd149 List full path instead of relative path if prefix is specified (this was supposed to be in last patch) by Glenn L McGrath · 23 years ago
  81. dece3c5 The <package>.list file was prepending "./" to the files, fixed that. by Glenn L McGrath · 23 years ago
  82. b8f5adb Dont free everytime getline() is used, fix from Stefan Soucek by Glenn L McGrath · 23 years ago
  83. 3be3430 Fix tftp usage information (closes: #1216). by Matt Kraai · 23 years ago
  84. f8f6e62 Eliminate ldconfig which is no longer built by default (or needed) with uClibc. by Eric Andersen · 23 years ago
  85. 48cc89b Fix to make preinst run when required, from Stefan Soucek by Glenn L McGrath · 23 years ago
  86. e738661 Implement dpkg -l option, from Stefan Soucek (slightly modified) by Glenn L McGrath · 23 years ago
  87. 4c67c59 closes bug#1215? by Tim Riker · 23 years ago
  88. 8d0afde Commit my changes to xxreadtoken() to reduce code size. Also set defines by Manuel Novoa III · 23 years ago
  89. 6a9d1f6 Commit my changes to arith.c which fixed a couple of bugs and decreased by Manuel Novoa III · 23 years ago
  90. f6ecacc Fix my email address. by Eric Andersen · 23 years ago
  91. 886b842 Lineo is no longer sponsoring busybox by Eric Andersen · 23 years ago
  92. 5bb1677 define IFS_BROKEN by Eric Andersen · 23 years ago
  93. 88cec25 Patch from vodz to make ash cope with leading redirections by Eric Andersen · 23 years ago
  94. 1644db9 Two patches from Magick <magick@linux-fan.com>: by Eric Andersen · 23 years ago
  95. b940850 Another fix from vodz by Eric Andersen · 23 years ago
  96. 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
  97. 1350666 Add -p support. by Matt Kraai · 23 years ago
  98. 5171bf6 SUSv2 specifies that if the extension is identical to the basename, it by Matt Kraai · 23 years ago
  99. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  100. 5078919 Use the correct buffer when calling dirname, improve an error message, and by Matt Kraai · 23 years ago