DragonFlyBSD/src c52f518sys/kern kern_fork.c

libc - Implement sigblockall() and sigunblockall() (3)

* I half expected my reordering of lwp_fork*() to cause problems,
  and it did.  Fix a panic window due to the new lwp getting added
  to the process before its underlying lwkt thread is assigned.

* Document the subtle issues, including the fact that in the
  [v]fork() case we must assign the correct TID in lwp_fork1() for
  vm_fork() to consume when dealing with /dev/lpmap
DeltaFile
+37-25sys/kern/kern_fork.c
+37-251 files

UnifiedSplitRaw