Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2004 00:51:22 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/kldxref ef.c ef.h ef_nop.c ef_sparc64.c kldxref.c
Message-ID:  <200408270051.i7R0pMiE035784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408270051.i7R0pMiE035784>