1. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  2. 39cf645 Patch from Dennis Vlasenko resetting values that get reused. by Rob Landley · 19 years ago
  3. 2381f70 Patch from Dennis Vlasenko simplifying the APPLET macros. by Rob Landley · 19 years ago
  4. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 19 years ago
  5. 0e413e5 - ignore missing helptext for options which are not selectable. by Bernhard Reutner-Fischer · 19 years ago
  6. 4f7953c - add helptext for CONFIG_UNIX2DOS by Bernhard Reutner-Fischer · 19 years ago
  7. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  8. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  9. 846fe0c There aren't any bzip2 based RPMs. If people want to experiment with new by Rob Landley · 19 years ago
  10. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 19 years ago
  11. 0c43046 Fix allbareconfig. by Rob Landley · 19 years ago
  12. 3916b2a - add script to check for missing help entries of config options by Bernhard Reutner-Fischer · 19 years ago
  13. 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 19 years ago
  14. db2ab89 Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) by Rob Landley · 19 years ago
  15. f76cd96 Whitespace and documentation cleanup from Dennis Vlasenko. by Rob Landley · 19 years ago
  16. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 19 years ago
  17. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 19 years ago
  18. 035ef56 Patch from Garrett Kajmowicz to move a lot of #defines into the header file. by Rob Landley · 19 years ago
  19. 2584e9b Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back by Rob Landley · 19 years ago
  20. 0f0b645 Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. by Rob Landley · 19 years ago
  21. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  22. 67d5b8b Minor tweaks: remove traces of old $COMMAND environment variable. by Rob Landley · 19 years ago
  23. 2631486 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  24. 6389ff1 Patch from tito removing obsolete code. by Rob Landley · 19 years ago
  25. c488f87 Notes on portability, and on when #include <linux/blah> is appropriate. by Rob Landley · 19 years ago
  26. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 19 years ago
  27. 3ea66a8 Patches from Denis Vlasenko to rework "current_name" handling and remove by Rob Landley · 19 years ago
  28. 8a62549 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  29. 9950cab Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  30. 5bc3f05 Remove some unused code pointed out by Tito, plus a slightly more graceful by Rob Landley · 19 years ago
  31. a3e4f38 Style fixes from Denis Vlasenko. by Rob Landley · 19 years ago
  32. 5f8b5ec Another patch from Denis Vlasenko: by Rob Landley · 19 years ago
  33. e5b281f From Dennis Vlasenko, Make hdparm smaller: by Rob Landley · 19 years ago
  34. 2e2d752 Cleanup to hdparm by tito. by Rob Landley · 19 years ago
  35. 2514042 termios.h is already included so dont include sys/termios.h as well by Mike Frysinger · 19 years ago
  36. 02fe810 detect more obsolete headers by Mike Frysinger · 19 years ago
  37. 59c6bae just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
  38. 706f8f6 just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
  39. f054be1 Rob Sullivan writes: rewrite the regex handling to improve stability by Mike Frysinger · 19 years ago
  40. 12ef09b compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage by Mike Frysinger · 19 years ago
  41. fe6bb38 use pretty output for scripts/bb_mkdep and scripts/usage by Mike Frysinger · 19 years ago
  42. 3737c03 - rerun gcse pass after reload, enable whole-program iff we are not building by Bernhard Reutner-Fischer · 19 years ago
  43. 15545b1 - print "Obsolet headers" instead of "Obsolete function usage" when checking by Bernhard Reutner-Fischer · 19 years ago
  44. a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
  45. 0e6a3e1 Patch from tito to update output of hdparm. by Rob Landley · 19 years ago
  46. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  47. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 19 years ago
  48. a345dc8 - add two regression tests for seq. by Bernhard Reutner-Fischer · 19 years ago
  49. fc477f4 - add note about crond by Bernhard Reutner-Fischer · 19 years ago
  50. 06a81d3 - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints by Bernhard Reutner-Fischer · 19 years ago
  51. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago
  52. 7818a42 Portability tweak from Shaun Jackman, don't include asm/page.h directly. by Rob Landley · 19 years ago
  53. 997650b From Denis Vlasenko: by Rob Landley · 19 years ago
  54. 56fbd21 - return ret so we return something meaningful. by Bernhard Reutner-Fischer · 19 years ago
  55. 70cbb6e Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. by Mike Frysinger · 19 years ago
  56. 10f55b1 Jason Schoon writes: This makes the case where LFS is not defined, but fdisk is configured with large disk support use the pretty build rules. by Mike Frysinger · 19 years ago
  57. 586ea61 2006-04-20 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  58. 7919764 - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso by Ned Ludd · 19 years ago
  59. f162183 kill signed warnings by Mike Frysinger · 19 years ago
  60. 998dbee Patch from Jean Wolter: by Rob Landley · 19 years ago
  61. 5076eb4 svn 14824 broke -funsigned-char and possibly building out of tree, because by Rob Landley · 19 years ago
  62. 856489b New applet cksum, from Rob Sullivan. by Rob Landley · 19 years ago
  63. bbd50b5 Remove some #if 0 code. by Rob Landley · 19 years ago
  64. e438634 Simplify the GPL boilerplate. by Rob Landley · 19 years ago
  65. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 19 years ago
  66. 0c013f5 - commentary typo and superfluous whitespace removal in weird messages. by Bernhard Reutner-Fischer · 19 years ago
  67. 38fc692 - improve wording in some help texts a little bit. by Bernhard Reutner-Fischer · 19 years ago
  68. 074fe34 - add typo s/deamon/daemon/g by Bernhard Reutner-Fischer · 19 years ago
  69. ea46f45 - patch from P.J. Day to rely on the automatic indenting provided by depends. by Bernhard Reutner-Fischer · 19 years ago
  70. ba31d27 - enable dumpleases applet again; bad rob by Bernhard Reutner-Fischer · 19 years ago
  71. 9b68dbd - add grep for typo s/algorithic/algorithmic/g by Bernhard Reutner-Fischer · 19 years ago
  72. 54f75ee - BusyBox is under GPL. by Bernhard Reutner-Fischer · 19 years ago
  73. 2949577 - simplify config options of the ip applet. by Bernhard Reutner-Fischer · 19 years ago
  74. a2e9804 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. by Rob Landley · 19 years ago
  75. 29ba979 Robert Eggers noticed that nfsmount would sometimes incorrectly return success. by Rob Landley · 19 years ago
  76. 0edbad1 Glenn gave permission for GPLv2 "or later". by Rob Landley · 19 years ago
  77. 026147a Patch from Tito to fix printing null and make output look like hdparm 6.3. by Rob Landley · 19 years ago
  78. 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 19 years ago
  79. 559f7d8 Elf dynamic linker stuff from Rich Felker. by Rob Landley · 19 years ago
  80. 5c16988 enable udhcp applets again; bad rob by Mike Frysinger · 19 years ago
  81. 20c22e0 just use the stack to kill memleak and return if user didnt give us anything to match by Mike Frysinger · 19 years ago
  82. bf2d990 use xmalloc, dont hardcode length of string, and get rid of pointless call to memset by Mike Frysinger · 19 years ago
  83. f834603 kill off pointless malloc.h include by Mike Frysinger · 19 years ago
  84. b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
  85. d017d73 add a check for obsolete headers by Mike Frysinger · 19 years ago
  86. af07a00 - fix typo. Thanks to David Moberg for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
  87. 00d10a9 uncuddle if statements by Mike Frysinger · 19 years ago
  88. f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
  89. 3a2b103 uncuddle brackets by Mike Frysinger · 19 years ago
  90. dbd8c3b add some tests for common typos and for obsolete functions by Mike Frysinger · 19 years ago
  91. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  92. 4b7b8a5 touchup comment by Mike Frysinger · 19 years ago
  93. 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
  94. 78bd504 use memcmp() not bcmp() by Mike Frysinger · 19 years ago
  95. b0a2d6c Remove code for protocols we don't properly support. (Most of this could by Rob Landley · 19 years ago
  96. da0dcd1 Patch from Robert P Day to remove standalone code from httpd. (Busybox has by Rob Landley · 19 years ago
  97. e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
  98. d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
  99. 346d6d9 The link to Bernhard's subversion branch belongs in subversion.html (where by Rob Landley · 19 years ago
  100. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago