1. 8fc364e Fix comment. by Matt Kraai · 24 years ago
  2. 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
  3. 5a65413 Updates, fixes for handling contents, verbose extract. More updates to come by Glenn L McGrath · 24 years ago
  4. 47fd219 Rename variable that shadows global by Glenn L McGrath · 24 years ago
  5. be66ad3 Fix handling of '' and "". by Matt Kraai · 24 years ago
  6. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago
  7. c9cac5b Change size to unsinged long long, so if -1 is passed it will read as much as possible. by Glenn L McGrath · 24 years ago
  8. 6785b51 dpkg-deb -c works now by Glenn L McGrath · 24 years ago
  9. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 24 years ago
  10. 46079a1 remove unused clearerr statements by Glenn L McGrath · 24 years ago
  11. 3271751 This belongs in dos2unix.c by Glenn L McGrath · 24 years ago
  12. a6ce670 use tmpfile() and revert my previous changes... convert() belongs here by Glenn L McGrath · 24 years ago
  13. 2709297 dos2unix and unix2dos are now independent by Glenn L McGrath · 24 years ago
  14. 50b787c Move convert to libbb by Glenn L McGrath · 24 years ago
  15. a283157 convert() is used by dos2unix and unix2dos by Glenn L McGrath · 24 years ago
  16. c8d9e06 Moved from dos2unix by Glenn L McGrath · 24 years ago
  17. da160c0 Use putc, and write to stderr as the rest of the progressmeter does. by Matt Kraai · 24 years ago
  18. 90d7f69 Only finish with a newline if we are displaying the progress indicator. by Matt Kraai · 24 years ago
  19. 65317ea Fix behavior when extracting to stdout. Report and patch by by Matt Kraai · 24 years ago
  20. ed897e5 Vladimir's patch to reverse previous patch by Glenn L McGrath · 24 years ago
  21. 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 24 years ago
  22. b3f23d4 Seek to start of an entry inside an ar file by Glenn L McGrath · 24 years ago
  23. 988be10 dpkg, dpkg_deb dont depend on any other applets now by Glenn L McGrath · 24 years ago
  24. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
  25. 5b20d02 This is primarily to allow deb_extract to be independent of the tar applet. by Glenn L McGrath · 24 years ago
  26. 9e966ff Remove unneeded printf statment by Glenn L McGrath · 24 years ago
  27. f70f6ce Disable sigterm by Glenn L McGrath · 24 years ago
  28. 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 24 years ago
  29. 7dc8d22 dpkg only dependeds on tar by Glenn L McGrath · 24 years ago
  30. 528ef50 Gzip is indepenedent of gunzip by Glenn L McGrath · 24 years ago
  31. a121319 Remove dpkg-deb applet dependencies, still depends on tar by Glenn L McGrath · 24 years ago
  32. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
  33. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
  34. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
  35. 93ffa95 Put in a paragraph break by Eric Andersen · 24 years ago
  36. efcfe87 Added a chart of busybox's growth by Larry Doolittle and put a news by Mark Whitley · 24 years ago
  37. 0958093 Doc update for the 0.51 release. -Erik by Eric Andersen · 24 years ago
  38. 3c34305 Fix up changelog for 0.51 release by Eric Andersen · 24 years ago
  39. b04d744 Bring Debian config files into sync with the master one. by Eric Andersen · 24 years ago
  40. e703f7e Ha. Regression testing found a bug with uClibc support. Fixed. -Erik by Eric Andersen · 24 years ago
  41. b9af894 Fix up the uClibc compiler name (its format was recently changed slightly) by Eric Andersen · 24 years ago
  42. 6d7fa43 This patch from Laurence Anderson <laurence@zxmail.com> fixes by Eric Andersen · 24 years ago
  43. fd40294 Patch from Valdimir to reduce stack usage, since recursive_action by Eric Andersen · 24 years ago
  44. 4e85356 Fix double quote handling. by Matt Kraai · 24 years ago
  45. 2f2da90 "I will always compile before I commit" x 100 by Eric Andersen · 24 years ago
  46. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 24 years ago
  47. d3f97f1 Fix warning generated by pod2html about unterminated list. by Matt Kraai · 24 years ago
  48. 303dd28 Make 'grep -l' work by Eric Andersen · 24 years ago
  49. 4391a16 Fixed option parsing. Grep would continue grepping, even when given a bad / by Mark Whitley · 24 years ago
  50. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
  51. a75e286 Bump version number to 0.51 by Eric Andersen · 24 years ago
  52. 59aa570 Enable freeramdisk and pivot_root, disable lash for the Debian .udeb -Erik by Eric Andersen · 24 years ago
  53. fc994d1 make sure we auto-close debian bug #91758 -Erik by Eric Andersen · 24 years ago
  54. 7cf9fed update the changelog, prepatory to the 0.51 release. Please review by Eric Andersen · 24 years ago
  55. 3f8688b Update changelog by Eric Andersen · 24 years ago
  56. 5d6f344 use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages so the boot-floppies by Eric Andersen · 24 years ago
  57. 305fdfa Reorganise status field to use 3 chars instead of one bit shifted long int. by Glenn L McGrath · 24 years ago
  58. 37849f3 Use create_path instead of mkdir by Glenn L McGrath · 24 years ago
  59. 13e9c7a It now correctly backs up the (still corrupt) status file by Glenn L McGrath · 24 years ago
  60. 0e757a2 Some fixes, but still broken... (cont) by Glenn L McGrath · 24 years ago
  61. f608da4 Ignore SIGTERM prior to gz_close() by Glenn L McGrath · 24 years ago
  62. e5f3957 Fix warning by Glenn L McGrath · 24 years ago
  63. 8a9b2c6 Note that insmod now also supports powerpc and mips. Thanks Larry. by Eric Andersen · 24 years ago
  64. aa21e0f An optimization from Vladimir by Eric Andersen · 24 years ago
  65. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
  66. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 24 years ago
  67. c270ec1 Add support of /W prompts -Erik by Eric Andersen · 24 years ago
  68. 831ed16 Handle glibc 2.0.7 as well by Eric Andersen · 24 years ago
  69. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 24 years ago
  70. ea90650 Some cleanups/fixes for the syslogd circular buffer code from Gennady Feldman. by Eric Andersen · 24 years ago
  71. 79359d8 by John Beppu · 24 years ago
  72. 94e5054 by John Beppu · 24 years ago
  73. 5bca0af by John Beppu · 24 years ago
  74. 9a1395b by John Beppu · 24 years ago
  75. 4e2439a It seems all the stdout munging was useless anyways, since by Eric Andersen · 24 years ago
  76. 911af57 Be more generic for libc5. We don't need to know struct definitions by Eric Andersen · 24 years ago
  77. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 24 years ago
  78. acc7757 *** empty log message *** by Eric Andersen · 24 years ago
  79. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 24 years ago
  80. fdefbbb dpkg_deb had not been updated for the new gunzip interface. Fix it. -Erik by Eric Andersen · 24 years ago
  81. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
  82. 3c0364f Patch from Larry Doolittle to eliminate needless thrashing by Eric Andersen · 24 years ago
  83. 4fd382e Remove unused optarg variable by Eric Andersen · 24 years ago
  84. 0607053 Failed to name "Electric-fence" explicitly by Eric Andersen · 24 years ago
  85. d402edf Some cleanups for libc5 support by Eric Andersen · 24 years ago
  86. 14fe392 Fix a warning with libc5. -Erik by Eric Andersen · 24 years ago
  87. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 24 years ago
  88. 2129f97 Avoid segfault when export is invoked with no arguments. Thanks to by Matt Kraai · 24 years ago
  89. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 24 years ago
  90. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 24 years ago
  91. 24073c7 Add in easy-to-use electric-fence support. -Erik by Eric Andersen · 24 years ago
  92. 60b2d8d if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, by Eric Andersen · 24 years ago
  93. c97ec34 A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now by Eric Andersen · 24 years ago
  94. 0f0c0b4 Make 'busybox --help' work as expected, closing bug #1139 -Erik by Eric Andersen · 24 years ago
  95. c0c502e Fix for bug 1143 from Larry Doolittle -Erik by Eric Andersen · 24 years ago
  96. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 24 years ago
  97. f77d886 Formatting change by Eric Andersen · 24 years ago
  98. 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 24 years ago
  99. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 24 years ago
  100. e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 24 years ago