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: 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
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-13
/
+14
*
*: tweak error messages
Denis Vlasenko
2008-12-24
1
-2
/
+2
*
modprobe: fix a segfault when modprobe is called with no arguments at all
Denis Vlasenko
2008-10-31
1
-24
/
+28
*
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-09-13
1
-885
/
+218
*
modprobe: semi-trivial code shrink
Denis Vlasenko
2008-08-06
1
-52
/
+47
*
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
2008-08-04
1
-19
/
+20
*
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
1
-1
/
+1
*
modprobe: support for /etc/modprobe.d, by Timo Teras.
Denis Vlasenko
2008-07-29
1
-63
/
+106
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-4
/
+2
*
mdoprobe: fix SEGV bug (by Vlad Dronnikov)
Denis Vlasenko
2008-06-22
1
-3
/
+1
*
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-16
1
-3
/
+3
*
- shrink modprobe a little bit (~-40 bytes). ACKed by Yann.
Bernhard Reutner-Fischer
2008-05-31
1
-8
/
+5
*
- fix overflow; improve documentation while at it
Bernhard Reutner-Fischer
2008-05-28
1
-9
/
+9
*
- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.
Bernhard Reutner-Fischer
2008-05-27
1
-8
/
+8
*
modprobe: fix for blacklisting
Denis Vlasenko
2008-05-22
1
-4
/
+5
*
modprobe: optional "blacklist" command support (by Natanael Copa)
Denis Vlasenko
2008-05-18
1
-5
/
+26
*
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-12-26
1
-4
/
+1
*
*: remove superfluous "?" in option parsing
Denis Vlasenko
2007-11-10
1
-1
/
+1
*
modprobe: fix a bug where we were entering endless loop
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
1
-136
/
+134
[next]