cvs commit: src/usr.sbin/kldxref ef.c ef.h ef_nop.c ef_sparc64.c
kldxref.c
Ian Dowse
iedowse at FreeBSD.org
Thu Aug 26 17:51:22 PDT 2004
iedowse 2004-08-27 00:51:22 UTC
FreeBSD src repository
Modified files:
usr.sbin/kldxref ef.c ef.h ef_nop.c ef_sparc64.c kldxref.c
Log:
Call the file format specific code through a table of function
pointers and remove knowledge of the file format from kldxref.c.
This will make it possible to support more than one file format.
Revision Changes Path
1.7 +162 -19 src/usr.sbin/kldxref/ef.c
1.4 +56 -37 src/usr.sbin/kldxref/ef.h
1.2 +2 -1 src/usr.sbin/kldxref/ef_nop.c
1.2 +6 -2 src/usr.sbin/kldxref/ef_sparc64.c
1.9 +18 -16 src/usr.sbin/kldxref/kldxref.c
More information about the cvs-src
mailing list