kern/180719: [libc] [patch] Compatibility enhancement - sigsend() (function) and sigsendset() (system call)

Jukka Ukkonen jau at oxit.fi
Fri Oct 11 08:00:02 UTC 2013


The following reply was made to PR kern/180719; it has been noted by GNATS.

From: Jukka Ukkonen <jau at oxit.fi>
To: bug-followup at FreeBSD.org, jau at 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
 


More information about the freebsd-bugs mailing list