Module Name: src Committed By: jnemeth Date: Mon Aug 11 03:43:26 UTC 2014
Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/doc: CHANGES src/share/mk: bsd.own.mk src/sys/arch/x86/x86: x86_machdep.c src/sys/kern: kern_module.c src/sys/modules/arch: archdirs.mk Added Files: src/sys/modules/arch/x86/amd64-xen: Makefile bsd.amd64-xen.mk src/sys/modules/arch/x86/i386-xen: Makefile bsd.i386-xen.mk src/sys/modules/arch/x86/i386pae-xen: Makefile bsd.i386pae-xen.mk Log Message: Add the infrastructure for MODULAR support for Xen kernels. At the moment, this can only load very simple modules due to missing symbols. It is being add at this time to make pullups to the netbsd-7 branch easier. It is not enabled by default in any kernels. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/modules/md.amd64 cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/modules/md.i386 cvs rdiff -u -r1.1966 -r1.1967 src/doc/CHANGES cvs rdiff -u -r1.828 -r1.829 src/share/mk/bsd.own.mk cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/x86_machdep.c cvs rdiff -u -r1.96 -r1.97 src/sys/kern/kern_module.c cvs rdiff -u -r1.1 -r1.2 src/sys/modules/arch/archdirs.mk cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/amd64-xen/Makefile \ src/sys/modules/arch/x86/amd64-xen/bsd.amd64-xen.mk cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/i386-xen/Makefile \ src/sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/i386pae-xen/Makefile \ src/sys/modules/arch/x86/i386pae-xen/bsd.i386pae-xen.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.