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: ad
Date: Sat Nov 10 23:04:30 UTC 2007
Modified Files:
src/sys/arch/i386/i386: genassym.cf locore.S machdep.c vm_machdep.c
src/sys/arch/i386/include: pcb.h proc.h
src/sys/arch/x86/x86: sys_machdep.c
Log Message:
fsbase/gsbase:
- Fix a few bugs with it, in particular fork/exec handling.
- Store the descriptors in the PCB, not in the LWP.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/arch/i386/i386/genassym.cf
cvs rdiff -r1.54 -r1.55 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.612 -r1.613 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.134 -r1.135 src/sys/arch/i386/i386/vm_machdep.c
cvs rdiff -r1.40 -r1.41 src/sys/arch/i386/include/pcb.h
cvs rdiff -r1.32 -r1.33 src/sys/arch/i386/include/proc.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/sys_machdep.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