commit f75110789b2c58005b9bbcc6b8123fbc427fa8de
Author: Matthew Dillon <[email protected]>
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