cvs commit: src/sys/kern kern_fork.c

Julian Elischer julian at FreeBSD.org
Fri Nov 2 12:40:37 PDT 2007


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


More information about the cvs-src mailing list