Go to file
Héctor Orón Martínez 90a6e7983f kmod: compiling with old sed version (!ERE support)
Makefile.am uses `sed -E', which it is found on BSD sed; however a
  replacement on GNU sed would be `sed -r'. Both intend to use extended
  regular expressions (ERE). However I have a system that does not support
  those, in benefit for portability could you consider replacing ERE by BRE.

Signed-off-by: Héctor Orón Martínez <hector.oron@gmail.com>
2016-05-21 15:07:27 -03:00
libkmod kmod_module_get_refcnt: fix documentation 2016-05-21 14:27:53 -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 depmod: Don't insert comment in modules.devname if otherwise empty 2016-01-11 10:25:31 -02:00
.gitignore build: use dolt 2015-03-05 13:14:36 -03:00
.travis.yml travis: workaround bug in environment setup 2016-01-11 11:19:36 -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 22 2015-11-17 22:12:07 -02:00
COPYING Clarify what licences apply where 2014-10-09 01:26:34 -03:00
Makefile.am kmod: compiling with old sed version (!ERE support) 2016-05-21 15:07:27 -03:00
NEWS kmod 22 2015-11-17 22:12:07 -02: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.