Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 08:00:01 GMT
From:      Jukka Ukkonen <jau@oxit.fi>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/180719: [libc] [patch] Compatibility enhancement - sigsend() (function) and sigsendset() (system call)
Message-ID:  <201310110800.r9B801XE033347@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310110800.r9B801XE033347>