]> git.ipfire.org Git - thirdparty/kmod.git/commit - configure.ac
add lsmod, insmod and rmmod tools.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sun, 11 Dec 2011 00:19:41 +0000 (22:19 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sun, 11 Dec 2011 22:58:22 +0000 (20:58 -0200)
commit72c51a9e4d6b56f5454e53a6fc9b5c1bd923f227
treeae6b81fe0552d86f32d553a9ca97175720c5531d
parentd01c67e38334ca5aa62e6c645e416d4989696294
add lsmod, insmod and rmmod tools.

these tools are compatible with module-init-tools (except insmod does
not take data from stdin).
Makefile.am
configure.ac
test/test-loaded.c
tools/.gitignore [new file with mode: 0644]
tools/kmod-insmod.c [new file with mode: 0644]
tools/kmod-lsmod.c [new file with mode: 0644]
tools/kmod-rmmod.c [new file with mode: 0644]