freebsd-src/lib/libpthread
David Xu 4949943c48 In _thread_enter_uts, fix eflags saving bug.
In _thread_switch, set current thread pointer in kse mailbox
only after all registers copied out of thread mailbox, kernel will do
upcall at trap time, if set current thread pointer before loading all
registers from thread mailbox, at trap time, the thread mailbox data
will be overwritten by kernel, result is junk data is loaded into CPU.
2002-11-22 11:43:06 +00:00
..
arch In _thread_enter_uts, fix eflags saving bug. 2002-11-22 11:43:06 +00:00
man Add the 'restrict' type qualifier to the prototypes of `sigaction', 2002-10-02 10:53:44 +00:00
sys Use KSE to schedule threads. 2002-10-30 06:07:18 +00:00
test Mechanically change all libc_r references to libpthread. 2002-09-16 19:29:34 +00:00
thread Fix idle timeout bug, use correct current time of day. 2002-11-20 12:35:59 +00:00
Makefile Zap now-unused SHLIB_MINOR 2002-09-28 00:25:32 +00:00