Bug 172144 - psignal(9) manpage is outdated for FreeBSD-9 systems
Summary: psignal(9) manpage is outdated for FreeBSD-9 systems
Status: Open
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 12:40 UTC by Luis López Solé
Modified: 2018-04-11 20:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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