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