Date: Sat, 27 Feb 2010 15:32:49 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <201002271533.o1RFX26g070149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-02-27 15:32:49 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
Log:
SVN rev 204413 on 2010-02-27 15:32:49Z by kib
For kinfo_proc in kp->ki_siglist, return the set of the signals pending
in the process queue when gathering information for the process, and set
of signals pending for the thread, when gathering information for the
thread. Previously, the sysctl returned a union of the process and some
arbitrary thread pending set for the process, and union of the process
and the thread pending set for the thread.
MFC after: 1 week
Revision Changes Path
1.293 +6 -4 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002271533.o1RFX26g070149>
