kmod - Linux kernel module handling
Go to file
Lucas De Marchi 6fc20bbfee Keep valgrind happy when mixing sscanf and strtok
When mixing sscanf() and strtok() Valgrind complaints like below:

==1641== Conditional jump or move depends on uninitialised value(s)

Use stroull() instead of sscanf().
2011-11-23 17:52:48 -02:00
libkmod Keep valgrind happy when mixing sscanf and strtok 2011-11-23 17:52:48 -02:00
m4 Import skeleton from libabc 2011-11-21 12:35:15 -02:00
test Add binary to test rmmod feature 2011-11-23 17:22:09 -02:00
.gitignore Update .gitignore 2011-11-23 05:15:21 -02:00
autogen.sh Import skeleton from libabc 2011-11-21 12:35:15 -02:00
configure.ac Add some good practices to autofoo 2011-11-22 17:47:52 -02:00
COPYING Import skeleton from libabc 2011-11-21 12:35:15 -02:00
Makefile.am Add binary to test rmmod feature 2011-11-23 17:22:09 -02:00
NEWS Rename libabc to libkmod 2011-11-21 14:35:35 -02:00
README Rename libabc to libkmod 2011-11-21 14:35:35 -02:00