]> git.ipfire.org Git - thirdparty/kmod.git/commit
ELF: initial support for modinfo and strip of modversions and vermagic.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sun, 18 Dec 2011 03:25:06 +0000 (01:25 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 19 Dec 2011 17:06:49 +0000 (15:06 -0200)
commit708624a4ebffc515da2f9e2fdbdce79fc9c0aaaf
tree0ad3dc9ad44bb95ff5bd13a17c83b439e7a18d61
parente5a7f6ac79d6d5006323a2e9dfd645bef478da11
ELF: initial support for modinfo and strip of modversions and vermagic.

Needs testing, but should work.
Makefile.am
configure.ac
libkmod/libkmod-elf.c [new file with mode: 0644]
libkmod/libkmod-module.c
libkmod/libkmod-private.h
libkmod/libkmod.h
libkmod/libkmod.sym
test/test-lookup.c