Module Name: src Committed By: maxv Date: Sun Feb 5 10:42:22 UTC 2017
Modified Files: src/sys/arch/i386/i386: gdt.c machdep.c src/sys/arch/i386/include: segments.h src/sys/arch/x86/x86: sys_machdep.c src/sys/arch/xen/x86: cpu.c xenfunc.c src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: Rename ldt->ldtstore and gdt->gdtstore on i386. It reduces the diff with amd64, and makes it easier to track down these variables on nxr - 'ldt' and 'gdt' being common keywords. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/i386/gdt.c cvs rdiff -u -r1.777 -r1.778 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/include/segments.h cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/x86/sys_machdep.c cvs rdiff -u -r1.107 -r1.108 src/sys/arch/xen/x86/cpu.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/xen/x86/xenfunc.c cvs rdiff -u -r1.162 -r1.163 src/sys/compat/linux/arch/i386/linux_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.