]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make core dump writes interruptible with SIGKILL
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 5 Oct 2021 05:11:32 +0000 (08:11 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 8 Oct 2021 00:21:43 +0000 (03:21 +0300)
commitb5cadc643e853fa4cb23e5315e6f40bf9979a9c0
treec14bd7ec2a1b65c7b185ccb0577287fcc3ba67cf
parent2ec505d2b863ca03d542a94e8417358e48e2606d
Make core dump writes interruptible with SIGKILL

This can be disabled by sysctl kern.core_dump_can_intr

Reported and tested by: pho
Reviewed by: imp, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32313
share/man/man5/core.5
sys/kern/kern_exec.c