summaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* modprobe-small: add depfile creationDenis Vlasenko2008-07-101-7/+108
* modprobe-small: add depfile loadingDenis Vlasenko2008-07-101-18/+57
* modprobe-small: preparatory patch for modprobe.dep.bb creation patches,Denis Vlasenko2008-07-091-43/+54
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-48/+0
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-3/+1
* modprobe-small: match aliases with fnmatch(), makingDenis Vlasenko2008-07-061-1/+5
* modprobe-small: fix debug leftoverDenis Vlasenko2008-07-061-4/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-041-0/+648