Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: riastradh
Date: Sun Jul 16 19:55:44 UTC 2023
Modified Files:
src/sys/arch/amd64/amd64: locore.S machdep.c
src/sys/arch/i386/i386: gdt.c locore.S machdep.c
src/sys/arch/x86/x86: cpu.c pmap.c
Log Message:
x86: Sprinkle extensive commentary about %fs/%gs initialization.
Plus some other side quests like the three-stage GDT metamorphosis
lifecycle.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.366 -r1.367 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/i386/i386/gdt.c
cvs rdiff -u -r1.195 -r1.196 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.839 -r1.840 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.208 -r1.209 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.423 -r1.424 src/sys/arch/x86/x86/pmap.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