Bug 172144

Summary: psignal(9) manpage is outdated for FreeBSD-9 systems
Product: Documentation Reporter: Luis López Solé <lluis.lopez.sole>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Only Me CC: doc
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Luis López Solé 2012-09-28 12:40:10 UTC
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
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:01:29 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped