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

Brian Fundakowski Feldman green at freebsd.org
Wed Oct 6 08:30:50 PDT 2004


On Wed, Oct 06, 2004 at 03:17:49PM +0000, Christian S.J. Peron wrote:
> 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?

I think that it's fair to say every committer should to his or her capacity
do a cvs diff -rRELENG_5 -rHEAD at some point, and see if they notice any
changes that really should be merged, and haven't been.  So even though I
don't really put "MFC" in any of my recent commits, it's fair to say I'm
going to review them again and decide which ones should probably be MFCed.

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\


More information about the cvs-all mailing list