aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-15modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko
2011-02-15modinfo: trivial optimizationsDenys Vlasenko
2011-02-15modinfo: show firmware and depends fieldsLauri Kasanen
2011-02-13fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko
2011-02-01revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko
2010-12-28modprobe: add -D option (synonym of --show-depends)Serj Kalichev
2010-12-26modprobe: add support for --show-dependsSerj Kalichev
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-18depmod: accept and ignore -u, -q, -C FILEPascal Bellard
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-10-09tweak help textDenys Vlasenko
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek
2010-08-25modutils: explain why we no longer quote paramsDenys Vlasenko
2010-08-25insmod: Do not add a pair of "" around the arguments of the module.Carmelo AMOROSO
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-11modutils: Add support for NDS32 architecture.Macpaul Lin
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-18depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko
2010-07-10Modprobe: Make -l open the right fileLauri Kasanen
2010-06-27modinfo: support relative paths in modules.depLauri Kasanen
2010-06-27modinfo: needs DEFAULT_MODULES_DIR and DEFAULT_DEPMOD_FILELauri Kasanen
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko
2010-06-09modinfo: needs modutils.oDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-06-06modinfo: new appletPascal Bellard
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-04-14modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-03modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko
2010-02-27modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-28style fixes, no code changesDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko