CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/08/12 00:19:25
Modified files:
sys/arch/i386/conf: Makefile.i386
sys/arch/i386/i386: locore.s
sys/ddb : db_sym.c
sys/dev : ksyms.c
Added files:
sys/arch/i386/conf: ld.script
Log message:
Use a linker script when building i386 kernels to allow section padding on
PAGE_SIZE boundaries. This is required to enforce proper separation of
sections when adding page protections (coming shortly).
This was in snaps before release with no reported side effects.
ok deraadt@