summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigaltstack.2
Commit message (Collapse)AuthorAgeFilesLines
* Use NULL instead of 0 for pointer in example.kib2010-08-291-1/+1
| | | | MFC after: 3 days
* sigaltstack(2): document some modernizations:jilles2010-05-061-17/+15
| | | | | | | | | * un-document 'struct sigaltstack' tag for stack_t as this is BSD-specific; this doesn't seem useful enough to document as such * alternate stacks are per thread, not per process * update error codes to what the kernel does and POSIX requires MFC after: 1 week
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-3/+7
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-021-1/+1
| | | | | | `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001.
* Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.archie2002-09-101-6/+6
| | | | MFC after: 3 days
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-4/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-041-1/+1
| | | | initially suggested by mdoc(7) style, but was broken over the years
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Typo.pb1999-05-251-2/+2
| | | | | PR: docs/11832 Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* Updated type of ss_size in struct sigaltstack.bde1999-01-011-3/+2
| | | | Removed bogus prerequisite <sys/types.h>.
* Make this man page really match the current <sys/signal.h> again andbde1997-03-121-2/+2
| | | | | the 2.x <sys/signal.h> for the first time :-). The type of ss_sp was lexically different.
* Make this man page match the current <sys/signal.h> again :-).mpp1997-03-121-3/+4
| | | | | | Bruce says that since NetBSD, OpenBSD and Linux currently use ss_sp, we won't be changing it to the lite2 ss_base. The type may change at some later date.
* Update the structure to match how things are going to appear aftermpp1997-03-121-3/+3
| | | | bde commits some changes later tonight.
* Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,mpp1997-03-121-3/+3
| | | | | | | | but in one case the Lite2 changes were flat out wrong and caused the man page to disagree with a header file. There are still some *roff macro calls that were added that I have yet to figure out what to do with in some of the man pages.
* Merge from Lite2 onto mainline -peter1997-03-111-5/+5
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used forpeter1996-03-021-3/+3
| | | | | | ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+165
OpenPOWER on IntegriCloud