git: kernele - lpmap work - split lwp_fork() into lwp_fork1() and lwp_fork2()
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 12 00:12:32 PST 2019
commit 8e99ae46dfb03f88b4ba4ebd39da71d1ca6a16c8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Nov 11 19:24:48 2019 -0800
kernele - lpmap work - split lwp_fork() into lwp_fork1() and lwp_fork2()
* Split lwp_fork() so we can have the lwp in-hand when issuing the
vm_fork().
Summary of changes:
sys/kern/kern_fork.c | 156 +++++++++++++++++++++++++++------------------------
1 file changed, 83 insertions(+), 73 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e99ae46dfb03f88b4ba4ebd39da71d1ca6a16c8
--
DragonFly BSD source repository
More information about the Commits
mailing list