diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-12-15 15:43:58 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-12-15 15:43:58 -0200 |
commit | 89eba7cb77fa46e78295a81ad7424ec7d22d70e5 (patch) | |
tree | df25613dfba60325feb23733acee97b146d850b9 /NEWS | |
parent | e269a84cab3f2365e523451e2b52107582149d3c (diff) | |
download | kmod-89eba7cb77fa46e78295a81ad7424ec7d22d70e5.tar.gz kmod-89eba7cb77fa46e78295a81ad7424ec7d22d70e5.tar.bz2 kmod-89eba7cb77fa46e78295a81ad7424ec7d22d70e5.zip |
kmod 1v1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1 +1,24 @@ +kmod 1 +====== +First version of kmod and its library, libkmod. + +In the libkmod it's currently possible to: + - List modules currently loaded + - Get information about loaded modules such as initstate, refcount, + holders, sections, address and size + - Lookup modules by alias, module name or path + - Insert modules: options from configuration and extra options can be + passed, but flags are not implemented, yet + - Remove modules + - Filter list of modules using blacklist + - For each module, get the its list of options and install/remove + commands + - Indexes can be loaded on startup to speedup lookups later + +Tools provided with the same set of options as in module-init-tools: + - kmod-lsmod + - kmod-insmod + - kmod-rmmod + - kmod-modprobe, with some functionality still missing (use of softdep, + dump configuration, show modversions) |