kmod - Linux kernel module handling
Go to file
Laura Abbott 16d863c317 Change default log level
The default log level is currently LOG_ERR. Tools can override this
default but there is a non-trivial amount of setup that needs to
happen before the log level can be changed. Since tools may want to
use the warn level for things such as deprecated flags, change the
default to LOG_WARNING to ensure messages get printed.
2015-09-30 15:17:01 -03:00
libkmod modprobe: Update error message when path is missing 2015-09-30 15:16:59 -03:00
m4 build: add function to build string of features 2015-06-08 22:37:10 -03:00
man kmod: fix small typo in rmmod(8) 2015-06-08 22:46:42 -03:00
shared util: use UINT64_MAX 2015-03-23 23:47:23 -03:00
shell-completion/bash Remove references to systemd from the bash completion file 2014-05-05 01:52:04 -03:00
testsuite build: cache modules from playground 2015-05-31 15:38:47 -03:00
tools Change default log level 2015-09-30 15:17:01 -03:00
.gitignore build: use dolt 2015-03-05 13:14:36 -03:00
.travis.yml travis: also test with gcc 4.8 and 4.9 2015-02-04 06:26:06 -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: set -e separately, rather than putting -e in the shebang line 2014-12-25 23:41:34 -02:00
bootstrap-configure build-sys: Remove -Werror from CFLAGS 2014-03-24 14:54:01 -03:00
CODING-STYLE CODING-STYLE: add include order 2015-01-14 12:35:04 -02:00
configure.ac kmod 21 2015-06-09 02:36:14 -03:00
COPYING Clarify what licences apply where 2014-10-09 01:26:34 -03:00
Makefile.am build: let sed use posix ERE instead of GNU extension 2015-06-22 11:23:57 -03:00
NEWS kmod 21 2015-06-09 02:36:14 -03:00
README README: Indicate cython requirements 2015-09-30 15:16:57 -03:00
README.md Add README.md file with build details 2015-06-11 14:45:50 -03:00
TODO Update TODO 2015-03-01 14:16:59 -03:00

kmod - Linux kernel module handling

Build Status
Coverity Scan Status

This is a mirror only. Please see README file for more information.