1. 3aa2d51 insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, by Denis Vlasenko · 18 years ago
  2. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  3. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  4. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  5. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  6. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  7. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  8. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  9. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  10. 997aa11 modprobe: fix for 2.4 kernels - by by Denis Vlasenko · 18 years ago
  11. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  12. 9c267b8 style fixes by Denis Vlasenko · 18 years ago
  13. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  14. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  15. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  16. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  17. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  18. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  19. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  20. fe76cd5 insmod: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  21. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  22. d5d614c xopen3(O_RDONLY) -> xopen(O_RDONLY). by Denis Vlasenko · 18 years ago
  23. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  24. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  25. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  26. 4b5827a Patch from Yann Morin so modprobe won't return failure if the module gets by Rob Landley · 18 years ago
  27. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  28. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  29. 6ced427 Try to make a "type-punned pointer" warning go away for somebody on the by Rob Landley · 18 years ago
  30. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  31. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  32. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  33. 5ebeb3e Somebody on the buildroot list hit: by Rob Landley · 18 years ago
  34. bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
  35. 3b0cfb4 Patch from Yann Morin to look for modules.conf in the right place on 2.6. by Rob Landley · 18 years ago
  36. 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
  37. d760560 Attempt at fixing bug 836, vaguely based on patch from somebody named by Rob Landley · 19 years ago
  38. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  39. 280dae7 import support for microblaze relocations from uClinux-dist by Mike Frysinger · 19 years ago
  40. 75c6b79 fix from uClinux-dist for proper exit status if reading /proc/modules failed by Mike Frysinger · 19 years ago
  41. b306cb7 merge blackfin/microblaze from uClinux-dist by Mike Frysinger · 19 years ago
  42. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  43. 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 19 years ago
  44. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  45. e2e56c7 - single KERNEL_VERSION(a,b,c) macro in platform.h by Bernhard Reutner-Fischer · 19 years ago
  46. e3c150b - cleanup memory if opening aliases failed and cleanup was requested. by Bernhard Reutner-Fischer · 19 years ago
  47. 3afb070 Avoid a memory leak pointed out by Lucas C. Villa Real. by Rob Landley · 19 years ago
  48. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  49. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  50. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  51. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  52. 7261575 Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. by Rob Landley · 19 years ago
  53. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  54. e375e8c - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_TAINTED_MODULE is set by Bernhard Reutner-Fischer · 19 years ago
  55. 0bafd47 Stephane Billiart found an endianness bug in insmod. by Rob Landley · 19 years ago
  56. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  57. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  58. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  59. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  60. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  61. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  62. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  63. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  64. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  65. b4ec339 Update comment. by Rob Landley · 19 years ago
  66. ebee0e7 fix building on ppc64 by Mike Frysinger · 19 years ago
  67. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  68. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  69. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  70. c1ef7bd just whitespace by Tim Riker · 19 years ago
  71. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  72. f982d86 import nios2 support from microtronix by Mike Frysinger · 19 years ago
  73. 705fad2 just use bb_xfopen() by Mike Frysinger · 19 years ago
  74. 199501f I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is by Rob Landley · 19 years ago
  75. ae50c6d Better use of the ENABLE guards. by Rob Landley · 19 years ago
  76. 17d355c - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ by Bernhard Reutner-Fischer · 19 years ago
  77. 3858bf1 Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has by Rob Landley · 19 years ago
  78. e919096 Patch from Yann E. Morin, something to do with bugs 276 and 272. by Rob Landley · 19 years ago
  79. 37310ea Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to by Rob Landley · 19 years ago
  80. 762bb62 Patch from Yann E. Morin to reorganize module config options. by Rob Landley · 19 years ago
  81. 999af20 Make insmod quiet by default (patch from Yann E. Morin). by Rob Landley · 19 years ago
  82. 82327f4 Patch from Yann E. Morin to make rmmod report failure properly. by Rob Landley · 19 years ago
  83. 07fffc5 uClibc can't handle anonymous MAP_SHARED. Since we're treating it as by Rob Landley · 19 years ago
  84. 8c44f01 use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option for getopt, convert to bb_getopt_ulflags(), reduce memory usage - xmalloc to bb_common_bufsiz1, size reduce over 200 bytes by "Vladimir N. Oleynik" · 19 years ago
  85. 5221987 Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. by Rob Landley · 19 years ago
  86. 79e1cab Yann Morin's modprobe multiple options patch. There's more work to be done, by Rob Landley · 19 years ago
  87. 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
  88. c31fcbb remove debug warning by Mike Frysinger · 19 years ago
  89. cb1ce7b reorder arches into alphabetical order by Mike Frysinger · 19 years ago
  90. fa17c4b fixup whitespace by Mike Frysinger · 19 years ago
  91. 86a4bfb remove all Elf32 hardcodes to make sure the elf handling is 64bit clean by Mike Frysinger · 19 years ago
  92. 91fbdac svdavidson writes in Bug 459: add support for x86_64 relocations from modutils 2.4.27 by Mike Frysinger · 19 years ago
  93. 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
  94. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  95. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  96. bc48ebd initial ppc64 support by Mike Frysinger · 19 years ago
  97. 8eeb655 applying jim bauer's patch to eliminate modprobe's dependency by Paul Fox · 19 years ago
  98. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  99. 4f65360 Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. by Rob Landley · 20 years ago
  100. 15d3f7f Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig by Rob Landley · 20 years ago