cvs commit: src/sys/kern kern_exec.c kern_exit.c kern_thread.c
Tim Robbins
tjr at freebsd.org
Fri May 21 21:08:34 PDT 2004
On Fri, May 21, 2004 at 07:50:24AM -0700, David Xu wrote:
> davidxu 2004/05/21 07:50:24 PDT
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_exec.c kern_exit.c kern_thread.c
> Log:
> Clear KSE thread flags after KSE thread mode is ended. The side effect
> of not clearing the flags for execv() syscall will result that a new
> program runs in KSE thread mode without enabling it.
>
> Submitted by: tjr
> Modified by: davidxu
Thanks :-)
Tim
More information about the cvs-src
mailing list