julian      2007-11-02 19:40:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  Completely remove the code for single threading the mainline fork code.
  Put in a little comment explaining why it went away.
  Re-enable it in the case there an exisiting process is just splitting
  off its address space and file descriptors.
  (I donpt think anything uses that code but it needs some sort of locking
  and this does the job.
  
  Reviewed by:    Davidxu, alc, others
  MFC after:      3 days
  
  Revision  Changes    Path
  1.286     +3 -49     src/sys/kern/kern_fork.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to