kevans 245d8426fc rfork(2): add RFSPAWN flag
When RFSPAWN is passed, rfork exhibits vfork(2) semantics but also resets
signal handlers in the child during creation to avoid a point of corruption
of parent state from the child.

This flag will be used by posix_spawn(3) to handle potential signal issues.

Reviewed by:	jilles, kib
Differential Revision:	https://reviews.freebsd.org/D19058
2019-09-25 19:20:41 +00:00
..
2018-10-20 22:39:35 +00:00
2019-07-02 23:56:37 +00:00
2019-09-25 18:03:18 +00:00
2017-12-08 17:52:53 +00:00
2019-09-14 08:15:16 +00:00
2019-09-02 01:55:55 +00:00
2019-05-11 15:17:42 +00:00
2019-09-01 16:12:05 +00:00
2019-07-17 19:29:55 +00:00
2019-09-02 13:56:44 +00:00
2019-09-25 19:20:41 +00:00