Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 19:40:36 +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_fork.c
Message-ID:  <200711021940.lA2JeaXe080033@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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