1. 0c013f5 - commentary typo and superfluous whitespace removal in weird messages. by Bernhard Reutner-Fischer · 19 years ago
  2. 38fc692 - improve wording in some help texts a little bit. by Bernhard Reutner-Fischer · 19 years ago
  3. 074fe34 - add typo s/deamon/daemon/g by Bernhard Reutner-Fischer · 19 years ago
  4. ea46f45 - patch from P.J. Day to rely on the automatic indenting provided by depends. by Bernhard Reutner-Fischer · 19 years ago
  5. ba31d27 - enable dumpleases applet again; bad rob by Bernhard Reutner-Fischer · 19 years ago
  6. 9b68dbd - add grep for typo s/algorithic/algorithmic/g by Bernhard Reutner-Fischer · 19 years ago
  7. 54f75ee - BusyBox is under GPL. by Bernhard Reutner-Fischer · 19 years ago
  8. 2949577 - simplify config options of the ip applet. by Bernhard Reutner-Fischer · 19 years ago
  9. a2e9804 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. by Rob Landley · 19 years ago
  10. 29ba979 Robert Eggers noticed that nfsmount would sometimes incorrectly return success. by Rob Landley · 19 years ago
  11. 0edbad1 Glenn gave permission for GPLv2 "or later". by Rob Landley · 19 years ago
  12. 026147a Patch from Tito to fix printing null and make output look like hdparm 6.3. by Rob Landley · 19 years ago
  13. 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 19 years ago
  14. 559f7d8 Elf dynamic linker stuff from Rich Felker. by Rob Landley · 19 years ago
  15. 5c16988 enable udhcp applets again; bad rob by Mike Frysinger · 19 years ago
  16. 20c22e0 just use the stack to kill memleak and return if user didnt give us anything to match by Mike Frysinger · 19 years ago
  17. bf2d990 use xmalloc, dont hardcode length of string, and get rid of pointless call to memset by Mike Frysinger · 19 years ago
  18. f834603 kill off pointless malloc.h include by Mike Frysinger · 19 years ago
  19. b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
  20. d017d73 add a check for obsolete headers by Mike Frysinger · 19 years ago
  21. af07a00 - fix typo. Thanks to David Moberg for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  22. 00d10a9 uncuddle if statements by Mike Frysinger · 19 years ago
  23. f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
  24. 3a2b103 uncuddle brackets by Mike Frysinger · 19 years ago
  25. dbd8c3b add some tests for common typos and for obsolete functions by Mike Frysinger · 19 years ago
  26. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  27. 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago
  28. 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
  29. 78bd504 use memcmp() not bcmp() by Mike Frysinger · 19 years ago
  30. b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 19 years ago
  31. da0dcd1 Patch from Robert P Day to remove standalone code from httpd. (Busybox has by Rob Landley · 19 years ago
  32. e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
  33. d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
  34. 346d6d9 The link to Bernhard's subversion branch belongs in subversion.html (where by Rob Landley · 19 years ago
  35. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  36. 6b4377f - remove unneeded include, use shorter boilerplate while at it and also by Bernhard Reutner-Fischer · 19 years ago
  37. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  38. 4f3d2de - better wording. Closes bug #656. by Bernhard Reutner-Fischer · 19 years ago
  39. 34fc71f - note to think about eventually ditching vdprintf() by Bernhard Reutner-Fischer · 19 years ago
  40. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  41. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  42. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  43. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  44. 79865bc - add verbatim cp of http://www.gnu.org/copyleft/lesser.txt by Bernhard Reutner-Fischer · 19 years ago
  45. fc5f318 - use C99 %j format to print intmax. Closes bugs #802 and #743 by Bernhard Reutner-Fischer · 19 years ago
  46. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  47. d0ea52e - pin the CFLAGS to make sure that we don't have to re-evaluate the by Bernhard Reutner-Fischer · 19 years ago
  48. a23a6d7 - include netinet/in.h for struct sockaddr_in. Closes bug #735 by Bernhard Reutner-Fischer · 19 years ago
  49. e7f8a32 - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' by Bernhard Reutner-Fischer · 19 years ago
  50. cc295fb - comment out the check-referer lines. by Bernhard Reutner-Fischer · 19 years ago
  51. e0e9886 - we seem to use h3, so make it consistent. by Bernhard Reutner-Fischer · 19 years ago
  52. 91f6047 - update screenshot to reflect the busybox-1.1.2 stable release. by Bernhard Reutner-Fischer · 19 years ago
  53. 9460f66 - tweak visibility of label expected_hwif_error as it's only needed for by Bernhard Reutner-Fischer · 19 years ago
  54. 0b257d4 - remove implied closing paragraph - add (improper but pretty) border='0' by Bernhard Reutner-Fischer · 19 years ago
  55. f785255 Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__ by Mike Frysinger · 19 years ago
  56. 776fe22 - add note pointing to the stable branch, so users can pickup the current by Bernhard Reutner-Fischer · 19 years ago
  57. bb5b2ff Announce 1.1.2. by Rob Landley · 19 years ago
  58. 905a58a - poke bot by Bernhard Reutner-Fischer · 19 years ago
  59. 8326d5e - add a colorful "valid HTML 4.01 Transitional" button to be able to check the referer easily. by Bernhard Reutner-Fischer · 19 years ago
  60. 3515f6e - make it resemble html. by Bernhard Reutner-Fischer · 19 years ago
  61. fdf2b50 - make it resemble english and fix typo s/interperet/interpret/g; by Bernhard Reutner-Fischer · 19 years ago
  62. 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
  63. ca7166f - put udhcp back in (Rob, you removed this in r14787 by accident..). by Bernhard Reutner-Fischer · 19 years ago
  64. 4a8d9ef Notes about pic, static linking, and debugging dynamic linking. by Rob Landley · 19 years ago
  65. 0ebecac Second verse, same as the first. by Rob Landley · 19 years ago
  66. ea4c53c Missing dependency spotted by Robert P Day. by Rob Landley · 19 years ago
  67. 8ad7087 I forgot to re-enable shared library build after 1.1.1. (Undo svn 14590.) by Rob Landley · 19 years ago
  68. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  69. 998f449 We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is by Rob Landley · 19 years ago
  70. 7261575 Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. by Rob Landley · 19 years ago
  71. 6554de0 - fix typo introduced in the last commit. by Bernhard Reutner-Fischer · 19 years ago
  72. a4acf66 - typo: s/biltin/builtin/g by Bernhard Reutner-Fischer · 19 years ago
  73. 3e72c59 Another size reduction patch from Garrett. by Rob Landley · 19 years ago
  74. bc14214 - patch from Rob Sullivan to add support for -L by Bernhard Reutner-Fischer · 19 years ago
  75. 5fb0fec - shrink it a little bit and make it buildable with gcc-2.95 by Bernhard Reutner-Fischer · 19 years ago
  76. cc4003f - remove unused args. by Bernhard Reutner-Fischer · 19 years ago
  77. 693a936 - move code around to avoid the need for the prototypes. by Bernhard Reutner-Fischer · 19 years ago
  78. 8f7d389 - new applet diff. Rob Sullivan writes: by Bernhard Reutner-Fischer · 19 years ago
  79. e11a01c - include inttypes.h as pointed out by Jason Schoon. by Bernhard Reutner-Fischer · 19 years ago
  80. 886f6af - this applet should peruse USE_FEATURE_TFTP_... by Bernhard Reutner-Fischer · 19 years ago
  81. 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 19 years ago
  82. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  83. 465874f - use proper macros to print intmax_t. by Bernhard Reutner-Fischer · 19 years ago
  84. b7b24d6 adjust ifdefs for inclusion of string_insert() routine by Paul Fox · 19 years ago
  85. 19af279 Kumar spotted another bug: if we autodetect nfs and they haven't specified the by Rob Landley · 19 years ago
  86. e104d5f Some tests were always true. We need comm.tests... by Rob Landley · 19 years ago
  87. 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 19 years ago
  88. ab87360 You'd think there'd be a compiler warning for "pointless if", wouldn't you? by Rob Landley · 19 years ago
  89. 3b84dfc Avoid spurious error message. (Technically applet order should be "SKIPPED" by Rob Landley · 19 years ago
  90. dee811a - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() by Bernhard Reutner-Fischer · 19 years ago
  91. 89aaf4e - pull in prototype for e2fsck_main. by Bernhard Reutner-Fischer · 19 years ago
  92. 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
  93. 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
  94. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  95. ebd1355 - coalesce printf calls. by Bernhard Reutner-Fischer · 19 years ago
  96. a0f75e2 - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz) by Bernhard Reutner-Fischer · 19 years ago
  97. a38330c - do away with useless fwd-decls, redundant bb_printf calls, silence warning by Bernhard Reutner-Fischer · 19 years ago
  98. 6153629 - set flags in a more reasonable manner. Thanks, vodz. by Bernhard Reutner-Fischer · 19 years ago
  99. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  100. 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago