index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
modprobe.c
Age
Commit message (
Expand
)
Author
2011-06-20
modprobe: use hash table. speeds up significantly if modprobe.dep is large
Timo Teras
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-02-15
modprobe: fix "modprobe -l name-with-dash"
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-02-02
modprobe/insmod: fix parameter quoting
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-12-28
modprobe: add -D option (synonym of --show-depends)
Serj Kalichev
2010-12-26
modprobe: add support for --show-depends
Serj Kalichev
2010-10-15
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-10
Modprobe: Make -l open the right file
Lauri Kasanen
2010-06-07
modprobe: add support for -l and -s. Remove some unsupported options
Pascal Bellard
2010-03-23
*: merge some common strings
Denys Vlasenko
2010-03-03
modprobe: remove 2k limit on /proc/cmdline
Denys Vlasenko
2010-02-27
modprobe: pick up module options from /proc/cmdline too
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-26
modprobe: protect against possible SEGV
Denys Vlasenko
2010-01-10
modprobe: it's not an error if module is already loaded. Closes bug 833
Denys Vlasenko
2009-11-11
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-08-14
modprobe: treat tabs in modules.dep as delimiters too. closes bug 567
Denys Vlasenko
2009-06-17
modprobe: do not use ->probed_name blidly
Denys Vlasenko
2009-06-17
modprobe: correct exitcode handling and error messages with respect to -q
Denys Vlasenko
2009-05-28
modprobe: fix more bugs in modprobe -r
Denys Vlasenko
2009-05-26
modprobe: fix modprobe -r. closes bug 315
Denys Vlasenko
2009-05-06
modprobe: add comment about expected modules.dep format
Mike Frysinger
2009-05-05
modprobe: add more useful debug points
Mike Frysinger
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-06
further work on modprobe
Denis Vlasenko
2009-03-05
modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)
Denis Vlasenko
2009-03-03
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2008-12-24
*: tweak error messages
Denis Vlasenko
2008-10-31
modprobe: fix a segfault when modprobe is called with no arguments at all
Denis Vlasenko
2008-09-13
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
Denis Vlasenko
2008-08-06
modprobe: semi-trivial code shrink
Denis Vlasenko
2008-08-04
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
2008-07-29
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-29
modprobe: support for /etc/modprobe.d, by Timo Teras.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-06-22
mdoprobe: fix SEGV bug (by Vlad Dronnikov)
Denis Vlasenko
2008-06-16
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-05-31
- shrink modprobe a little bit (~-40 bytes). ACKed by Yann.
Bernhard Reutner-Fischer
2008-05-28
- fix overflow; improve documentation while at it
Bernhard Reutner-Fischer
2008-05-27
- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.
Bernhard Reutner-Fischer
2008-05-22
modprobe: fix for blacklisting
Denis Vlasenko
2008-05-18
modprobe: optional "blacklist" command support (by Natanael Copa)
Denis Vlasenko
2007-12-26
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-11-10
*: remove superfluous "?" in option parsing
Denis Vlasenko
2007-11-06
modprobe: fix a bug where we were entering endless loop
Denis Vlasenko
2007-11-02
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
[next]