1. f66de64 Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  2. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  3. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  4. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  5. 822e7fd When making parent directories set permissions based on the base parent tree rather than the new directory to be created. by Glenn L McGrath · 22 years ago
  6. eda4f53 Add an input buffer (currently 32kB) to speed things up heaps, it still requires 25% longer to decompress as compared to upstream. by Glenn L McGrath · 22 years ago
  7. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  8. b7a76df Fix long filename support by Glenn L McGrath · 22 years ago
  9. 1b16bf6 New rules file for unstable by Glenn L McGrath · 22 years ago
  10. 77dbaa4 Config file for the static deb, based on options from the stable 0.60.5 branch by Glenn L McGrath · 22 years ago
  11. 2997fca Config file for the standard debian package based on 0.60.5 options by Glenn L McGrath · 22 years ago
  12. 30a35d2 The tunnel option isnt required for the ip command by Glenn L McGrath · 22 years ago
  13. f23fdf1 Update configuration options by Glenn L McGrath · 22 years ago
  14. 2f1f898 Config file for udeb based on options from 0.60.5 by Glenn L McGrath · 22 years ago
  15. 157fea5 Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  16. 82701e4 Add entry for Laurence Anderson by Glenn L McGrath · 22 years ago
  17. 83bf47c Speed and memory usage improvements from Laurence Adnerson by Glenn L McGrath · 22 years ago
  18. 0126fda read_gz patch 3 from Laurence Anderson by Glenn L McGrath · 22 years ago
  19. efe7889 Headers for the read_gz changes by Glenn L McGrath · 22 years ago
  20. d143107 Dont use xargs by Glenn L McGrath · 22 years ago
  21. 83bcba2 dont use the -i option of xargs by Glenn L McGrath · 22 years ago
  22. a0d395e Use read_gz, remove fork() woohoo! by Glenn L McGrath · 22 years ago
  23. ae01fa9 udhcpc documentation update by Russ Dill · 22 years ago
  24. 50c00f4 Use error_msg_and_die, style by Glenn L McGrath · 22 years ago
  25. 29d801b Remove mapping option, its should always be used by Glenn L McGrath · 22 years ago
  26. fd73b8c Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible. by Glenn L McGrath · 22 years ago
  27. 36233bd Remove #defines around get_header_ptr, we allways need it. by Glenn L McGrath · 22 years ago
  28. 39289b5 Use vfork, by vodz by Glenn L McGrath · 22 years ago
  29. 02fcd2d Allow short reads as we are looping anyway. by Glenn L McGrath · 22 years ago
  30. 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
  31. 2666679 Dont chdir untill after we open the archive by Glenn L McGrath · 22 years ago
  32. 09eb000 Patch from Marcel Hamer to fix addgroup argument parsing by Eric Andersen · 22 years ago
  33. f870148 A missing securetty file is not an error. -Erik by Eric Andersen · 22 years ago
  34. e356883 Minor cleanups by Glenn L McGrath · 22 years ago
  35. 034c371 Reduce block size to 512 to prevent short read's when reading from a pipe by Glenn L McGrath · 22 years ago
  36. 9af8a72 Make ifupdown use internal run_parts by Glenn L McGrath · 22 years ago
  37. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  38. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  39. c11986d ipcalc applet by Stephan Linz and Jordan Crouse by Glenn L McGrath · 22 years ago
  40. 912d8f4 run through indent and manually check result by Glenn L McGrath · 22 years ago
  41. f234e7c Config feature DEVPTS defined and used in telnetd, by Pavel Roskin by Glenn L McGrath · 22 years ago
  42. e16860d Will the real od.c please stand up! (my previous commit was a mistake) by Glenn L McGrath · 22 years ago
  43. 3ff3f4a Fix for hostname -s, by Stephan Linz by Glenn L McGrath · 22 years ago
  44. 59870e8 Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> by Glenn L McGrath · 22 years ago
  45. f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  46. 907a240 last_patch57 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  47. 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
  48. eebe31d Fixup a previous define by Glenn L McGrath · 22 years ago
  49. 49a28b3 Make mapping support a definable feature, saves 1.6kB by Glenn L McGrath · 22 years ago
  50. 8ae7501 Only compile the files in this dir if the IP applet is enabled by Glenn L McGrath · 22 years ago
  51. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago
  52. 021fa7d debian compatable ifup and ifdown commands by Glenn L McGrath · 22 years ago
  53. 7ab93d9 Teach lash to get $1 $2 $3 etc correct -Erik by Eric Andersen · 22 years ago
  54. 5703341 #ifdef, not just #if... grrr by Glenn L McGrath · 22 years ago
  55. f6bf7a0 Fix reading from stdin (me), Fix tar segfault when no arguments specified (Geoffrey Lee) by Glenn L McGrath · 22 years ago
  56. b26674b Remove gratuitous and unnecessary "BusyBox" refernece in login prompt -Erik by Eric Andersen · 22 years ago
  57. 1713a11 Fix a stupid typo by Eric Andersen · 22 years ago
  58. ef5e8f8 Implement a small strings applet by Eric Andersen · 22 years ago
  59. f9496d4 Fix broken tabs by Eric Andersen · 22 years ago
  60. 62d2882 Use a switch instead of successive if (strcmp()) statments. by Glenn L McGrath · 22 years ago
  61. 747381c Split deb_extract() into more generic functions by Glenn L McGrath · 22 years ago
  62. ea12202 Terminate the buffer with a '\0' by Glenn L McGrath · 22 years ago
  63. 0288c8e typo in udhcpc help by Russ Dill · 22 years ago
  64. da97085 version number oops by Russ Dill · 22 years ago
  65. d8d1191 Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally by Glenn L McGrath · 22 years ago
  66. 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
  67. 18bbca1 enable .tar.bz2 for dpkg-deb by Glenn L McGrath · 22 years ago
  68. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  69. f92caa7 Call lseek directly rather than via data_align() by Glenn L McGrath · 22 years ago
  70. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  71. 2fc54a9 Fix #define syntax by Glenn L McGrath · 22 years ago
  72. 6ab32eb Move data_extract_all_prefix to dpkg, its only used there. by Glenn L McGrath · 22 years ago
  73. b8e556e Add copyright notice and license, use strcat+strcpy instead of sprintf by Glenn L McGrath · 22 years ago
  74. 9c60b29 Use xread_char to save a few bytes, fix indenting of comments by Glenn L McGrath · 22 years ago
  75. 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago
  76. 97b141a Test for holes in swapfiles -Erik by Eric Andersen · 22 years ago
  77. bf1cc8b Make uncompress a seperate applet so it doesnt pull in all the gunzip code by Glenn L McGrath · 22 years ago
  78. d6aec86 Allow short reads when filling compress buffer by Glenn L McGrath · 22 years ago
  79. 9ef0944 Allow the .Z prefix if compress support enabled by Glenn L McGrath · 22 years ago
  80. 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
  81. 563ac6e Report errror if the first magic character doesnt match by Glenn L McGrath · 22 years ago
  82. f5ecd43 sync to udhcp 0.9.8 by Russ Dill · 22 years ago
  83. 1b6eb9b Use a nifty macro to make testing gcc features simpler by Eric Andersen · 22 years ago
  84. df5b867 Formatting by Eric Andersen · 22 years ago
  85. 69051e8 Update the webpage -Erik by Eric Andersen · 22 years ago
  86. db1df5e last_patch64 from vodz: by Eric Andersen · 22 years ago
  87. fda2b7f A patch from Jouni Malinen to avoid some buffer overflows in vi, by Eric Andersen · 22 years ago
  88. 12f834c Ivan Popov noticed that handling of PREFIX was bad. -Erik by Eric Andersen · 22 years ago
  89. 18921bd A bugfix from Danny Lepage: by Eric Andersen · 22 years ago
  90. 5ad22c9 This patch from Magnus Damm fixed a long standing problem with freeing memory. by Eric Andersen · 22 years ago
  91. 09da627 Fix warning by Eric Andersen · 22 years ago
  92. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  93. 5e02c67 vodz forgot to include the suid field by Eric Andersen · 22 years ago
  94. fe5b1a9 Apply patch from bug #1278 -- fix usage message for the by Eric Andersen · 22 years ago
  95. 72e1212 vodz writes: by Eric Andersen · 22 years ago
  96. f02c26f I committed the fflush in the wrong spot. I should go to bed by Eric Andersen · 22 years ago
  97. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago
  98. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  99. 1887b04 Apply last_patch51_3 from vodz by Eric Andersen · 22 years ago
  100. 5956028 Be absurdly careful about flushing stdout. by Eric Andersen · 22 years ago