index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
modprobe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686
Denys Vlasenko
2017-04-06
1
-0
/
+9
*
modprobe: read modules.builtin
Ben Hutchings
2017-04-06
1
-3
/
+11
*
cmdline module options can be disabled on "big" modutils
Kang-Che Sung
2017-02-01
1
-1
/
+7
*
modutils: remove redundant "select PLATFORM_LINUX" configs
Kang-Che Sung
2017-02-01
1
-1
/
+0
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2016-12-23
1
-5
/
+6
*
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+22
*
modprobe: skip non-.conf files only in subdirectories
Denys Vlasenko
2016-03-29
1
-8
/
+14
*
modprobe: only parse files that end in .conf
Mike Frysinger
2016-02-12
1
-1
/
+9
*
modutils: merge module_entry and module_info to common
Timo Teräs
2015-11-05
1
-59
/
+7
*
reuse a string
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
rmmod: fix bad error message
Denys Vlasenko
2015-10-24
1
-4
/
+3
*
modprobe: handle module arguments containing spaces
Peter Korsgaard
2015-09-09
1
-1
/
+33
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-8
/
+4
*
modprobe: fix modprobe -r and parsing of /etc/modprobe.d
Natanael Copa
2015-01-19
1
-1
/
+1
*
modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
Denys Vlasenko
2015-01-15
1
-4
/
+9
*
modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
Denys Vlasenko
2015-01-15
1
-4
/
+10
*
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
2015-01-01
1
-11
/
+0
*
modprobe,rmmod: reject module names with slashes
Denys Vlasenko
2014-11-20
1
-0
/
+11
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
1
-1
/
+1
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-1
/
+1
*
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
2012-01-31
1
-7
/
+8
*
modprobe: use hash table. speeds up significantly if modprobe.dep is large
Timo Teras
2011-06-20
1
-14
/
+29
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
modprobe: fix "modprobe -l name-with-dash"
Denys Vlasenko
2011-02-15
1
-1
/
+4
*
whitespace fixes
Denys Vlasenko
2011-02-03
1
-1
/
+1
*
modprobe/insmod: fix parameter quoting
Denys Vlasenko
2011-02-02
1
-1
/
+1
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
modprobe: add -D option (synonym of --show-depends)
Serj Kalichev
2010-12-28
1
-54
/
+67
*
modprobe: add support for --show-depends
Serj Kalichev
2010-12-26
1
-35
/
+60
*
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-10-15
1
-11
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
Modprobe: Make -l open the right file
Lauri Kasanen
2010-07-10
1
-5
/
+5
*
modprobe: add support for -l and -s. Remove some unsupported options
Pascal Bellard
2010-06-07
1
-31
/
+140
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-2
/
+2
*
modprobe: remove 2k limit on /proc/cmdline
Denys Vlasenko
2010-03-03
1
-7
/
+5
*
modprobe: pick up module options from /proc/cmdline too
Denys Vlasenko
2010-02-27
1
-0
/
+34
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
modprobe: protect against possible SEGV
Denys Vlasenko
2010-01-26
1
-6
/
+8
*
modprobe: it's not an error if module is already loaded. Closes bug 833
Denys Vlasenko
2010-01-10
1
-0
/
+2
*
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-11-11
1
-1
/
+1
*
modprobe: treat tabs in modules.dep as delimiters too. closes bug 567
Denys Vlasenko
2009-08-14
1
-1
/
+1
*
modprobe: do not use ->probed_name blidly
Denys Vlasenko
2009-06-17
1
-3
/
+10
*
modprobe: correct exitcode handling and error messages with respect to -q
Denys Vlasenko
2009-06-17
1
-64
/
+95
*
modprobe: fix more bugs in modprobe -r
Denys Vlasenko
2009-05-28
1
-7
/
+15
*
modprobe: fix modprobe -r. closes bug 315
Denys Vlasenko
2009-05-26
1
-2
/
+4
*
modprobe: add comment about expected modules.dep format
Mike Frysinger
2009-05-06
1
-0
/
+5
*
modprobe: add more useful debug points
Mike Frysinger
2009-05-05
1
-2
/
+10
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
further work on modprobe
Denis Vlasenko
2009-03-06
1
-74
/
+110
*
modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)
Denis Vlasenko
2009-03-05
1
-145
/
+217
[next]