The following reply was made to PR kern/180719; it has been noted by GNATS.
From: Jukka Ukkonen <[email protected]> To: [email protected], [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
