]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r325771, r325777, r325778 (all by jhb):
authorkib <kib@FreeBSD.org>
Fri, 9 Nov 2018 17:43:23 +0000 (17:43 +0000)
committerkib <kib@FreeBSD.org>
Fri, 9 Nov 2018 17:43:23 +0000 (17:43 +0000)
commit9a46dd21576d07a868642bff163313d5819b4d5d
tree18ddfef69f63e822b320325627945f5b90e20d26
parentb68c0ce57e67109915dce731c777f2ab600ce3ed
MFC r325771, r325777, r325778 (all by jhb):

Only clear a pending thread event if one is pending.
This fixes a panic when attaching to an already-stopped process.

Also do some other clean ups for control flow of sendsig section.

Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
sys/kern/sys_process.c