Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 23:51:47 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys rfork.2
Message-ID:  <201103152352.p2FNqAi7044156@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-03-15 23:51:47 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         rfork.2 
  Log:
  SVN rev 219682 on 2011-03-15 23:51:47Z by jilles
  
  rfork(2): Discourage rfork_thread-like approaches.
  
  Calling rfork_thread(3) does not interoperate with pthreads and global state
  is not properly protected.
  
  Remove the BUGS section suggesting LinuxThreads entirely. With the current
  pthread library libthr, all threads are kernel-level entities so there seems
  little reason to use LinuxThreads.
  
  Revision  Changes    Path
  1.36      +3 -17     src/lib/libc/sys/rfork.2



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