Denys Vlasenko
|
4f0b540d08
modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686
|
7 years ago |
Ben Hutchings
|
803c85a207
modprobe: read modules.builtin
|
7 years ago |
Kang-Che Sung
|
b1d6a2c624
cmdline module options can be disabled on "big" modutils
|
8 years ago |
Kang-Che Sung
|
264cb01540
modutils: remove redundant "select PLATFORM_LINUX" configs
|
8 years ago |
Denys Vlasenko
|
a1cd0d9849
modprobe-small: make applets individually selectable
|
8 years ago |
Denys Vlasenko
|
e32b64c4ec
Convert all modutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
20dd499341
modprobe: skip non-.conf files only in subdirectories
|
8 years ago |
Mike Frysinger
|
3a5cc98902
modprobe: only parse files that end in .conf
|
9 years ago |
Timo Teräs
|
48dc80bbba
modutils: merge module_entry and module_info to common
|
9 years ago |
Denys Vlasenko
|
941e7a4919
reuse a string
|
9 years ago |
Denys Vlasenko
|
cd13974b20
rmmod: fix bad error message
|
9 years ago |
Peter Korsgaard
|
875297378c
modprobe: handle module arguments containing spaces
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Natanael Copa
|
9de69c024c
modprobe: fix modprobe -r and parsing of /etc/modprobe.d
|
10 years ago |
Denys Vlasenko
|
76b2262b9b
modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
|
10 years ago |
Denys Vlasenko
|
e998b08f11
modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
|
10 years ago |
Denys Vlasenko
|
78854520eb
modprobe: revert checking for /, stop doing basename() on modprobe args
|
10 years ago |
Denys Vlasenko
|
4e314faa0a
modprobe,rmmod: reject module names with slashes
|
10 years ago |
Denys Vlasenko
|
5fd3ddfb24
modprobe-small: fix help messages for aliased module-related applets
|
10 years ago |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 years ago |
Felipe Contreras
|
428bd2d433
modprobe: accept -b even if blacklist functionality is disabled
|
13 years ago |
Timo Teras
|
e12e0acb92
modprobe: use hash table. speeds up significantly if modprobe.dep is large
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
5dad4aeede
modprobe: fix "modprobe -l name-with-dash"
|
14 years ago |
Denys Vlasenko
|
b7c9fb27cb
whitespace fixes
|
14 years ago |
Denys Vlasenko
|
c5830bdf65
modprobe/insmod: fix parameter quoting
|
14 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Serj Kalichev
|
8578196b76
modprobe: add -D option (synonym of --show-depends)
|
14 years ago |
Serj Kalichev
|
e4e911e712
modprobe: add support for --show-depends
|
14 years ago |
Denys Vlasenko
|
c15613c975
modutils/*: move applet bits into corresponding *.c files
|
14 years ago |