Age | Commit message (Expand) | Author |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-04 | modutils: make them NOEXEC except depmod | Denys Vlasenko |
2017-04-17 | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko |
2017-04-06 | modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1) | Denys Vlasenko |
2017-03-28 | Update depmod & modprobe upstream help text in comments | Kang-Che Sung |
2017-02-12 | modprobe-small: define and use DEPMOD_OPT_n (option mask) | Kang-Che Sung |
2017-02-12 | modprobe-small: document '-n' in depmod usage | Kang-Che Sung |
2017-02-07 | modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for... | Denys Vlasenko |
2017-02-05 | Reorder modutils config options & fix yet more dependency | Kang-Che Sung |
2017-02-05 | modutils: fix config options dependency (2) | Kang-Che Sung |
2017-02-01 | cmdline module options can be disabled on "big" modutils | Kang-Che Sung |
2017-02-01 | modprobe-small: move lsmod code out of modprobe_main() | Kang-Che Sung |
2017-01-30 | modprobe-small: fix --help texts, they are from "big" modutils | Denys Vlasenko |
2017-01-29 | *: add comment about APPLET_ODDNAME format | Denys Vlasenko |
2017-01-09 | make_single_applets.sh: show errors and warnings | Denys Vlasenko |
2017-01-09 | modprobe-small: build fixes | Denys Vlasenko |
2017-01-09 | modprobe-small: optimizations for single applet build | Explorer09 |
2017-01-04 | modutils: remove special handling of uClibc | Waldemar Brodkorb |
2016-12-23 | modprobe-small: make applets individually selectable | Denys Vlasenko |
2016-12-22 | Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config" | Denys Vlasenko |
2016-11-23 | Convert all modutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-09-15 | modutils: support finit_module syscall | Mike Frysinger |
2016-06-20 | modprobe-small: fix bogus handling of unpack errors | Denys Vlasenko |
2016-06-19 | randomconfig fixes | Denys Vlasenko |
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 |