看板 FB_bugs 關於我們 聯絡資訊
The following reply was made to PR kern/180719; it has been noted by GNATS. From: Jukka Ukkonen <jau@oxit.fi> To: bug-followup@FreeBSD.org, jau@iki.fi Cc: Subject: Re: kern/180719: [libc] [patch] Compatibility enhancement - sigsend() (function) and sigsendset() (system call) Date: Fri, 11 Oct 2013 10:52:41 +0300 It is better to replace the following line in sigsend() pset.p_op = POP_OR; with pset.p_op = POP_AND; This is more efficient inside the kernel when scanning the process list. --jau _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"