cvs commit: src/sys/kern kern_exec.c

Julian Elischer julian at FreeBSD.org
Tue Sep 21 18:30:27 PDT 2004


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


More information about the cvs-src mailing list