1. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 16 years ago
  2. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  3. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  4. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  5. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  6. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  7. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  8. ef66d75 insmod: make error reporting less verbose by Denis Vlasenko · 17 years ago
  9. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago
  10. b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
  11. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  12. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  13. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  14. a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
  15. d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago
  16. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  17. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  18. f848305 modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols by Denis Vlasenko · 17 years ago
  19. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  20. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  21. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  22. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  23. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  24. d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 17 years ago
  25. 15611bb A few more string duplicates found & eliminated by Denis Vlasenko · 17 years ago
  26. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  27. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  28. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  29. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  30. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  31. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 17 years ago
  32. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  33. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  34. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  35. 4423e5b /etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modules are 2.4.x and older files by Mike Frysinger · 17 years ago
  36. c5d9e8f touchup style; no functional changes by Mike Frysinger · 17 years ago
  37. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  38. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 17 years ago
  39. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 17 years ago
  40. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 17 years ago
  41. 11353ae as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file by Mike Frysinger · 17 years ago
  42. a01579d change "bool ... if OPT" to more common "depend ... OPT" by Mike Frysinger · 17 years ago
  43. 841ef13 combine bool;prompt to just bool by Mike Frysinger · 17 years ago
  44. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 17 years ago
  45. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  46. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  47. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  48. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  49. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  50. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  51. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  52. 3aa2d51 insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, by Denis Vlasenko · 18 years ago
  53. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  54. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  55. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  56. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  57. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  58. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  59. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  60. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  61. 997aa11 modprobe: fix for 2.4 kernels - by by Denis Vlasenko · 18 years ago
  62. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  63. 9c267b8 style fixes by Denis Vlasenko · 18 years ago
  64. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  65. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  66. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  67. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  68. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  69. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  70. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  71. fe76cd5 insmod: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  72. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  73. d5d614c xopen3(O_RDONLY) -> xopen(O_RDONLY). by Denis Vlasenko · 18 years ago
  74. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  75. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  76. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  77. 4b5827a Patch from Yann Morin so modprobe won't return failure if the module gets by Rob Landley · 18 years ago
  78. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  79. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  80. 6ced427 Try to make a "type-punned pointer" warning go away for somebody on the by Rob Landley · 18 years ago
  81. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  82. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  83. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  84. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  85. bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
  86. 3b0cfb4 Patch from Yann Morin to look for modules.conf in the right place on 2.6. by Rob Landley · 18 years ago
  87. 135cee3 Jean Wolter writes: modprobe checks, whether a module is already loaded. The function used for this currently always returns 0. by Mike Frysinger · 18 years ago
  88. d760560 Attempt at fixing bug 836, vaguely based on patch from somebody named by Rob Landley · 18 years ago
  89. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 18 years ago
  90. 280dae7 import support for microblaze relocations from uClinux-dist by Mike Frysinger · 18 years ago
  91. 75c6b79 fix from uClinux-dist for proper exit status if reading /proc/modules failed by Mike Frysinger · 18 years ago
  92. b306cb7 merge blackfin/microblaze from uClinux-dist by Mike Frysinger · 18 years ago
  93. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  94. 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 18 years ago
  95. fa6c484 fix spelling mistakes by Mike Frysinger · 18 years ago
  96. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 18 years ago
  97. e3c150b - cleanup memory if opening aliases failed and cleanup was requested. by Bernhard Reutner-Fischer · 18 years ago
  98. 3afb070 Avoid a memory leak pointed out by Lucas C. Villa Real. by Rob Landley · 18 years ago
  99. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  100. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago