Age | Commit message (Expand) | Author |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-11-27 | tar: fix too eager autodetection, closes 11531 | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-08 | getopt32: remove applet_long_options | Denys Vlasenko |
2017-08-04 | modutils: make them NOEXEC except depmod | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-04-06 | modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 | Denys Vlasenko |
2017-04-06 | modprobe: read modules.builtin | Ben Hutchings |
2017-02-01 | cmdline module options can be disabled on "big" modutils | Kang-Che Sung |
2017-02-01 | modutils: remove redundant "select PLATFORM_LINUX" configs | Kang-Che Sung |
2016-12-23 | modprobe-small: make applets individually selectable | Denys Vlasenko |
2016-11-23 | Convert all modutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-03-29 | modprobe: skip non-.conf files only in subdirectories | Denys Vlasenko |
2016-02-12 | modprobe: only parse files that end in .conf | Mike Frysinger |
2015-11-05 | modutils: merge module_entry and module_info to common | Timo Teräs |
2015-10-24 | reuse a string | Denys Vlasenko |
2015-10-24 | rmmod: fix bad error message | Denys Vlasenko |
2015-09-09 | modprobe: handle module arguments containing spaces | Peter Korsgaard |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2015-01-19 | modprobe: fix modprobe -r and parsing of /etc/modprobe.d | Natanael Copa |
2015-01-15 | modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) | Denys Vlasenko |
2015-01-15 | modprobe: fix recent breakage: modules.dep reading code needs to strip dirname | Denys Vlasenko |
2015-01-01 | modprobe: revert checking for /, stop doing basename() on modprobe args | Denys Vlasenko |
2014-11-20 | modprobe,rmmod: reject module names with slashes | Denys Vlasenko |
2014-04-19 | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko |
2013-07-30 | Whitespace fixes | Denys Vlasenko |
2012-01-31 | modprobe: accept -b even if blacklist functionality is disabled | Felipe Contreras |
2011-06-20 | modprobe: use hash table. speeds up significantly if modprobe.dep is large | Timo Teras |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-02-15 | modprobe: fix "modprobe -l name-with-dash" | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-02-02 | modprobe/insmod: fix parameter quoting | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-12-28 | modprobe: add -D option (synonym of --show-depends) | Serj Kalichev |
2010-12-26 | modprobe: add support for --show-depends | Serj Kalichev |
2010-10-15 | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-10 | Modprobe: Make -l open the right file | Lauri Kasanen |
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 |
2010-03-03 | modprobe: remove 2k limit on /proc/cmdline | Denys Vlasenko |
2010-02-27 | modprobe: pick up module options from /proc/cmdline too | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2010-01-26 | modprobe: protect against possible SEGV | Denys Vlasenko |
2010-01-10 | modprobe: it's not an error if module is already loaded. Closes bug 833 | Denys Vlasenko |
2009-11-11 | tidy up O_NONBLOCK usage. use libbb functions in stty. | Denys Vlasenko |
2009-08-14 | modprobe: treat tabs in modules.dep as delimiters too. closes bug 567 | Denys Vlasenko |
2009-06-17 | modprobe: do not use ->probed_name blidly | Denys Vlasenko |
2009-06-17 | modprobe: correct exitcode handling and error messages with respect to -q | Denys Vlasenko |