kmod - Linux kernel module handling
Go to file
Yauheni Kaliuta b34819bc0e shared: make scratchbuf_str static
It fixes linking problem

tools/depmod.o: In function `output_symbols_bin':
depmod.c:(.text.output_symbols_bin+0x135): undefined reference to `scratchbuf_str'

for -O0 build, where gcc doesn't actually inline it.

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
2016-11-10 22:14:27 -02:00
libkmod libkmod: fix use of strcpy 2016-08-08 11:42:52 -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 shared: make scratchbuf_str static 2016-11-10 22:14:27 -02:00
shell-completion/bash Remove references to systemd from the bash completion file 2014-05-05 01:52:04 -03:00
testsuite depmod: ignore related modules in depmod_report_cycles 2016-11-08 22:38:34 -02:00
tools depmod: ignore related modules in depmod_report_cycles 2016-11-08 22:38:34 -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 23 2016-07-20 01:38:42 -03:00
COPYING Clarify what licences apply where 2014-10-09 01:26:34 -03:00
Makefile.am Add scratchbuf implementation 2016-08-15 10:26:42 -03:00
NEWS NEWS: add items for kmod 23 2016-06-28 15:28:47 -03:00
README README: add link to patchwork 2016-05-24 11:45:25 -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.