aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
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
2010-01-26modprobe: protect against possible SEGVDenys Vlasenko
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko
2010-01-10modprobe: it's not an error if module is already loaded. Closes bug 833Denys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-04lsmod: beautify. no code changesDenys Vlasenko
2009-10-26lsmod: unicode-aware column formattingTomas Heinrich
2009-10-25modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-07modprobe-small: make string buffer code robust; fix help textDenys Vlasenko
2009-09-07modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-14modprobe: treat tabs in modules.dep as delimiters too. closes bug 567Denys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-06-17modprobe: do not use ->probed_name blidlyDenys Vlasenko