1. d8d1191 Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally by Glenn L McGrath · 22 years ago
  2. 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
  3. 18bbca1 enable .tar.bz2 for dpkg-deb by Glenn L McGrath · 22 years ago
  4. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  5. f92caa7 Call lseek directly rather than via data_align() by Glenn L McGrath · 22 years ago
  6. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  7. 2fc54a9 Fix #define syntax by Glenn L McGrath · 22 years ago
  8. 6ab32eb Move data_extract_all_prefix to dpkg, its only used there. by Glenn L McGrath · 22 years ago
  9. b8e556e Add copyright notice and license, use strcat+strcpy instead of sprintf by Glenn L McGrath · 22 years ago
  10. 9c60b29 Use xread_char to save a few bytes, fix indenting of comments by Glenn L McGrath · 22 years ago
  11. 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago
  12. 97b141a Test for holes in swapfiles -Erik by Eric Andersen · 22 years ago
  13. bf1cc8b Make uncompress a seperate applet so it doesnt pull in all the gunzip code by Glenn L McGrath · 22 years ago
  14. d6aec86 Allow short reads when filling compress buffer by Glenn L McGrath · 22 years ago
  15. 9ef0944 Allow the .Z prefix if compress support enabled by Glenn L McGrath · 22 years ago
  16. b2f67b4 Make it a fatal error if bad chksum or crc, if not we should return an error code by Glenn L McGrath · 22 years ago
  17. 563ac6e Report errror if the first magic character doesnt match by Glenn L McGrath · 22 years ago
  18. f5ecd43 sync to udhcp 0.9.8 by Russ Dill · 22 years ago
  19. 1b6eb9b Use a nifty macro to make testing gcc features simpler by Eric Andersen · 22 years ago
  20. df5b867 Formatting by Eric Andersen · 22 years ago
  21. 69051e8 Update the webpage -Erik by Eric Andersen · 22 years ago
  22. db1df5e last_patch64 from vodz: by Eric Andersen · 22 years ago
  23. fda2b7f A patch from Jouni Malinen to avoid some buffer overflows in vi, by Eric Andersen · 22 years ago
  24. 12f834c Ivan Popov noticed that handling of PREFIX was bad. -Erik by Eric Andersen · 22 years ago
  25. 18921bd A bugfix from Danny Lepage: by Eric Andersen · 22 years ago
  26. 5ad22c9 This patch from Magnus Damm fixed a long standing problem with freeing memory. by Eric Andersen · 22 years ago
  27. 09da627 Fix warning by Eric Andersen · 22 years ago
  28. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  29. 5e02c67 vodz forgot to include the suid field by Eric Andersen · 22 years ago
  30. fe5b1a9 Apply patch from bug #1278 -- fix usage message for the by Eric Andersen · 22 years ago
  31. 72e1212 vodz writes: by Eric Andersen · 22 years ago
  32. f02c26f I committed the fflush in the wrong spot. I should go to bed by Eric Andersen · 22 years ago
  33. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago
  34. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  35. 1887b04 Apply last_patch51_3 from vodz by Eric Andersen · 22 years ago
  36. 5956028 Be absurdly careful about flushing stdout. by Eric Andersen · 22 years ago
  37. 9ffd577 Move unzip.c uncompress.c from libbb to archiveal/libunarchive by Glenn L McGrath · 22 years ago
  38. 0d53ebd gz_open is used anymore, use inflate directly, see how its done in get_header_tar_gz by Glenn L McGrath · 22 years ago
  39. 4298e87 Dont try and make the "/" directory by Glenn L McGrath · 22 years ago
  40. 61b7904 Update dpkg to use new unarchive code by Glenn L McGrath · 22 years ago
  41. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  42. 05fa661 Find a string in a list by Glenn L McGrath · 22 years ago
  43. 25bca95 Remove entries from the accept list as they are matched so we can determine if any files that were specified in the list wernt found. by Glenn L McGrath · 22 years ago
  44. 98f824a Dont use absolute pathname (dunno why i did that), fix tar filename/stdin problems by Glenn L McGrath · 22 years ago
  45. 934805a Put bac kthe code that handles cases where a '-' wasnt specified prior to the options. by Glenn L McGrath · 22 years ago
  46. 2a2ab14 Fix an obvious thinko -Erik by Eric Andersen · 22 years ago
  47. 431a184 disambiguate a test by Eric Andersen · 22 years ago
  48. 31f9747 Fix needless formatting differences vs modutils by Eric Andersen · 22 years ago
  49. d69e31f Fix needless difference vs GNU by Eric Andersen · 22 years ago
  50. 1977a60 missed add for udhcp by Russ Dill · 22 years ago
  51. 61fb489 added full udhcp integration by Russ Dill · 22 years ago
  52. 9060a73 Doh! I screwed up applying vodz' patch. -Erik by Eric Andersen · 22 years ago
  53. e8a90fb After thinking about it, I think this patch from Matt Kraai is probably the by Eric Andersen · 22 years ago
  54. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  55. fdfe298 last_patch60 from vodz: by Eric Andersen · 22 years ago
  56. d274b53 last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' by Eric Andersen · 22 years ago
  57. 1bb1e83 last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option by Eric Andersen · 22 years ago
  58. adb058b Fixed the script. It always put output to 'stdout' and never to by "Steven J. Hill" · 22 years ago
  59. a39342b Remember to delete docs/busybox.pod by Eric Andersen · 22 years ago
  60. 5286494 Fix missing \n noticed by Robert Schwebel by Eric Andersen · 22 years ago
  61. 2983330 Fix segfault when testing if reaidng from stdin "-" by Glenn L McGrath · 22 years ago
  62. e0f5500 Fix init docs by Eric Andersen · 22 years ago
  63. 506177d Bugfix from Claudio Fleiner <claudio@fleiner.com> by Eric Andersen · 22 years ago
  64. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  65. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  66. a6f6e06 Fix dependancy so we rebuild busybox.o, usage.o and busybox.o by Eric Andersen · 22 years ago
  67. ad08298 Use %m, not strerror, and strerror(err) was broken anyways and should have been by Eric Andersen · 22 years ago
  68. d9d47c3 Patch from Konstantin Isakov <ikm@pisem.net>: by Eric Andersen · 22 years ago
  69. aa1d6cc Don't even try to run ash on uClinux. It won't work. -Erik by Eric Andersen · 22 years ago
  70. 6a97990 Set the close-on-exec flag, just to be saf by Eric Andersen · 22 years ago
  71. e4d2a43 Doh. We divide microseconds by 60? by Eric Andersen · 22 years ago
  72. 5c99581 Save status so we know if to delete compressed file by Glenn L McGrath · 22 years ago
  73. 924f93e make_directory() will fail instantly so we dont need to test for failure here by Glenn L McGrath · 22 years ago
  74. 891ee64 Fail straight away rather than recursively printing error messages :) by Glenn L McGrath · 22 years ago
  75. 8132e93 Fix for using '-' as the filename when reading from stdin by Glenn L McGrath · 22 years ago
  76. 92052e3 Bug fix from Nitin Gupta <gupta@equator.com> by Eric Andersen · 22 years ago
  77. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  78. a47a3ea Fix simple define problem by Glenn L McGrath · 22 years ago
  79. 6f2ebca Avoid calling exit() from within fork/vfork'ed processes. -Erik by Eric Andersen · 22 years ago
  80. a920871 Ignoring SIGCHLD causes a race leading to the occasional hang of init by Eric Andersen · 22 years ago
  81. 5a66b64 Reverse some minor changes that got caught up in my big unarchive patch by Glenn L McGrath · 22 years ago
  82. 69eab26 Remove files made obsolete by new unarchiving code by Glenn L McGrath · 22 years ago
  83. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  84. ecfa290 Fixup largefile settings -Erik by Eric Andersen · 22 years ago
  85. b3f7261 Fix error messages conditions, and make them the same as GNU mkdir. by Glenn L McGrath · 22 years ago
  86. 3a1d837 don't leak FILEs by Eric Andersen · 22 years ago
  87. 19feada update the noise a tiny bit by Eric Andersen · 22 years ago
  88. 7695b7b Update webpage by Eric Andersen · 22 years ago
  89. d499330 Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now by Manuel Novoa III · 22 years ago
  90. 06c35da patch from John Hall <john.hall@optionexist.co.uk> to change the by Eric Andersen · 22 years ago
  91. 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
  92. 793c3b4 Clear screen too. by Eric Andersen · 22 years ago
  93. dc180d1 re-enable the cursor, in case it got disabled -Erik by Eric Andersen · 22 years ago
  94. 6c32a8a Modified so that it "works" for archs other than i386... arm in particular. by Manuel Novoa III · 22 years ago
  95. 60943c5 Sane-ify the screen clearing stuff. -Erik by Eric Andersen · 22 years ago
  96. 39ad283 hehe. by Eric Andersen · 22 years ago
  97. 871d93c Vodz' last_patch57: by Eric Andersen · 22 years ago
  98. 927c3bd Support setting depth by Eric Andersen · 22 years ago
  99. a9a220b last_patch56 from vodz to simplify copy_file logic by Eric Andersen · 22 years ago
  100. bf8bf10 Patch from "Joe.C" <joe@numa.com.tw> by Eric Andersen · 22 years ago