aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-311-7/+8
* modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras2011-06-201-14/+29
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko2011-02-151-1/+4
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-021-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* modprobe: add -D option (synonym of --show-depends)Serj Kalichev2010-12-281-54/+67
* modprobe: add support for --show-dependsSerj Kalichev2010-12-261-35/+60
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-11/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Modprobe: Make -l open the right fileLauri Kasanen2010-07-101-5/+5
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-31/+140
* *: merge some common stringsDenys Vlasenko2010-03-231-2/+2
* modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko2010-03-031-7/+5
* modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko2010-02-271-0/+34
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* modprobe: protect against possible SEGVDenys Vlasenko2010-01-261-6/+8
* modprobe: it's not an error if module is already loaded. Closes bug 833Denys Vlasenko2010-01-101-0/+2
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-1/+1
* modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko2009-08-141-1/+1
* modprobe: do not use ->probed_name blidlyDenys Vlasenko2009-06-171-3/+10
* modprobe: correct exitcode handling and error messages with respect to -qDenys Vlasenko2009-06-171-64/+95
* modprobe: fix more bugs in modprobe -rDenys Vlasenko2009-05-281-7/+15
* modprobe: fix modprobe -r. closes bug 315Denys Vlasenko2009-05-261-2/+4
* modprobe: add comment about expected modules.dep formatMike Frysinger2009-05-061-0/+5
* modprobe: add more useful debug pointsMike Frysinger2009-05-051-2/+10
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* further work on modprobeDenis Vlasenko2009-03-061-74/+110
* modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)Denis Vlasenko2009-03-051-145/+217
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-13/+14
* *: tweak error messagesDenis Vlasenko2008-12-241-2/+2
* modprobe: fix a segfault when modprobe is called with no arguments at allDenis Vlasenko2008-10-311-24/+28
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-885/+218
* modprobe: semi-trivial code shrinkDenis Vlasenko2008-08-061-52/+47
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-041-19/+20
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* modprobe: support for /etc/modprobe.d, by Timo Teras.Denis Vlasenko2008-07-291-63/+106
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-4/+2
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-3/+3
* - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer2008-05-311-8/+5
* - fix overflow; improve documentation while at itBernhard Reutner-Fischer2008-05-281-9/+9
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-271-8/+8
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-181-5/+26
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-4/+1
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-061-1/+1