summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigaction.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document that execve(2) resets SIGCHLD to SIG_DFLguenther2015-10-111-4/+5
* Prefer .Fa over .Em for struct membersguenther2015-10-111-3/+3
* chflagsat() is also async-signal-safeguenther2015-05-121-2/+3
* Fix sa_sigaction() handler example. The third argument is void * andmillert2015-04-141-9/+15
* macro cleanup; from Kaspars at Bankovskis dot netschwarze2014-12-141-4/+4
* When listing the async-signal-safe functions, don't split out "ANSI C"guenther2014-11-171-15/+11
* We missed a hyphen in 'async-signal-safe'guenther2014-09-151-2/+2
* Mention that SIGTHR is both local and weirdguenther2014-09-151-2/+12
* sockatmark(3) has been implemented; add it to the async-signal-safe listsguenther2014-09-101-4/+2
* update STANDARDS reference from POSIX 1990 to POSIX 2008;schwarze2014-09-101-31/+20
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-091-7/+4
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-2/+6
* Add pthread_sigmask() and raise() to the list of async signal safematthew2014-07-211-1/+3
* Fix typo: s/lstate/lstat/matthew2014-07-211-3/+3
* Document that abort() is async signal safe now that it doesn't flushmatthew2014-07-191-6/+5
* Oops, getentropy() is an "extension interface", not a "base interface"matthew2014-07-181-2/+2
* Document that getentropy() is async signal safe.matthew2014-07-181-2/+3
* Document that v?dprintf() is just as safe as v?snprintf(). OK espie@millert2014-05-231-2/+6
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-6/+6
* more Bx;jmc2013-08-141-3/+3
* Clarify behavior of SA_NOCLDWAITguenther2013-05-101-7/+13
* Lists should be sorted by the normal alphabet, not my private oneguenther2013-05-081-2/+2
* We have fdatasync() and pselect() now, so uncomment them in the list ofguenther2013-05-081-4/+5
* Document that openat(), etc are safe to call from a signal handler.matthew2012-04-031-20/+20
* knock out some useless Pp;jmc2011-09-031-2/+1
* make -column lists pretty again;jmc2011-09-031-37/+36
* Do not attempt to silently continue text for the last column of tablesschwarze2010-02-251-5/+3
* Update the list of async-signal-safe functionsguenther2009-12-161-144/+98
* convert to new .Dd format;jmc2007-05-311-2/+2
* ANSI function prototypes in examples; ok ottojaredy2005-10-091-8/+4
* take some .Fd out of a literal block;jmc2005-09-061-4/+4
* various improvements to lists and displays:jmc2004-04-151-2/+1
* actually snprintf/vsnprintf are now signal race safederaadt2003-12-021-2/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-06-011-18/+16
* cpu -> CPUjmc2003-05-121-2/+2
* .Xr typos;jmc2003-03-061-2/+2
* typos;jmc2003-02-281-36/+34
* some more functions that are (only on OpenBSD) safe in signal handlers.deraadt2003-02-031-2/+17
* Initial cleanup:mpech2002-04-301-2/+2
* Fix error; open(2) is not supposed to restart when SA_RESTART is set,millert2002-03-141-2/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* If the handler for SIGCHLD is set to SIG_IGN, act as if themillert2002-01-071-1/+12
* list syslog_r as safe in signal handlersderaadt2001-11-071-1/+5
* o) We always close .Bl and .Bd tags;mpech2001-08-061-2/+1
* mdoc police.aaron2001-03-111-5/+7
* first cut at "what is allowed in a signal handler, based on but extended from FreeBSD listderaadt2001-01-171-4/+125
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-17/+19
* formatting, grammar, and typo correctionpjanzen2000-08-051-11/+13