Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src/sys/arch
Module Name: src
Committed By: sborrill
Date: Mon Mar 5 20:18:03 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c
src/sys/arch/i386/i386 [netbsd-6]: locore.S machdep.c
src/sys/arch/x86/include [netbsd-6]: cpu.h specialreg.h
src/sys/arch/xen/x86 [netbsd-6]: x86_xpmap.c
Log Message:
Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49
Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.
To generate a diff of this commit:
cvs rdiff -u -r1.175.2.1 -r1.175.2.2 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.95 -r1.95.10.1 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.717.2.3 -r1.717.2.4 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.47.2.1 -r1.47.2.2 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.55 -r1.55.2.1 src/sys/arch/x86/include/specialreg.h
cvs rdiff -u -r1.38.2.2 -r1.38.2.3 src/sys/arch/xen/x86/x86_xpmap.c
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