Re: git: b5cadc643e85 - main - Make core dump writes interruptible with SIGKILL
- In reply to: Konstantin Belousov : "git: b5cadc643e85 - main - Make core dump writes interruptible with SIGKILL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 16:19:25 UTC
On 10/7/21 5:22 PM, Konstantin Belousov wrote: > The branch main has been updated by kib: > > URL: https://cgit.FreeBSD.org/src/commit/?id=b5cadc643e853fa4cb23e5315e6f40bf9979a9c0 > > commit b5cadc643e853fa4cb23e5315e6f40bf9979a9c0 > Author: Konstantin Belousov <kib@FreeBSD.org> > AuthorDate: 2021-10-05 05:11:32 +0000 > Commit: Konstantin Belousov <kib@FreeBSD.org> > CommitDate: 2021-10-08 00:21:43 +0000 > > 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 Nice! I've long wanted this feature. -- John Baldwin