1. a48a29f Modprobe: Make -l open the right file by Lauri Kasanen · 14 years ago
  2. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  3. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  4. 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
  5. 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
  6. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  7. da879ec modprobe: protect against possible SEGV by Denys Vlasenko · 15 years ago
  8. 725b5a3 modprobe: it's not an error if module is already loaded. Closes bug 833 by Denys Vlasenko · 15 years ago
  9. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  10. 5da42fc modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 by Denys Vlasenko · 15 years ago
  11. 7eaf58d modprobe: do not use ->probed_name blidly by Denys Vlasenko · 16 years ago
  12. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 16 years ago
  13. f3cbfc0 modprobe: fix more bugs in modprobe -r by Denys Vlasenko · 16 years ago
  14. 140def8 modprobe: fix modprobe -r. closes bug 315 by Denys Vlasenko · 16 years ago
  15. 1e12ae9 modprobe: add comment about expected modules.dep format by Mike Frysinger · 16 years ago
  16. 00ffaea modprobe: add more useful debug points by Mike Frysinger · 16 years ago
  17. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  18. a6b6f05 further work on modprobe by Denis Vlasenko · 16 years ago
  19. 0e2f362 modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  20. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  21. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  22. bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
  23. ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
  24. 9ddc004 modprobe: semi-trivial code shrink by Denis Vlasenko · 16 years ago
  25. 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
  26. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  27. e1ee48e modprobe: support for /etc/modprobe.d, by Timo Teras. by Denis Vlasenko · 16 years ago
  28. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  29. 8124a96 mdoprobe: fix SEGV bug (by Vlad Dronnikov) by Denis Vlasenko · 16 years ago
  30. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
  31. e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 17 years ago
  32. db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 17 years ago
  33. b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 17 years ago
  34. ae84b11 modprobe: fix for blacklisting by Denis Vlasenko · 17 years ago
  35. 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
  36. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  37. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  38. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  39. b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
  40. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  41. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  42. f848305 modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols by Denis Vlasenko · 17 years ago
  43. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  44. d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 18 years ago
  45. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  46. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  47. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  48. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  49. 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 · 18 years ago
  50. c5d9e8f touchup style; no functional changes by Mike Frysinger · 18 years ago
  51. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  52. 322661d preparatory patch for -Wwrite-strings #6 by Denis Vlasenko · 18 years ago
  53. cf70433 modprobe: reformat to match bbox style by Denis Vlasenko · 18 years ago
  54. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  55. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  56. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  57. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  58. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  59. 4b5827a Patch from Yann Morin so modprobe won't return failure if the module gets by Rob Landley · 18 years ago
  60. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  61. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  62. bf30c69 Patch from Yann Morin to fix bug 941, underscores in module aliases. by Rob Landley · 18 years ago
  63. 3b0cfb4 Patch from Yann Morin to look for modules.conf in the right place on 2.6. by Rob Landley · 18 years ago
  64. 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
  65. d760560 Attempt at fixing bug 836, vaguely based on patch from somebody named by Rob Landley · 19 years ago
  66. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  67. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  68. 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 19 years ago
  69. e3c150b - cleanup memory if opening aliases failed and cleanup was requested. by Bernhard Reutner-Fischer · 19 years ago
  70. 3afb070 Avoid a memory leak pointed out by Lucas C. Villa Real. by Rob Landley · 19 years ago
  71. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  72. 7261575 Modprobe update from Ignacio García Pérez, updating support for modprobe.conf. by Rob Landley · 19 years ago
  73. 101a470 - make append_option and multiconvert static. by Bernhard Reutner-Fischer · 19 years ago
  74. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  75. 4fc9220 destroy bug 679, use getopt_ulflags with new feature: usage option. Removed two strdup by "Vladimir N. Oleynik" · 19 years ago
  76. 199501f I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is by Rob Landley · 19 years ago
  77. ae50c6d Better use of the ENABLE guards. by Rob Landley · 19 years ago
  78. 17d355c - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ by Bernhard Reutner-Fischer · 19 years ago
  79. 3858bf1 Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has by Rob Landley · 19 years ago
  80. e919096 Patch from Yann E. Morin, something to do with bugs 276 and 272. by Rob Landley · 19 years ago
  81. 37310ea Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to by Rob Landley · 19 years ago
  82. 79e1cab Yann Morin's modprobe multiple options patch. There's more work to be done, by Rob Landley · 19 years ago
  83. 8eeb655 applying jim bauer's patch to eliminate modprobe's dependency by Paul Fox · 19 years ago
  84. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  85. bdf6319 Patch from Egor Duda by Glenn L McGrath · 20 years ago
  86. 807bd84 Patch from Mike Castle to cleanup some modutils issues, in by Eric Andersen · 20 years ago
  87. e3a792c Only pass modprobe module params with 2.6.x kernel support. -Erik by Eric Andersen · 20 years ago
  88. beaef16 Christian Ostheimer writes: by Eric Andersen · 20 years ago
  89. fcf4732 Patch from Mike Castle, dont print an empty line (patch modified by me to by Glenn L McGrath · 20 years ago
  90. d2c6f9a Patch from Phil Blundellto improve substring match by Glenn L McGrath · 20 years ago
  91. 65c8c7b Willian Barsse wrote by Glenn L McGrath · 20 years ago
  92. 44b5758 William Barsse writes: by Eric Andersen · 20 years ago
  93. 36a836d Patch from Mike Snitzer <snitzer@gmail.com>: by Robert Griebl · 20 years ago
  94. d943837 Patrick Huesmann writes: by Eric Andersen · 20 years ago
  95. 7e496a7 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  96. d298bd1 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  97. ba05e79 Michael Tokarev, mjt at tls dot msk dot ru writes: by Eric Andersen · 21 years ago
  98. 716ccb2 whitespace cleanup by Eric Andersen · 21 years ago
  99. 8e2f74f Woody Suwalski writes: by Eric Andersen · 21 years ago
  100. 9d65ab2 Woody Suwalski writes: by Eric Andersen · 21 years ago