• Home
  • Raw
  • Download

Lines Matching refs:modprobe

52 	- Fix module removal with `modprobe -r` when a dependency is built-in.
76 - Teach the --show-exports option to modprobe. This works similarly to
190 - insmod was taught the -f flag, just like in modprobe. It was previously
206 are the simplified versions of the older modprobe tool. These
240 Now some commands will start to fail, e.g. "modprobe vt". Since vt
324 - Accept special files given to "-C" switch in modprobe. This way it's
325 possible to skip system configuration with "modprobe -C /dev/null"
406 - rmmod understands builtin modules, just like modprobe does
456 probe only if mod is an alias. Now modprobe uses this flag by default.
485 - Fix a bug in "modprobe -c" output: be compatible with
498 1. /etc/modprobe.d
499 2. /run/modprobe.d
500 3. /lib/modprobe.d
507 with modprobe
510 - 'modprobe -r' always look at all command line arguments
511 - Fix '-q' usage in modprobe
540 - Break libkmod's API to insert a module like modprobe does. It now accepts
544 - Share more code between modprobe and libkmod: using the new version of
546 code between modprobe and libkmod
548 - modprobe no longer works with paths: it only accepts module names and/or
554 - modprobe: when dumping configuration ('-c' option) separate config
577 - Several bugs fixed in libkmod, modprobe, depmod and modinfo
590 - 'modprobe -c' works as expected now. As opposed to module-init-tools, it
600 - Insert module like modprobe, checking (soft-)dependencies, commands,
639 - Configuration files are parsed in the same order as modprobe: files are
645 - kmod-modprobe gained several features to be a 1:1 replacement for modprobe.
648 modprobe. A lot of effort has been put on kmod-modprobe to ensure it
649 maintains compabitility with modprobe.
675 - kmod-modprobe, with some functionality still missing (use of softdep,