index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modutils
/
modprobe-small.c
Age
Commit message (
Expand
)
Author
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-02-13
modprobe-small: fix thinko in previous commit
Denys Vlasenko
2015-02-12
modprobe-small: if concurrent module load did not succeed, wait
Denys Vlasenko
2015-02-07
modprobe-small: fix and simplify rmmod
Denys Vlasenko
2015-01-11
modprobe-small: code shrink
Denys Vlasenko
2015-01-11
modprobe-small: fix recent breakage: modprobe -r was using full path
Denys Vlasenko
2015-01-01
modprobe: revert checking for /, stop doing basename() on modprobe args
Denys Vlasenko
2014-05-26
modprobe-small: fix safe_strncpy truncating last char of module name
Denys Vlasenko
2014-04-21
modprobe-small: (un)load all modules which match the alias, not only first one
Denys Vlasenko
2014-04-19
modprobe-small: remove redundant aliases from modules.dep.bb
Denys Vlasenko
2014-04-19
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2012-09-25
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Denys Vlasenko
2012-02-19
modprobe-small: add comment about aliased commands' help text
Denys Vlasenko
2012-01-31
modprobe: accept -b even if blacklist functionality is disabled
Felipe Contreras
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-17
insmod: check for module read errors
Denys Vlasenko
2011-01-09
modprobe-small: support compressed modules in insmod
Denys Vlasenko
2010-10-16
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-15
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-09-25
modprobe-simple; do not error out on "rmmod module" if module is unloaded ok
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-07
modprobe: add support for -l and -s. Remove some unsupported options
Pascal Bellard
2010-03-23
*: merge some common strings
Denys Vlasenko
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-10-08
modprobe-small: added comment about multiple alias matches
Denys Vlasenko
2009-09-07
modprobe-small: make string buffer code robust; fix help text
Denys Vlasenko
2009-09-07
modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-05-25
flash_lock, flash_unlock: new applets
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-13
rmmod: fix bug 263
Denis Vlasenko
2008-11-12
modprobe-small: fix failure to load when no arguments are given
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-14
modprobe-small: trivial SEGV fix
Denis Vlasenko
2008-09-06
modprobe-small: make insmod command line compatible
Denis Vlasenko
2008-08-26
modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>
Denis Vlasenko
2008-08-06
modprobe-small: fix infinite looping, by Timo Teras
Denis Vlasenko
2008-08-05
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-05
whitespace fixes, no code changed
Denis Vlasenko
2008-08-04
libbb: make xrealloc_vector zero out the realloc'ed tail
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-24
*: conversion to config parser
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-12
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-10
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
modprobe-small: make depmod compatible with kernel build.
Denis Vlasenko
2008-07-10
modprobe-small: add depfile creation
Denis Vlasenko
2008-07-10
modprobe-small: add depfile loading
Denis Vlasenko
[next]