Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 18:09:24 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/common boot.c bootstrap.h load_aout.c load_elf.c module.c src/sys/boot/i386/libi386 i386_module.c src/sys/conf kmod.mk src/sys/kern kern_linker.c src/sys/sys linker.h
Message-ID:  <200109110109.f8B19P197405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/09/10 18:09:24 PDT

  Modified files:
    sys/boot/common      boot.c bootstrap.h load_aout.c load_elf.c 
                         module.c 
    sys/boot/i386/libi386 i386_module.c 
    sys/conf             kmod.mk 
    sys/kern             kern_linker.c 
    sys/sys              linker.h 
  Log:
  Implement the long-awaited module->file cache database.  A userland
  tool (kldxref(8)) keeps a cache of what modules and versions are inside
  what .ko files.  I have tested this on both Alpha and i386.
  
  Submitted by:	bp
  
  Revision  Changes    Path
  1.28      +3 -4      src/sys/boot/common/boot.c
  1.33      +6 -3      src/sys/boot/common/bootstrap.h
  1.20      +2 -7      src/sys/boot/common/load_aout.c
  1.21      +17 -25    src/sys/boot/common/load_elf.c
  1.21      +400 -85   src/sys/boot/common/module.c
  1.5       +2 -2      src/sys/boot/i386/libi386/i386_module.c
  1.107     +4 -1      src/sys/conf/kmod.mk
  1.67      +300 -88   src/sys/kern/kern_linker.c
  1.26      +3 -1      src/sys/sys/linker.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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