kmod - Linux kernel module handling
Go to file
Kay Sievers 9faa7b376c do not (mis-)use the config file generator for non-autobuild stuff
"Similarly, you should not rely on AC_CONFIG_FILES to replace bindir
and friends in your shell scripts and other files; instead, let make
manage their replacement."

http://www.gnu.org/software/autoconf/manual/autoconf.html#Makefile-Substitutions
2011-12-21 11:50:04 -02:00
libkmod Change error message to reflect reality 2011-12-20 23:48:27 -02:00
m4 beef compile flags. 2011-12-11 20:58:22 -02:00
test ELF: initial support for modinfo and strip of modversions and vermagic. 2011-12-19 15:06:49 -02:00
tools kmod_modprobe: fix description of -C flag 2011-12-20 16:39:59 -02:00
.gitignore gitignore: ignore dist files 2011-12-21 11:44:25 -02:00
autogen.sh build-sys: enable debug by default in autogen.sh 2011-12-12 17:26:47 -02:00
CODING-STYLE Add file with details regarding coding style 2011-12-15 00:43:54 -02:00
configure.ac do not (mis-)use the config file generator for non-autobuild stuff 2011-12-21 11:50:04 -02:00
COPYING Change licenses 2011-12-12 18:24:35 -02:00
Makefile.am do not (mis-)use the config file generator for non-autobuild stuff 2011-12-21 11:50:04 -02:00
NEWS kmod 2 2011-12-20 23:48:46 -02:00
README Rename project from libkmod to kmod 2011-12-12 16:54:18 -02:00
TODO Introduce kmod-modinfo. 2011-12-19 15:06:49 -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.