kmod - Linux kernel module handling
Go to file
Lucas De Marchi 646b83b841 doc: add gtk-doc to generate documentation
Current limitation is horrible no support to sections: we have to to
have separate header files or to maintain the libkmod-sections.txt file.
We are doing the latter.
2012-01-09 05:28:57 -02:00
libkmod doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
m4 doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
test Add test to check kmod_validate_resources 2012-01-01 06:18:16 -02:00
tools Update copyright 2012-01-09 00:41:07 -02:00
.gitignore gitignore: ignore dist files 2011-12-21 11:44:25 -02:00
autogen.sh doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
CODING-STYLE Add file with details regarding coding style 2011-12-15 00:43:54 -02:00
configure.ac doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
COPYING Change licenses 2011-12-12 18:24:35 -02:00
Makefile.am doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
NEWS kmod 3 2012-01-05 08:16:28 -02:00
README Rename project from libkmod to kmod 2011-12-12 16:54:18 -02:00
TODO TODO: add task for providing man page 2012-01-01 06:18:16 -02:00

kmod - Linux kernel module handling

OVERVIEW
========

kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases.

These tools are designed on top of libkmod, a library that is shipped with
kmod. See libkmod/README for more details on this library and how to use it.
The aim is to be compatible with tools, configurations and indexes from
module-init-tools project.