git: libthread_xu - Don't override vfork()

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 28 18:07:04 PDT 2016


commit f75110789b2c58005b9bbcc6b8123fbc427fa8de
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 28 18:05:42 2016 -0700

    libthread_xu - Don't override vfork()
    
    * Allow vfork() to operate normally in a threaded environment.  The kernel
      can handle multiple concurrent vfork()s by different threads (only the
      calling thread blocks, same as how Linux deals with it).

Summary of changes:
 lib/libthread_xu/thread/thr_syscalls.c | 8 ++++++++
 1 file changed, 8 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f75110789b2c58005b9bbcc6b8123fbc427fa8de


-- 
DragonFly BSD source repository


More information about the Commits mailing list