1. be7c539 dont use tabs people by Mike Frysinger · 19 years ago
  2. e135a5d fix no previous prototype warning by Mike Frysinger · 19 years ago
  3. b5547fb fix no previous prototype warning by Mike Frysinger · 19 years ago
  4. e929238 typecast bbig to kill format warnings by Mike Frysinger · 19 years ago
  5. 49f6afc rename by Mike Frysinger · 19 years ago
  6. e3412d8 remove files not related to busybox by Mike Frysinger · 19 years ago
  7. 6143c07 add implicit rule for %.a to help debugging in subdirs by Mike Frysinger · 19 years ago
  8. 094b9f7 Shut up the warning "implicit declaration of strlen". by Rob Landley · 19 years ago
  9. 06b00e8 accept() takes a socklen_t, not an int by Mike Frysinger · 19 years ago
  10. d2c8fd6 fix whitespace in comment example by Mike Frysinger · 19 years ago
  11. 772a346 some more useful debug info from Jason Holden by Mike Frysinger · 19 years ago
  12. 673c944 add a default .o rule for easier debug by Mike Frysinger · 19 years ago
  13. 72c4d64 - add helptext for --retries by Bernhard Reutner-Fischer · 19 years ago
  14. 62ec21d touchup whitespace/english a bit more by Mike Frysinger · 19 years ago
  15. 731f81c whitespace between if and ( by Mike Frysinger · 19 years ago
  16. eba32f4 - typo in error-message: s/algotithm/algorithm - whitespace cleanup by Bernhard Reutner-Fischer · 19 years ago
  17. 59e4611 clean more files by Mike Frysinger · 19 years ago
  18. f893250 Replace isnan() and isinf() with inline tests so uClibc doesn't want us to by Rob Landley · 19 years ago
  19. c503df5 Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.mak by Rob Landley · 19 years ago
  20. 2431830 - fix bug in make help introduced by landley in r15022: by Bernhard Reutner-Fischer · 19 years ago
  21. e3f5a3f Convert sed's static variables to a single global structure. by Rob Landley · 19 years ago
  22. 0b65628 Move sed over to the generic llist_t for append. Saves about 90 bytes. by Rob Landley · 19 years ago
  23. 92d8b35 Make bloatcheck work when building out of tree. by Rob Landley · 19 years ago
  24. 45d5458 - fix build by Bernhard Reutner-Fischer · 19 years ago
  25. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
  26. 712ba85 Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changes by Rob Landley · 19 years ago
  27. d61b8d8 The changes svn 14960 made to Rules.mak broke building out of tree by Rob Landley · 19 years ago
  28. 1980256 The if() is cheaper than the extra function parameter. According to make by Rob Landley · 19 years ago
  29. 0ea0aef Remove a link that leaked in from the pending llist_t changes. by Rob Landley · 19 years ago
  30. 1b4e1da re-enable udhcp in a few more places by Mike Frysinger · 19 years ago
  31. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  32. 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
  33. 17507fa More busting on legacy mtab support in the help text. by Rob Landley · 19 years ago
  34. 20deab0 Cleanup patch from tito. by Rob Landley · 19 years ago
  35. 63e4c63 The udhcp was deleted from busybox in 14634. Bolting an external project to by Rob Landley · 19 years ago
  36. baa89b3 Patch to fix bug 868, and some related cleanup while I was in the area. by Rob Landley · 19 years ago
  37. a336e7c Script to easily get an assembly dump of a single function. by Rob Landley · 19 years ago
  38. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  39. f8a8084 Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old by Rob Landley · 19 years ago
  40. 9fb272a Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already. by Rob Landley · 19 years ago
  41. 89ede3f fix udhcp again by Mike Frysinger · 19 years ago
  42. 9608733 make sure script is executable by Mike Frysinger · 19 years ago
  43. 42bd987 Add an "optional" line for FEATURE_READLINK_FOLLOW. by Rob Landley · 19 years ago
  44. c008c74 New test from Natanael Copa. by Rob Landley · 19 years ago
  45. 1781188 didnt mean to commit debug enable by Mike Frysinger · 19 years ago
  46. 02d8fa4 use %p when printing pointers, not %x by Mike Frysinger · 19 years ago
  47. 4e512f1 fix Bug 659 as reported by Robin Getz by Mike Frysinger · 19 years ago
  48. 3958e0a Busybox's udhcp was deleted a while ago. Bolting an external project onto the by Rob Landley · 19 years ago
  49. d8f6601 Another patch from Garrett: remove bad block bitmap checking code. Everything by Rob Landley · 19 years ago
  50. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  51. 39cf645 Patch from Dennis Vlasenko resetting values that get reused. by Rob Landley · 19 years ago
  52. 2381f70 Patch from Dennis Vlasenko simplifying the APPLET macros. by Rob Landley · 19 years ago
  53. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 19 years ago
  54. 0e413e5 - ignore missing helptext for options which are not selectable. by Bernhard Reutner-Fischer · 19 years ago
  55. 4f7953c - add helptext for CONFIG_UNIX2DOS by Bernhard Reutner-Fischer · 19 years ago
  56. 552b56d Not quite compiler independent, but we've never tried to be gcc independent by Rob Landley · 19 years ago
  57. 3b89039 It was sitting there, in the patches directory, for years. It was delete it by Rob Landley · 19 years ago
  58. 846fe0c There aren't any bzip2 based RPMs. If people want to experiment with new by Rob Landley · 19 years ago
  59. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 19 years ago
  60. 0c43046 Fix allbareconfig. by Rob Landley · 19 years ago
  61. 3916b2a - add script to check for missing help entries of config options by Bernhard Reutner-Fischer · 19 years ago
  62. 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 19 years ago
  63. db2ab89 Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.) by Rob Landley · 19 years ago
  64. f76cd96 Whitespace and documentation cleanup from Dennis Vlasenko. by Rob Landley · 19 years ago
  65. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 19 years ago
  66. 1801e9c Rich Felker writes: mistake in a macro caused statement before declaration. by Rob Landley · 19 years ago
  67. 035ef56 Patch from Garrett Kajmowicz to move a lot of #defines into the header file. by Rob Landley · 19 years ago
  68. 2584e9b Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back by Rob Landley · 19 years ago
  69. 0f0b645 Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. by Rob Landley · 19 years ago
  70. c559817 Patch from Jason Schoon to add optional SIGUSR1 support to dd. by Rob Landley · 19 years ago
  71. 67d5b8b Minor tweaks: remove traces of old $COMMAND environment variable. by Rob Landley · 19 years ago
  72. 2631486 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  73. 6389ff1 Patch from tito removing obsolete code. by Rob Landley · 19 years ago
  74. c488f87 Notes on portability, and on when #include <linux/blah> is appropriate. by Rob Landley · 19 years ago
  75. 73f5470 Fixup a build break if ENABLE_SHOW_USAGE switched off. (Fallout from the by Rob Landley · 19 years ago
  76. 3ea66a8 Patches from Denis Vlasenko to rework "current_name" handling and remove by Rob Landley · 19 years ago
  77. 8a62549 Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  78. 9950cab Patch from Denis Vlasenko: by Rob Landley · 19 years ago
  79. 5bc3f05 Remove some unused code pointed out by Tito, plus a slightly more graceful by Rob Landley · 19 years ago
  80. a3e4f38 Style fixes from Denis Vlasenko. by Rob Landley · 19 years ago
  81. 5f8b5ec Another patch from Denis Vlasenko: by Rob Landley · 19 years ago
  82. e5b281f From Dennis Vlasenko, Make hdparm smaller: by Rob Landley · 19 years ago
  83. 2e2d752 Cleanup to hdparm by tito. by Rob Landley · 19 years ago
  84. 2514042 termios.h is already included so dont include sys/termios.h as well by Mike Frysinger · 19 years ago
  85. 02fe810 detect more obsolete headers by Mike Frysinger · 19 years ago
  86. 59c6bae just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
  87. 706f8f6 just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
  88. f054be1 Rob Sullivan writes: rewrite the regex handling to improve stability by Mike Frysinger · 19 years ago
  89. 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
  90. fe6bb38 use pretty output for scripts/bb_mkdep and scripts/usage by Mike Frysinger · 19 years ago
  91. 3737c03 - rerun gcse pass after reload, enable whole-program iff we are not building by Bernhard Reutner-Fischer · 19 years ago
  92. 15545b1 - print "Obsolet headers" instead of "Obsolete function usage" when checking by Bernhard Reutner-Fischer · 19 years ago
  93. a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
  94. 0e6a3e1 Patch from tito to update output of hdparm. by Rob Landley · 19 years ago
  95. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  96. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 19 years ago
  97. a345dc8 - add two regression tests for seq. by Bernhard Reutner-Fischer · 19 years ago
  98. fc477f4 - add note about crond by Bernhard Reutner-Fischer · 19 years ago
  99. 06a81d3 - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints by Bernhard Reutner-Fischer · 19 years ago
  100. 5fe8d5b Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a by Rob Landley · 19 years ago