summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
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-02whitespace fixesDenys Vlasenko13-21/+21
2011-02-01modprobe/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 Vlasenko41-409/+409
2011-01-17insmod: check for module read errorsDenys Vlasenko2-2/+5
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 Kalichev2-36/+60
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-17depmod: accept and ignore -u, -q, -C FILEPascal Bellard1-2/+7
2010-10-15modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-10-09tweak help textDenys Vlasenko4-4/+5
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 Polacek2-6/+6
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 Vlasenko570-630/+628
2010-08-11modutils: Add support for NDS32 architecture.Macpaul Lin1-0/+21
2010-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-07-18depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko1-29/+47
2010-07-09Modprobe: Make -l open the right fileLauri Kasanen1-5/+5
2010-06-26modinfo: support relative paths in modules.depLauri Kasanen1-11/+24
2010-06-26modinfo: 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 Vlasenko5-24/+0
2010-06-09modinfo: needs modutils.oDenys Vlasenko1-1/+1
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard6-166/+194
2010-06-06modinfo: new appletPascal Bellard3-0/+153
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-04-14modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch1-0/+3
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-03-03modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko1-7/+5
2010-02-27modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko1-0/+34
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-28style fixes, no code changesDenys Vlasenko6-11/+11
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2010-01-26modprobe: protect against possible SEGVDenys Vlasenko1-6/+8
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-10modprobe: it's not an error if module is already loaded. Closes bug 833Denys Vlasenko1-0/+2
[prev] [next]