Module Name: src Committed By: reinoud Date: Tue May 29 07:35:40 UTC 2018
Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: types.h Log Message: Implement cpu_lwp_setprivate(). This removes the need for the cpu_switch() hack. Programs with TLS work fine now, including gdb! To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/usermode/dev/cpu.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/usermode/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.