index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
modprobe.c
Age
Commit message (
Expand
)
Author
2016-02-12
modprobe: only parse files that end in .conf
Mike Frysinger
2015-11-05
modutils: merge module_entry and module_info to common
Timo Teräs
2015-10-24
reuse a string
Denys Vlasenko
2015-10-24
rmmod: fix bad error message
Denys Vlasenko
2015-09-09
modprobe: handle module arguments containing spaces
Peter Korsgaard
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-01-19
modprobe: fix modprobe -r and parsing of /etc/modprobe.d
Natanael Copa
2015-01-15
modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
Denys Vlasenko
2015-01-15
modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
Denys Vlasenko
2015-01-01
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
2014-11-20
modprobe,rmmod: reject module names with slashes
Denys Vlasenko
2014-04-19
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2013-07-30
Whitespace fixes
Denys Vlasenko
2012-01-31
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
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
[next]