kmod - Linux kernel module handling
Go to file
Lucas De Marchi 2e2e252bd4 libkmod-index: do not pre-populate mmap
If we tell mmap to populate all the indexes and they are big, this will
impact load time. Let them be mapped as they are used.
2012-03-02 20:33:26 -03:00
libkmod libkmod-index: do not pre-populate mmap 2012-03-02 20:33:26 -03:00
m4 doc: add gtk-doc to generate documentation 2012-01-09 05:28:57 -02:00
man man: detail modprobe.blacklist in kcmdline 2012-02-27 20:35:12 -03:00
test test: remove test-state 2012-02-09 01:44:09 -02:00
testsuite Add missing newlines 2012-02-18 03:56:21 -02:00
tools modprobe: show builtin label on --show-depends 2012-02-27 18:49:36 -03:00
.gitignore Update .gitignore files 2012-02-05 02:15:20 -02:00
autogen.sh build-sys: rename autogen.sh to bootstrap and keep a symlink 2012-01-12 18:23:32 -02:00
bootstrap build-sys: rename autogen.sh to bootstrap and keep a symlink 2012-01-12 18:23:32 -02:00
bootstrap-configure build-sys: add script to bootstrap and configure 2012-01-12 18:33:05 -02:00
CODING-STYLE Add file with details regarding coding style 2011-12-15 00:43:54 -02:00
configure.ac Move repository to kernel.org 2012-02-24 01:58:20 -02:00
COPYING Change licenses 2011-12-12 18:24:35 -02:00
Makefile.am Move repository to kernel.org 2012-02-24 01:58:20 -02:00
NEWS kmod 5 2012-02-06 20:34:33 -02:00
README Move repository to kernel.org 2012-02-24 01:58:20 -02:00
TODO TODO: update and organize items 2012-02-22 13:07:13 -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.

Compilation and installation
============================

In order to compiler the source code you need following software packages:
	- GCC compiler
	- GNU C library

Optional dependencies:
	- ZLIB library
	- LZMA library

Typical configuration:
	./configure CFLAGS="-g -O2" --prefix=/usr \
			--sysconfdir=/etc --libdir=/usr/lib

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install

Hacking
=======

Run 'bootstrap' script before configure. If you want to accept the recommended
flags, you just need to run 'bootstrap-configure'.

Make sure to read the CODING-STYLE file.

Information
===========

Signed packages:
	http://www.kernel.org/pub/linux/utils/kernel/kmod/

Mailing list:
	linux-modules@vger.kernel.org

Git:
	git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
	http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
	https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git

Gitweb:
	http://git.kernel.org/?p=utils/kernel/kmod/kmod.git

Irc:
	#kmod on irc.freenode.org