| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply post-1.23.1 patches, bump version to 1.23.21_23_2 | Denys Vlasenko | 2015-03-23 | 1 | -32/+43 |
* | Apply post-1.23.0 patches, bump version to 1.23.11_23_1 | Denys Vlasenko | 2015-01-27 | 1 | -11/+16 |
* | modprobe-small: fix safe_strncpy truncating last char of module name | Denys Vlasenko | 2014-05-26 | 1 | -1/+1 |
* | modprobe-small: (un)load all modules which match the alias, not only first one | Denys Vlasenko | 2014-04-21 | 1 | -61/+101 |
* | modprobe-small: remove redundant aliases from modules.dep.bb | Denys Vlasenko | 2014-04-19 | 1 | -0/+26 |
* | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko | 2014-04-19 | 1 | -11/+7 |
* | modprobe_small: make rmmod to NOT remove dependencies. Closes 5162 | Denys Vlasenko | 2012-09-25 | 1 | -2/+9 |
* | modprobe-small: add comment about aliased commands' help text | Denys Vlasenko | 2012-02-19 | 1 | -0/+4 |
* | modprobe: accept -b even if blacklist functionality is disabled | Felipe Contreras | 2012-01-31 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -4/+1 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -5/+5 |
* | insmod: check for module read errors | Denys Vlasenko | 2011-01-17 | 1 | -0/+3 |
* | modprobe-small: support compressed modules in insmod | Denys Vlasenko | 2011-01-09 | 1 | -2/+4 |
* | modutils/*: move help bits into corresponding .c files | Denys Vlasenko | 2010-10-16 | 1 | -1/+42 |
* | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko | 2010-10-15 | 1 | -0/+6 |
* | modprobe-simple; do not error out on "rmmod module" if module is unloaded ok | Denys Vlasenko | 2010-09-25 | 1 | -12/+14 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | modprobe: add support for -l and -s. Remove some unsupported options | Pascal Bellard | 2010-06-07 | 1 | -0/+13 |
* | *: merge some common strings | Denys Vlasenko | 2010-03-23 | 1 | -1/+1 |
* | libbb: added xfdopen_for_read/write | Denys Vlasenko | 2009-11-15 | 1 | -5/+1 |
* | modprobe-small: added comment about multiple alias matches | Denys Vlasenko | 2009-10-08 | 1 | -0/+8 |
* | modprobe-small: make string buffer code robust; fix help text | Denys Vlasenko | 2009-09-07 | 1 | -17/+21 |
* | modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-') | Denys Vlasenko | 2009-09-07 | 1 | -0/+1 |
* | more C standard compat fixes from Dan Fandrich | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+3 |
* | flash_lock, flash_unlock: new applets | Denys Vlasenko | 2009-05-25 | 1 | -1/+1 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -4/+4 |
* | rmmod: fix bug 263 | Denis Vlasenko | 2009-04-13 | 1 | -1/+1 |
* | modprobe-small: fix failure to load when no arguments are given | Denis Vlasenko | 2008-11-12 | 1 | -7/+11 |
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | modprobe-small: trivial SEGV fix | Denis Vlasenko | 2008-09-14 | 1 | -1/+1 |
* | modprobe-small: make insmod command line compatible | Denis Vlasenko | 2008-09-06 | 1 | -6/+25 |
* | modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> | Denis Vlasenko | 2008-08-26 | 1 | -1/+1 |
* | modprobe-small: fix infinite looping, by Timo Teras | Denis Vlasenko | 2008-08-06 | 1 | -1/+3 |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 1 | -9/+3 |
* | whitespace fixes, no code changed | Denis Vlasenko | 2008-08-05 | 1 | -11/+12 |
* | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko | 2008-08-04 | 1 | -5/+3 |
* | fix several problems with config parser: | Denis Vlasenko | 2008-07-26 | 1 | -1/+1 |
* | *: conversion to config parser | Denis Vlasenko | 2008-07-24 | 1 | -10/+6 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -3/+3 |
* | cpio: internalize archive_xread_all_eof. add a few paranoia checks | Denis Vlasenko | 2008-07-12 | 1 | -1/+0 |
* | open_transformer: do not return fd, it does not change | Denis Vlasenko | 2008-07-10 | 1 | -28/+0 |
* | modprobe-small: make depmod compatible with kernel build. | Denis Vlasenko | 2008-07-10 | 1 | -35/+94 |
* | modprobe-small: add depfile creation | Denis Vlasenko | 2008-07-10 | 1 | -7/+108 |
* | modprobe-small: add depfile loading | Denis Vlasenko | 2008-07-10 | 1 | -18/+57 |
* | modprobe-small: preparatory patch for modprobe.dep.bb creation patches, | Denis Vlasenko | 2008-07-09 | 1 | -43/+54 |
* | libbb: use improved xmalloc_read() from modprobe-small | Denis Vlasenko | 2008-07-09 | 1 | -48/+0 |
* | libbb: introduce and use xrealloc_vector | Denis Vlasenko | 2008-07-08 | 1 | -3/+1 |
* | modprobe-small: match aliases with fnmatch(), making | Denis Vlasenko | 2008-07-06 | 1 | -1/+5 |
* | modprobe-small: fix debug leftover | Denis Vlasenko | 2008-07-06 | 1 | -4/+4 |