From owner-freebsd-doc@FreeBSD.ORG Fri Sep 28 11:40:10 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA0AA1065672 for ; Fri, 28 Sep 2012 11:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B948FC0C for ; Fri, 28 Sep 2012 11:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8SBeA5P070626 for ; Fri, 28 Sep 2012 11:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8SBeA0t070616; Fri, 28 Sep 2012 11:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 28 Sep 2012 11:40:10 GMT Resent-Message-Id: <201209281140.q8SBeA0t070616@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luis López Solé Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2456F106566B for ; Fri, 28 Sep 2012 11:39:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0A77D8FC15 for ; Fri, 28 Sep 2012 11:39:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8SBdlXZ087431 for ; Fri, 28 Sep 2012 11:39:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8SBdldc087430; Fri, 28 Sep 2012 11:39:47 GMT (envelope-from nobody) Message-Id: <201209281139.q8SBdldc087430@red.freebsd.org> Date: Fri, 28 Sep 2012 11:39:47 GMT From: Luis López Solé To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/172144: psignal(9) manpage is outdated for FreeBSD-9 systems X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 11:40:10 -0000 >Number: 172144 >Category: docs >Synopsis: psignal(9) manpage is outdated for FreeBSD-9 systems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 28 11:40:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Luis López Solé >Release: FreeBSD 9.1-RC1 >Organization: n/a >Environment: FreeBSD workstation 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: psignal function has been replaced for kern_psignal function as you can see in http://svnweb.FreeBSD.org/base/head/sys/kern/kern_context.c?revision=225617&view=markup Fri Sep 16 13:58:51 2011 UTC (12 months, 1 week ago) by kmacy File MIME type: text/plain File size: 3653 byte(s) In order to maximize the re-usability of kernel code in user space this patch modifies makesyscalls.sh to prefix all of the non-compatibility calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel entry points and all places in the code that use them. It also fixes an additional name space collision between the kernel function psignal and the libc function of the same name by renaming the kernel psignal kern_psignal(). By introducing this change now we will ease future MFCs that change syscalls. Reviewed by: rwatson Approved by: re (bz) >How-To-Repeat: Type: %man 9 psignal >Fix: >Release-Note: >Audit-Trail: >Unformatted: