1. fdf2b50 - make it resemble english and fix typo s/interperet/interpret/g; by Bernhard Reutner-Fischer · 19 years ago
  2. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
  3. ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 19 years ago
  4. 4a8d9ef Notes about pic, static linking, and debugging dynamic linking. by Rob Landley · 19 years ago
  5. 0ebecac Second verse, same as the first. by Rob Landley · 19 years ago
  6. ea4c53c Missing dependency spotted by Robert P Day. by Rob Landley · 19 years ago
  7. 8ad7087 I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.) by Rob Landley · 19 years ago
  8. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  9. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
  10. 7261575 Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. by Rob Landley · 19 years ago
  11. 6554de0 - fix typo introduced in the last commit. by Bernhard Reutner-Fischer · 19 years ago
  12. a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 19 years ago
  13. 3e72c59 Another size reduction patch from Garrett. by Rob Landley · 19 years ago
  14. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  15. 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
  16. cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
  17. 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
  18. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  19. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
  20. 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
  21. 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 19 years ago
  22. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  23. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
  24. b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 19 years ago
  25. 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
  26. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
  27. 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 19 years ago
  28. ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
  29. 3b84dfc Avoid spurious error message. (Technically applet order should be "SKIPPED" by Rob Landley · 19 years ago
  30. dee811a - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() by Bernhard Reutner-Fischer · 19 years ago
  31. 89aaf4e - pull in prototype for e2fsck_main. by Bernhard Reutner-Fischer · 19 years ago
  32. 2b398be - make sure that we see all lib*/.c in IMA-mode even when not building the .so by Bernhard Reutner-Fischer · 19 years ago
  33. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  34. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  35. ebd1355 - coalesce printf calls. by Bernhard Reutner-Fischer · 19 years ago
  36. a0f75e2 - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) by Bernhard Reutner-Fischer · 19 years ago
  37. a38330c - do away with useless fwd-decls, redundant bb_printf calls, silence warning by Bernhard Reutner-Fischer · 19 years ago
  38. 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 19 years ago
  39. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  40. 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago
  41. 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
  42. 7f77810 - switch Warning Of the Week to wrong or missing prototypes. by Bernhard Reutner-Fischer · 19 years ago
  43. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  44. 9457e70 - typo: s/compenent/component/g add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  45. a13cca9 New version from Tito. by Rob Landley · 19 years ago
  46. 819b56b work outside of the srctree by Mike Frysinger · 19 years ago
  47. 03e78e7 The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. by Rob Landley · 19 years ago
  48. 20fef96 Bug spotted by Kumar Gala. Hopefully this fixes it... by Rob Landley · 19 years ago
  49. 07a637d Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 by Rob Landley · 19 years ago
  50. b0c5445 new test for source code sanity by Mike Frysinger · 19 years ago
  51. 5dd1236 move source code tests out into a sep file rather than just disabling/breaking them by Mike Frysinger · 19 years ago
  52. 8183453 remove bogus " by Mike Frysinger · 19 years ago
  53. 2cf3852 silence error if busybox.links doesnt exist and run tests that begin with "all_" by Mike Frysinger · 19 years ago
  54. 43ac888 Ext2fs cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  55. 5cf905a - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: by Bernhard Reutner-Fischer · 19 years ago
  56. 81901a0 - add option to suppress the terse usage messages. Saves 6.8k for defconfig: by Bernhard Reutner-Fischer · 19 years ago
  57. 2766eed - use RESERVE_CONFIG_BUFFER. For defconfig this gives: by Bernhard Reutner-Fischer · 19 years ago
  58. e47c4cb - update help text. by Bernhard Reutner-Fischer · 19 years ago
  59. 1376694 - shrink it a bit further. by Bernhard Reutner-Fischer · 19 years ago
  60. 8ea5205 Shrink patch from Bernhard Fischer. by Rob Landley · 19 years ago
  61. 1f6dc6d - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. by Bernhard Reutner-Fischer · 19 years ago
  62. 214744d - fix paste'o which i overlooked when applying dalias' fmt stuff. by Bernhard Reutner-Fischer · 19 years ago
  63. a8e2760 Clarify. by Rob Landley · 19 years ago
  64. daa4a6d Update ipaddr help to match reality. by Rob Landley · 19 years ago
  65. ef81ce6 by Paul Fox · 19 years ago
  66. d409c3a - Rich Felker writes: fix invalid printf format strings by Bernhard Reutner-Fischer · 19 years ago
  67. abaef65 - warn a bit more verbosely about fmt stuff for non-release versions by Bernhard Reutner-Fischer · 19 years ago
  68. 6018225 - mark trunk as 1.2.0-pre0 by Bernhard Reutner-Fischer · 19 years ago
  69. 5139bd9 add public-domain release by Paul Fox · 19 years ago 1_1_0 1_1_1
  70. e375e8c - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set by Bernhard Reutner-Fischer · 19 years ago
  71. 56dd0bf - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas. by Bernhard Reutner-Fischer · 19 years ago
  72. b256bd3 - shrink dmesg a bit. http://busybox.net/lists/busybox/2006-March/019477.html by Bernhard Reutner-Fischer · 19 years ago
  73. ca08771 More extern removal from Robert P. Day. by Rob Landley · 19 years ago
  74. cb8d431 find ./ -name .cvsignore | xargs svn rm by Bernhard Reutner-Fischer · 19 years ago
  75. 24b0a95 Documentation from Jan Kiszka by Rob Landley · 19 years ago
  76. fe908fd Kumar Gala tracked down a problem with NFS mounting. This is a different fix by Rob Landley · 19 years ago
  77. dbd91af Mike Frysinger pointed out we can go by Rob Landley · 19 years ago
  78. 92fff34 Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate it. by Rob Landley · 19 years ago
  79. f0305b7 fix behavior of ZZ, with respect to readonly mode(s). original by Paul Fox · 19 years ago
  80. 6850017 remove some more config code rob missed in rev 13701 cleanup as reported by Robert P. J. Day by Mike Frysinger · 19 years ago
  81. f885513 just whitespace fixes by Mike Frysinger · 19 years ago
  82. 87848d9 setlogcons, from Jan Kaszka. by Rob Landley · 19 years ago
  83. 28ff966 Mention that 1.1.2 should be out Juneish. by Rob Landley · 19 years ago
  84. 986ab52 ensure that corrupted file extraction causes both a message and by Paul Fox · 19 years ago
  85. b3ede5a More from Jan Kiszka: this is a port of the latest sysv-init SELinux patch. by Rob Landley · 19 years ago
  86. d1f8c1c From Jan Kiszka: This patch fixes the security labelling of the login terminal by Rob Landley · 19 years ago
  87. 164a5be Patch from Jan Kiszka: In case the libselinux development installation is not by Rob Landley · 19 years ago
  88. 0949d30 Software Freedom Law Center and the fixes.patch thing. by Rob Landley · 19 years ago
  89. 9360f42 add support for :wn (initial patch from Alexander Griesser) by Paul Fox · 19 years ago
  90. dbf935d drop obsolete version string in favor of actual BB version (from by Paul Fox · 19 years ago
  91. c370ea8 Turn #if 0 into a comment. by Rob Landley · 19 years ago
  92. 8416a2d prevent find from ever descending into an xdev'ed directory. by Paul Fox · 19 years ago
  93. 3570915 More dead code removal. by Rob Landley · 19 years ago
  94. 4789694 Robert P Day removed some commented out code. by Rob Landley · 19 years ago
  95. 90ece60 Define both big endian and little endian macros. by Rob Landley · 19 years ago
  96. 0bafd47 Stephane Billiart found an endianness bug in insmod. by Rob Landley · 19 years ago
  97. 771b186 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
  98. 2dd13bd - make sure that we see freeramdisk only once by Bernhard Reutner-Fischer · 19 years ago
  99. d196867 When cross-compiling, the install directory for shared libraries has to come by Rob Landley · 19 years ago
  100. 787140d remove in place of external link by Mike Frysinger · 19 years ago