Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 10/25/2006 13:46:36
Module Name:	src
Committed By:	jmmv
Date:		Wed Oct 25 13:46:36 UTC 2006

Modified Files:
	src/sys/kern: kern_ksyms.c
	src/sys/sys: ksyms.h

Log Message:
Add a function (ksyms_init_explicit) to add a symbol table when we know the
exact address of the symtab and strtab ELF sections contents beforehand.

This will be used in i386's Multiboot code to add the initial kernel ksyms
without having to prepare a minimal ELF image that matches the format
expected by the reguluar ksyms_init function.

This part was reviewed by cube@ and successfully passes a full i386 release
build.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/kern/kern_ksyms.c
cvs rdiff -r1.11 -r1.12 src/sys/sys/ksyms.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.