1. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  2. 6f9b45b Unlink before mkdir, mknod, symlink to overwrite by Glenn L McGrath · 22 years ago
  3. 350d26b - the number of commands in the history list is now configureable via the by Robert Griebl · 22 years ago
  4. 3ba7cee print an error message if we can't load a module by Robert Griebl · 22 years ago
  5. 7127b58 Fix crashme code, by Jim Treadway by Glenn L McGrath · 22 years ago
  6. bf91f2e Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  7. 69b5756 A missing /etc/securetty is not an error when checking the tty name - the by Robert Griebl · 22 years ago
  8. 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  9. 06b1aea Its move to busybox-cvs-doc.docs by Glenn L McGrath · 22 years ago
  10. 2626ef6 Use compare_string_array in ipaddress to save a few bytes, minor cleanups by Glenn L McGrath · 22 years ago
  11. 18eae00 Save a few more bytes by Glenn L McGrath · 22 years ago
  12. c82f232 Save a hundred bytes or so on the do_iproute function by Glenn L McGrath · 22 years ago
  13. b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
  14. f112daa Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank by Glenn L McGrath · 22 years ago
  15. f3faf41 fix warning by Glenn L McGrath · 22 years ago
  16. b9e57f4 Fix the package name, patch from Bastian Blank by Glenn L McGrath · 22 years ago
  17. 941eb80 Build files from Bastian Blank by Glenn L McGrath · 22 years ago
  18. e1ad672 add the -c option, modified version of a patch from Bastian Blank by Glenn L McGrath · 22 years ago
  19. 6fc6d7f Patch from Bastian Blank (waldi) for debian installer by Glenn L McGrath · 22 years ago
  20. 4d4ef19 I miscalculated on this one, change it back by Glenn L McGrath · 22 years ago
  21. 82d2cd4 Clean up error messages by Glenn L McGrath · 22 years ago
  22. 1b0813a Minor error messages changes by Glenn L McGrath · 22 years ago
  23. d4de975 Cleanup error messages by Glenn L McGrath · 22 years ago
  24. 8b60244 Cleanup error messages by Glenn L McGrath · 22 years ago
  25. e3e2a7b Syntax error by Glenn L McGrath · 22 years ago
  26. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  27. 1652855 Style, error_msg by Glenn L McGrath · 22 years ago
  28. eaed78a Style by Glenn L McGrath · 22 years ago
  29. cdf142a Woops, forgot they printout applet name as well.... by Glenn L McGrath · 22 years ago
  30. 9048ae5 Use standard error messages by Glenn L McGrath · 22 years ago
  31. df72536 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  32. 68d9499 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  33. b2e28a0 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  34. b122217 Use error_msg( instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  35. 642f289 Use error_msg instead of fprintf(stderr, other minor cleanups by Glenn L McGrath · 22 years ago
  36. 30db423 Style, minor cleanups by Glenn L McGrath · 22 years ago
  37. efdd0ae Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  38. d7d5f42 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  39. d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
  40. d211214 Use error_msg instead of printf(stderr by Glenn L McGrath · 22 years ago
  41. fedbfe4 Style by Glenn L McGrath · 22 years ago
  42. 8e027f6 Use printf instead of fprintf(stdout by Glenn L McGrath · 22 years ago
  43. 6ead3ab Save a few bytes in show_usage by Glenn L McGrath · 22 years ago
  44. 9c80241 left out a \" by Glenn L McGrath · 22 years ago
  45. 73ceca2 This test was hanging by Glenn L McGrath · 22 years ago
  46. 2601559 Adds a dummy entry to make it easier to make custom debs by Glenn L McGrath · 22 years ago
  47. 10d905c Install symlinks for the udeb, dont install changelogs for the udeb by Glenn L McGrath · 22 years ago
  48. 062c74f last_patch_68 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  49. ec87d37 Check that one and only one of the [cxt] options is given by Glenn L McGrath · 22 years ago
  50. 441e7ef fdisk applet by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  51. 0ff941e Name package busybox-unstable to keep a clean seperation between the official packages. by Glenn L McGrath · 22 years ago
  52. 8ae4cab use #ifdef CONFIG_* instead of #if CONFIG_* by Glenn L McGrath · 22 years ago
  53. c5dced1 Required file for busybox-doc package by Glenn L McGrath · 22 years ago
  54. 2f79f5b Store a custom Rules.mak file to enable buildign static binaries by Glenn L McGrath · 22 years ago
  55. efc6fbd use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  56. a2e2482 Include heaps of options as is tradional with this deb by Glenn L McGrath · 22 years ago
  57. d7fb1b3 Use #ifdef instead of #if by Glenn L McGrath · 22 years ago
  58. 2801eb9 Fix simple syntax error by Glenn L McGrath · 22 years ago
  59. 12371f9 Make a seperate busybox-doc package by Glenn L McGrath · 22 years ago
  60. f66de64 Use vfork instead of fork, some more cleanup from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  61. 393ad1a Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  62. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  63. 5b11087 Dont need a seperate function by Glenn L McGrath · 22 years ago
  64. 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
  65. 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
  66. 7b1eca2 include libbb after stdlib.h as it breaks dmalloc by Glenn L McGrath · 22 years ago
  67. b7a76df Fix long filename support by Glenn L McGrath · 22 years ago
  68. 1b16bf6 New rules file for unstable by Glenn L McGrath · 22 years ago
  69. 77dbaa4 Config file for the static deb, based on options from the stable 0.60.5 branch by Glenn L McGrath · 22 years ago
  70. 2997fca Config file for the standard debian package based on 0.60.5 options by Glenn L McGrath · 22 years ago
  71. 30a35d2 The tunnel option isnt required for the ip command by Glenn L McGrath · 22 years ago
  72. f23fdf1 Update configuration options by Glenn L McGrath · 22 years ago
  73. 2f1f898 Config file for udeb based on options from 0.60.5 by Glenn L McGrath · 22 years ago
  74. 157fea5 Fix a vfork bug, by Nick Fedchik and Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  75. 82701e4 Add entry for Laurence Anderson by Glenn L McGrath · 22 years ago
  76. 83bf47c Speed and memory usage improvements from Laurence Adnerson by Glenn L McGrath · 22 years ago
  77. 0126fda read_gz patch 3 from Laurence Anderson by Glenn L McGrath · 22 years ago
  78. efe7889 Headers for the read_gz changes by Glenn L McGrath · 22 years ago
  79. d143107 Dont use xargs by Glenn L McGrath · 22 years ago
  80. 83bcba2 dont use the -i option of xargs by Glenn L McGrath · 22 years ago
  81. a0d395e Use read_gz, remove fork() woohoo! by Glenn L McGrath · 22 years ago
  82. ae01fa9 udhcpc documentation update by Russ Dill · 22 years ago
  83. 50c00f4 Use error_msg_and_die, style by Glenn L McGrath · 22 years ago
  84. 29d801b Remove mapping option, its should always be used by Glenn L McGrath · 22 years ago
  85. 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
  86. 36233bd Remove #defines around get_header_ptr, we allways need it. by Glenn L McGrath · 22 years ago
  87. 39289b5 Use vfork, by vodz by Glenn L McGrath · 22 years ago
  88. 02fcd2d Allow short reads as we are looping anyway. by Glenn L McGrath · 22 years ago
  89. 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
  90. 2666679 Dont chdir untill after we open the archive by Glenn L McGrath · 22 years ago
  91. 09eb000 Patch from Marcel Hamer to fix addgroup argument parsing by Eric Andersen · 22 years ago
  92. f870148 A missing securetty file is not an error. -Erik by Eric Andersen · 22 years ago
  93. e356883 Minor cleanups by Glenn L McGrath · 22 years ago
  94. 034c371 Reduce block size to 512 to prevent short read's when reading from a pipe by Glenn L McGrath · 22 years ago
  95. 9af8a72 Make ifupdown use internal run_parts by Glenn L McGrath · 22 years ago
  96. 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
  97. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  98. c11986d ipcalc applet by Stephan Linz and Jordan Crouse by Glenn L McGrath · 22 years ago
  99. 912d8f4 run through indent and manually check result by Glenn L McGrath · 22 years ago
  100. f234e7c Config feature DEVPTS defined and used in telnetd, by Pavel Roskin by Glenn L McGrath · 22 years ago