aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-2/+2
* *: merge some common stringsDenys Vlasenko2010-03-232-3/+3
* modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko2010-03-031-7/+5
* modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko2010-02-271-0/+34
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-042-2/+3
* further work on unicodizationDenys Vlasenko2010-01-301-9/+14
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-282-8/+14
* modprobe: protect against possible SEGVDenys Vlasenko2010-01-261-6/+8
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-2/+2
* modprobe: it's not an error if module is already loaded. Closes bug 833Denys Vlasenko2010-01-101-0/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-5/+1
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-1/+1
* lsmod: beautify. no code changesDenys Vlasenko2009-11-041-9/+8
* lsmod: unicode-aware column formattingTomas Heinrich2009-10-261-0/+18
* modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko2009-10-254-17/+93
* modprobe-small: added comment about multiple alias matchesDenys Vlasenko2009-10-081-0/+8
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-6/+12
* modprobe-small: make string buffer code robust; fix help textDenys Vlasenko2009-09-071-17/+21
* modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko2009-09-071-0/+1