]> git.ipfire.org Git - thirdparty/glibc.git/commit
manual: Update signal descriptions
authorDJ Delorie <dj@redhat.com>
Fri, 17 Jan 2025 22:34:02 +0000 (17:34 -0500)
committerDJ Delorie <dj@redhat.com>
Thu, 6 Feb 2025 04:35:29 +0000 (23:35 -0500)
commitbb6496b96444dfd55d7105396780f6eba14b1cd9
treee072acb42edea574a3014ad93a32291a9e98023e
parentcdb0800022110bc68a033944f09e501be5bd72d7
manual: Update signal descriptions

Based on auditing all the signals and source trees for Hurd and
Linux...

SIGSYS - This is not used for a bad system call (ENOSYS is used
for that).  This is used by SECCOMP and some cases where an invalid
sub-function was requested.

SIGSTKFLT - Note it used to be a coprocessor stack fault but is now
obsolete and available for general user use.

SIGLOST - Hurd only now; note that its original purpose as an NFS
lock lost signal is obsolete.

SIGPWR - Note this is for power lost *and* power restored, and is
more a user-mode signal than a kernel-generated signal.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
manual/signal.texi