Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Sun Mar 29 09:24:53 UTC 2009
Modified Files:
src/sys/arch/amd64/include: types.h
src/sys/arch/i386/include: types.h
src/sys/arch/x86/x86: sys_machdep.c
src/sys/kern: sys_lwp.c
src/sys/sys: cpu.h
Log Message:
_lwp_setprivate: provide the value to MD code if a hook is present.
This will be used to support TLS. The MD method must match the ELF TLS spec
for that CPU architecture (if there is a spec).
At this time it is only implemented for i386, where it means setting the
per-thread base address for %gs. Please implement this for your platform!
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/include/types.h
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/i386/include/types.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/x86/sys_machdep.c
cvs rdiff -u -r1.44 -r1.45 src/sys/kern/sys_lwp.c
cvs rdiff -u -r1.27 -r1.28 src/sys/sys/cpu.h
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