summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaction.2
Commit message (Expand)AuthorAgeFilesLines
* [skip ci] document close_range(2) as async-signal-safeAlan Somers2020-07-211-1/+2
* sigaction.2: Minor cleanupsConrad Meyer2018-06-281-8/+11
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Reinstate Xr macros that were accidentally removed in a previousDag-Erling Smørgrav2016-09-301-5/+7
* After perusal of the documentation and some experimentation, I found aDag-Erling Smørgrav2016-09-301-103/+32
* Format the table correctly, using cell separators instead of relyingDag-Erling Smørgrav2016-09-301-33/+96
* Update some signal man pages for multithreading.Jilles Tjoelker2013-09-061-18/+34
* sigaction(2): Document various non-POSIX functions as async-signal safe.Jilles Tjoelker2013-06-081-2/+15
* sigaction(2): *at system calls are async-signal safe.Jilles Tjoelker2013-05-311-0/+14
* sigaction(2): Extend description of async-signal safe functions:Jilles Tjoelker2013-05-311-13/+108
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.Jilles Tjoelker2012-09-271-8/+1
* Update xrefs from 4.3BSD to modern signal functions in various man pages.Jilles Tjoelker2010-05-061-4/+0
* Revert r206649.Konstantin Belousov2010-04-181-18/+13
* Still reference struct __sigaction with clarification when this formKonstantin Belousov2010-04-151-0/+10
* Align the declaration for sa_sigaction with POSIX.Konstantin Belousov2010-04-131-2/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Add cross references to siginfo.3.David Xu2005-12-131-0/+1
* Sort sections.Ruslan Ermilov2005-01-201-19/+19
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Use ".In" to mark up C include file names.Yaroslav Tykhiy2004-06-071-2/+4
* Each sentence should begin on a new line.Yaroslav Tykhiy2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.Yaroslav Tykhiy2004-06-071-32/+60
* Finally document the option to avoid zombie creationYaroslav Tykhiy2004-06-071-1/+11
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* The .Fn functionPhilippe Charnier2003-03-241-2/+3
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+3
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-2/+2
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-8/+12
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-2/+5
* Restored sigaction's name in its prototype.Bruce Evans2002-10-241-1/+1
* de-__P()Alfred Perlstein2002-10-091-2/+1
* Correct the regressive part of my last commit to these files:Robert Drehmel2002-10-041-4/+2
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-1/+4
* Update to reflect reality.Archie Cobbs2002-09-111-2/+3
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-6/+16
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-4/+1
* Mention the sa_handler and sa_sigaction #defines in the synopsis.Brian Somers2001-07-311-3/+7
* The delta introduced in the previous revision and attributed to theSheldon Hearn2001-07-241-2/+4
* Add a few more functions which are safe to call from signal handlers,Kris Kennaway2001-07-241-0/+20
* Remove whitespace at EOL.Dima Dorfman2001-07-151-18/+18
* List the SA_RESTART flag rather than burying it in another paragraph.Peter Wemm2001-02-141-0/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-8/+8
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-2/+2
* Replace old sigaction struct declaration with the new one as presentJeroen Ruigrok van der Werven2000-10-301-12/+8
* Fix typo; sa_siginfo -> sa_sigactionBen Smithurst2000-07-111-1/+1
* The argument is not mcontext_t but ucontext_t.Alexander Langer2000-06-261-1/+1