]> Zhao Yanbai Git Server - minix.git/commit
Clear trace bit for child on fork.
authorDavid van Moolenbroek <david@minix3.org>
Wed, 13 May 2009 21:58:10 +0000 (21:58 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 13 May 2009 21:58:10 +0000 (21:58 +0000)
commitc2aef85edabaf9009e9cd9f7d0ad4fcaba07c49f
treedc9f7c0e08f648f3a6f8935e1311f7e5edb0fe39
parentfe8c612aa46a2cce706e09bd498ad0ad6310110d
Clear trace bit for child on fork.

Without this, a forking single-stepped process will have its child
die from a TRAP signal right away.
kernel/system/do_fork.c