CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/19 00:27:17
Modified files:
sys/arch/i386/conf: files.i386
sys/arch/i386/i386: cpu.c locore.s
Added files:
sys/arch/i386/i386: codepatch.c
sys/arch/i386/include: codepatch.h
Log message:
Binary code patching on i386
This commit ports the infrastructure to do binary code patching from amd64.
The existing code patching for SMAP is converted to the new infrastruture.
ok kettenis@
"should go in" deraadt@
