cvs commit: src/sys/sys proc.h src/sys/kern kern_exec.c kern_thread.c

Christian S.J. Peron csjp at freebsd.org
Wed Oct 6 08:17:50 PDT 2004


On  6 Oct 2004 David Xu wrote:
> davidxu     2004-10-06 00:40:41 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sys              proc.h 
>     sys/kern             kern_exec.c kern_thread.c 
>   Log:
>   In original kern_execve() code, at the start of the function, it forces
>   all other threads to suicide, problem is execve() could be failed, and
>   a failed execve() would change threaded process to unthreaded, this side
>   effect is unexpected.

Should this be an MFC canidate?

-- 
Christian S.J. Peron
csjp at FreeBSD.ORG
FreeBSD Committer


More information about the cvs-all mailing list