Date: Thu, 6 Jul 2023 06:57:43 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3b05949e4932 - stable/13 - killpg1(): update the herald comment Message-ID: <202307060657.3666vhaa039843@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3b05949e49326e6ddcb1f4d14f74a03e3ec14e96 commit 3b05949e49326e6ddcb1f4d14f74a03e3ec14e96 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-06-16 09:02:04 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-07-06 06:55:58 +0000 killpg1(): update the herald comment (cherry picked from commit 4b59d1724b765063891cb44c28079b4c503a02fd) --- sys/kern/kern_sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 539c020c183e..79440c2866df 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1744,7 +1744,7 @@ killpg1_sendsig(struct proc *p, bool notself, struct killpg1_ctx *arg) /* * Common code for kill process group/broadcast kill. - * cp is calling process. + * td is the calling thread, as usual. */ static int killpg1(struct thread *td, int sig, int pgid, int all, ksiginfo_t *ksi)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307060657.3666vhaa039843>