1. 20dd499 modprobe: skip non-.conf files only in subdirectories by Denys Vlasenko · 9 years ago
  2. 3a5cc98 modprobe: only parse files that end in .conf by Mike Frysinger · 9 years ago
  3. 196e400 modutils: fix build error with !DEPMOD by Denys Vlasenko · 9 years ago
  4. 48dc80b modutils: merge module_entry and module_info to common by Timo Teräs · 9 years ago
  5. 4c8576f modinfo: fix "-F firmware", add "intree" field display by Denys Vlasenko · 9 years ago
  6. 941e7a4 reuse a string by Denys Vlasenko · 9 years ago
  7. cd13974 rmmod: fix bad error message by Denys Vlasenko · 9 years ago
  8. 2e9a066 MODPROBE_SMALL is not experimental anymore by Denys Vlasenko · 9 years ago
  9. 8752973 modprobe: handle module arguments containing spaces by Peter Korsgaard · 9 years ago
  10. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  11. a88db5c modinfo: fix fallout from basename removal by Denys Vlasenko · 10 years ago
  12. 402afe1 modprobe-small: fix thinko in previous commit by Denys Vlasenko · 10 years ago
  13. 1fd8442 modprobe-small: if concurrent module load did not succeed, wait by Denys Vlasenko · 10 years ago
  14. 68c048f modprobe-small: fix and simplify rmmod by Denys Vlasenko · 10 years ago
  15. cc70b6f depmod: simple memory optimization by Denys Vlasenko · 10 years ago
  16. 9de69c0 modprobe: fix modprobe -r and parsing of /etc/modprobe.d by Natanael Copa · 10 years ago
  17. 76b2262 modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) by Denys Vlasenko · 10 years ago
  18. e998b08 modprobe: fix recent breakage: modules.dep reading code needs to strip dirname by Denys Vlasenko · 10 years ago
  19. 1b67153 modprobe-small: code shrink by Denys Vlasenko · 10 years ago
  20. 3c75b1c modprobe-small: fix recent breakage: modprobe -r was using full path by Denys Vlasenko · 10 years ago
  21. 08364da depmod: fix recent breakage in modules.dep generation by Denys Vlasenko · 10 years ago
  22. 7885452 modprobe: revert checking for /, stop doing basename() on modprobe args by Denys Vlasenko · 10 years ago
  23. 4e314fa modprobe,rmmod: reject module names with slashes by Denys Vlasenko · 10 years ago
  24. 7d16964 modinfo: fix module parsing with kernel >= 2.6.37 by David Marchand · 10 years ago
  25. fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
  26. 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
  27. 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
  28. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  29. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  30. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  31. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  32. 06a98e3 modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 by Denys Vlasenko · 12 years ago
  33. 772f17a modinfo: match more standard module fields and fix version field by Tanguy Pruvot · 13 years ago
  34. b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
  35. 5a5db93 depmod: supply help text by Lauri Kasanen · 13 years ago
  36. 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
  37. b076193 modinfo: make it select PLATFORM_LINUX. Closes 4411 by Denys Vlasenko · 13 years ago
  38. d48fdde stop declariong our own dirname prototype by Denys Vlasenko · 13 years ago
  39. e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 13 years ago
  40. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  41. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  42. 5dad4ae modprobe: fix "modprobe -l name-with-dash" by Denys Vlasenko · 14 years ago
  43. df7f200 modinfo: trivial optimizations by Denys Vlasenko · 14 years ago
  44. 12f44ea modinfo: show firmware and depends fields by Lauri Kasanen · 14 years ago
  45. 07cda22 fix bug 3223 (parameter loading problem for 2.4 kernels) by Denys Vlasenko · 14 years ago
  46. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  47. c5830bd modprobe/insmod: fix parameter quoting by Denys Vlasenko · 14 years ago
  48. 8ae386b revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 by Denys Vlasenko · 14 years ago
  49. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  50. 094cc51 insmod: check for module read errors by Denys Vlasenko · 14 years ago
  51. 5a163b2 lsmod: fox unsafe usage of strlen() - 1 by Denys Vlasenko · 14 years ago
  52. e9d12b5 modprobe-small: support compressed modules in insmod by Denys Vlasenko · 14 years ago
  53. 8578196 modprobe: add -D option (synonym of --show-depends) by Serj Kalichev · 14 years ago
  54. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  55. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  56. cadf901 depmod: accept and ignore -u, -q, -C FILE by Pascal Bellard · 14 years ago
  57. 1a5e11c modutils/*: move help bits into corresponding .c files by Denys Vlasenko · 14 years ago
  58. c15613c modutils/*: move applet bits into corresponding *.c files by Denys Vlasenko · 14 years ago
  59. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  60. 5b3151c modprobe-simple; do not error out on "rmmod module" if module is unloaded ok by Denys Vlasenko · 14 years ago
  61. 7dd61e3 *: s/perror/bb_simple_perror_msg/g by Marek Polacek · 14 years ago
  62. 1cd0d86 modutils: explain why we no longer quote params by Denys Vlasenko · 14 years ago
  63. 1396221 insmod: Do not add a pair of "" around the arguments of the module. by Carmelo AMOROSO · 14 years ago
  64. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  65. 58662f2 modutils: Add support for NDS32 architecture. by Macpaul Lin · 14 years ago
  66. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  67. 4cab7f3 depmod: generate "new-style" modules.dep with relative paths. by Denys Vlasenko · 14 years ago
  68. a48a29f Modprobe: Make -l open the right file by Lauri Kasanen · 14 years ago
  69. 1b14cdb modinfo: support relative paths in modules.dep by Lauri Kasanen · 14 years ago
  70. f646400 modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILE by Lauri Kasanen · 14 years ago
  71. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
  72. 7fdf5a8 modinfo: needs modutils.o by Denys Vlasenko · 15 years ago
  73. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  74. b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
  75. 22bdf90 modinfo: new applet by Pascal Bellard · 15 years ago
  76. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  77. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  78. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  79. 8597da1 modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modules by Ralf Rösch · 15 years ago
  80. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  81. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  82. 197202d modprobe: remove 2k limit on /proc/cmdline by Denys Vlasenko · 15 years ago
  83. 3e26d4f modprobe: pick up module options from /proc/cmdline too by Denys Vlasenko · 15 years ago
  84. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  85. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  86. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  87. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  88. da879ec modprobe: protect against possible SEGV by Denys Vlasenko · 15 years ago
  89. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  90. 725b5a3 modprobe: it's not an error if module is already loaded. Closes bug 833 by Denys Vlasenko · 15 years ago
  91. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  92. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  93. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  94. f8a73bf lsmod: beautify. no code changes by Denys Vlasenko · 15 years ago
  95. d31a879 lsmod: unicode-aware column formatting by Tomas Heinrich · 15 years ago
  96. 77c066e modutils: add FEATURE_INSMOD_TRY_MMAP option by Denys Vlasenko · 15 years ago
  97. 6332151 modprobe-small: added comment about multiple alias matches by Denys Vlasenko · 15 years ago
  98. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  99. 0c6914e modprobe-small: make string buffer code robust; fix help text by Denys Vlasenko · 15 years ago
  100. f9c814b modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') by Denys Vlasenko · 15 years ago