From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 3 10:20:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BA388A7 for ; Fri, 3 Jan 2014 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0B81E16 for ; Fri, 3 Jan 2014 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s03AK1Ad071146 for ; Fri, 3 Jan 2014 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s03AK14i071145; Fri, 3 Jan 2014 10:20:01 GMT (envelope-from gnats) Date: Fri, 3 Jan 2014 10:20:01 GMT Message-Id: <201401031020.s03AK14i071145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jukka Ukkonen Subject: Re: kern/180719: [libc] [patch] Compatibility enhancement - sigsend() (function) and sigsendset() (system call) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jukka Ukkonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 10:20:01 -0000 The following reply was made to PR kern/180719; it has been noted by GNATS. From: Jukka Ukkonen 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, 03 Jan 2014 12:18:44 +0200 Now that a bunch of new system calls from cap_rights_limit() to procctl() have reserved entry numbers from 533 to 544, the code 533 I had originally used in the sigsend()/sigsendset() patch needs to be changed to 545. --jau