Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2004 01:30:23 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200409220130.i8M1UNlM096921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2004-09-22 01:30:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  Revert the last change..
  Better to kill all other threads than to panic the system if 2 threads call
  execve() at the same time. A better fix will be committed later.
  
  Note that this only affects the case where the execve fails.
  
  Revision  Changes    Path
  1.252     +11 -17    src/sys/kern/kern_exec.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409220130.i8M1UNlM096921>