Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jmmv
Date: Mon Nov 6 13:35:35 UTC 2006
Modified Files:
src/sys/arch/i386/i386: multiboot.c
src/sys/kern: kern_ksyms.c
src/sys/sys: ksyms.h
Log Message:
Pass a simple ELF header to ksyms_init_explicit with the minimum contents
required to initialize ksyms_hdr. Otherwise LKMs do not work when using
ksyms_init_explicit instead of ksyms_init, as is the case of booting an
i386 kernel using Multiboot.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/i386/i386/multiboot.c
cvs rdiff -r1.30 -r1.31 src/sys/kern/kern_ksyms.c
cvs rdiff -r1.12 -r1.13 src/sys/sys/ksyms.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index