aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
* randomconfig fixesDenys Vlasenko2016-06-191-1/+0
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-10/+11
* modprobe-small: fix thinko in previous commitDenys Vlasenko2015-02-131-1/+1
* modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko2015-02-121-9/+41
* modprobe-small: fix and simplify rmmodDenys Vlasenko2015-02-071-32/+43
* modprobe-small: code shrinkDenys Vlasenko2015-01-111-12/+9
* modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
* modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-011-2/+6
* modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko2014-05-261-1/+1
* modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko2014-04-211-61/+101
* modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko2014-04-191-0/+26
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-191-11/+7
* modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko2012-09-251-2/+9
* modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-311-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-4/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-5/+5
* insmod: check for module read errorsDenys Vlasenko2011-01-171-0/+3
* modprobe-small: support compressed modules in insmodDenys Vlasenko2011-01-091-2/+4
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-1/+42
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+6
* modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-0/+13
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-5/+1
* modprobe-small: added comment about multiple alias matchesDenys Vlasenko2009-10-081-0/+8
* 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
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+3
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-251-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-4/+4
* rmmod: fix bug 263Denis Vlasenko2009-04-131-1/+1
* modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko2008-11-121-7/+11
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* modprobe-small: trivial SEGV fixDenis Vlasenko2008-09-141-1/+1
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-061-6/+25
* modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>Denis Vlasenko2008-08-261-1/+1
* modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko2008-08-061-1/+3
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-9/+3
* whitespace fixes, no code changedDenis Vlasenko2008-08-051-11/+12
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-5/+3
* fix several problems with config parser:Denis Vlasenko2008-07-261-1/+1
* *: conversion to config parserDenis Vlasenko2008-07-241-10/+6
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+3
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-1/+0
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-28/+0
* modprobe-small: make depmod compatible with kernel build.Denis Vlasenko2008-07-101-35/+94