From nobody@FreeBSD.org  Fri Sep 28 11:39:48 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2456F106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 Lpez Sol <lluis.lopez.sole@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: psignal(9) manpage is outdated for FreeBSD-9 systems
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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 Lpez 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:
