summaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)AuthorFilesLines
2013-07-30Whitespace fixesDenys Vlasenko1-1/+1
2013-01-14whitespace cleanup. no code changesDenys Vlasenko1-1/+1
2013-01-14whitespace fixes. no code changesDenys Vlasenko1-3/+3
2012-09-25modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko1-2/+9
2012-06-12modinfo: match more standard module fields and fix version fieldTanguy Pruvot1-9/+16
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko1-0/+4
2012-02-19depmod: supply help textLauri Kasanen1-9/+18
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2-8/+9
2011-10-30modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko1-0/+1
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko1-1/+0
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras1-14/+29
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko5-10/+3
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko1-1/+19
2011-02-15modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko1-1/+4
2011-02-15modinfo: trivial optimizationsDenys Vlasenko1-4/+6
2011-02-15modinfo: show firmware and depends fieldsLauri Kasanen1-3/+5
2011-02-13fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko1-8/+11
2011-02-03whitespace fixesDenys Vlasenko1-1/+1
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko4-10/+28
2011-02-01revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko1-6/+5
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko7-11/+11
2011-01-17insmod: check for module read errorsDenys Vlasenko1-0/+3
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko1-1/+2
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko1-2/+4
2010-12-28modprobe: add -D option (synonym of --show-depends)Serj Kalichev1-54/+67
2010-12-26modprobe: add support for --show-dependsSerj Kalichev1-35/+60
2010-10-29whitespace cleanupDenys Vlasenko1-2/+2
2010-10-18depmod: accept and ignore -u, -q, -C FILEPascal Bellard1-2/+7
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko5-1/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko6-11/+29
2010-10-09tweak help textDenys Vlasenko1-1/+1
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko1-12/+14
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek1-1/+1
2010-08-25modutils: explain why we no longer quote paramsDenys Vlasenko1-0/+5
2010-08-25insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO1-2/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko11-11/+11
2010-08-11modutils: Add support for NDS32 architecture.Macpaul Lin1-0/+21
2010-07-19mark Linux-specific configuration optionsJeremie Koenig1-0/+1
2010-07-18depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko1-29/+47
2010-07-10Modprobe: Make -l open the right fileLauri Kasanen1-5/+5
2010-06-27modinfo: support relative paths in modules.depLauri Kasanen1-11/+24
2010-06-27modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen1-2/+2
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko1-2/+0
2010-06-09modinfo: needs modutils.oDenys Vlasenko1-1/+1
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko1-0/+1
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard4-54/+193
2010-06-06modinfo: new appletPascal Bellard3-0/+153
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko1-3/+3
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2-0/+0
2010-06-02*: better string sharingDenys Vlasenko1-4/+2