]> git.ipfire.org Git - thirdparty/kmod.git/blame - NEWS
Change error message to reflect reality
[thirdparty/kmod.git] / NEWS
CommitLineData
89eba7cb
LDM
1kmod 1
2======
ecd40ee4 3
89eba7cb
LDM
4First version of kmod and its library, libkmod.
5
6In the libkmod it's currently possible to:
7 - List modules currently loaded
8 - Get information about loaded modules such as initstate, refcount,
9 holders, sections, address and size
10 - Lookup modules by alias, module name or path
11 - Insert modules: options from configuration and extra options can be
12 passed, but flags are not implemented, yet
13 - Remove modules
14 - Filter list of modules using blacklist
15 - For each module, get the its list of options and install/remove
16 commands
17 - Indexes can be loaded on startup to speedup lookups later
18
19Tools provided with the same set of options as in module-init-tools:
20 - kmod-lsmod
21 - kmod-insmod
22 - kmod-rmmod
23 - kmod-modprobe, with some functionality still missing (use of softdep,
24 dump configuration, show modversions)