marcel 2003/12/09 17:59:23 PST FreeBSD src repository Modified files: sys/kern kern_thread.c Log: Write the thread pointer (val) in the kse mailbox (loc) before we set the new context in kse_switchin(2). This allows us to return an error to the calling context when the suword() fails. Revision Changes Path 1.165 +2 -2 src/sys/kern/kern_thread.c