summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.23.0 patches, bump version to 1.23.11_23_1Denys Vlasenko2015-01-274-37/+49
* modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11
* modinfo: fix module parsing with kernel >= 2.6.37David Marchand2014-07-041-3/+4
* modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko2014-05-261-1/+1
* modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko2014-04-211-61/+101
* modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko2014-04-191-0/+26
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-193-13/+9
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko2012-09-251-2/+9
* modinfo: match more standard module fields and fix version fieldTanguy Pruvot2012-06-121-9/+16
* modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
* depmod: supply help textLauri Kasanen2012-02-191-9/+18
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-312-8/+9
* modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko2011-10-301-0/+1
* stop declariong our own dirname prototypeDenys Vlasenko2011-09-101-1/+0
* 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-055-10/+3
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+19
* modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko2011-02-151-1/+4
* modinfo: trivial optimizationsDenys Vlasenko2011-02-151-4/+6
* modinfo: show firmware and depends fieldsLauri Kasanen2011-02-151-3/+5
* fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko2011-02-131-8/+11
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-024-10/+28
* revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko2011-02-011-6/+5
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-187-11/+11
* insmod: check for module read errorsDenys Vlasenko2011-01-171-0/+3
* lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko2011-01-111-1/+2
* modprobe-small: support compressed modules in insmodDenys Vlasenko2011-01-091-2/+4
* 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
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* depmod: accept and ignore -u, -q, -C FILEPascal Bellard2010-10-181-2/+7
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-165-1/+69
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-156-11/+29
* tweak help textDenys Vlasenko2010-10-091-1/+1
* modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
* *: s/perror/bb_simple_perror_msg/gMarek Polacek2010-09-121-1/+1
* modutils: explain why we no longer quote paramsDenys Vlasenko2010-08-251-0/+5
* insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO2010-08-251-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1611-11/+11
* modutils: Add support for NDS32 architecture.Macpaul Lin2010-08-111-0/+21
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko2010-07-181-29/+47
* Modprobe: Make -l open the right fileLauri Kasanen2010-07-101-5/+5
* modinfo: support relative paths in modules.depLauri Kasanen2010-06-271-11/+24
* modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen2010-06-271-2/+2
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-2/+0