]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
kmod 1 v1
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 17:43:58 +0000 (15:43 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 17:43:58 +0000 (15:43 -0200)
Makefile.am
NEWS

index 5620fa66db4583902b1b4d6e4cf2816db94235de..214f773c5ca283f800590d79890945a1c2ad21c3 100644 (file)
@@ -18,7 +18,7 @@ AM_LDFLAGS = \
        -Wl,--gc-sections \
        -Wl,--as-needed
 
-LIBKMOD_CURRENT=0
+LIBKMOD_CURRENT=1
 LIBKMOD_REVISION=0
 LIBKMOD_AGE=0
 
diff --git a/NEWS b/NEWS
index 8b137891791fe96927ad78e64b0aad7bded08bdc..af5b5cf4d1274aac149d33e7637b65ce76ea8a53 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)