summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* modinfo: needs modutils.oDenys Vlasenko2010-06-091-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-081-0/+1
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-074-54/+193
* modinfo: new appletPascal Bellard2010-06-063-0/+153
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-3/+3
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* *: better string sharingDenys Vlasenko2010-06-021-4/+2
* modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch2010-04-141-0/+3