| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that execve(2) resets SIGCHLD to SIG_DFL |  guenther | 2015-10-11 | 1 | -4/+5 |
* | Prefer .Fa over .Em for struct members |  guenther | 2015-10-11 | 1 | -3/+3 |
* | chflagsat() is also async-signal-safe |  guenther | 2015-05-12 | 1 | -2/+3 |
* | Fix sa_sigaction() handler example. The third argument is void * and |  millert | 2015-04-14 | 1 | -9/+15 |
* | macro cleanup; from Kaspars at Bankovskis dot net |  schwarze | 2014-12-14 | 1 | -4/+4 |
* | When listing the async-signal-safe functions, don't split out "ANSI C" |  guenther | 2014-11-17 | 1 | -15/+11 |
* | We missed a hyphen in 'async-signal-safe' |  guenther | 2014-09-15 | 1 | -2/+2 |
* | Mention that SIGTHR is both local and weird |  guenther | 2014-09-15 | 1 | -2/+12 |
* | sockatmark(3) has been implemented; add it to the async-signal-safe lists |  guenther | 2014-09-10 | 1 | -4/+2 |
* | update STANDARDS reference from POSIX 1990 to POSIX 2008; |  schwarze | 2014-09-10 | 1 | -31/+20 |
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS |  guenther | 2014-09-09 | 1 | -7/+4 |
* | Add additional kernel interfaces for setting close-on-exec on fds |  guenther | 2014-08-31 | 1 | -2/+6 |
* | Add pthread_sigmask() and raise() to the list of async signal safe |  matthew | 2014-07-21 | 1 | -1/+3 |
* | Fix typo: s/lstate/lstat/ |  matthew | 2014-07-21 | 1 | -3/+3 |
* | Document that abort() is async signal safe now that it doesn't flush |  matthew | 2014-07-19 | 1 | -6/+5 |
* | Oops, getentropy() is an "extension interface", not a "base interface" |  matthew | 2014-07-18 | 1 | -2/+2 |
* | Document that getentropy() is async signal safe. |  matthew | 2014-07-18 | 1 | -2/+3 |
* | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ |  millert | 2014-05-23 | 1 | -2/+6 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -6/+6 |
* | more Bx; |  jmc | 2013-08-14 | 1 | -3/+3 |
* | Clarify behavior of SA_NOCLDWAIT |  guenther | 2013-05-10 | 1 | -7/+13 |
* | Lists should be sorted by the normal alphabet, not my private one |  guenther | 2013-05-08 | 1 | -2/+2 |
* | We have fdatasync() and pselect() now, so uncomment them in the list of |  guenther | 2013-05-08 | 1 | -4/+5 |
* | Document that openat(), etc are safe to call from a signal handler. |  matthew | 2012-04-03 | 1 | -20/+20 |
* | knock out some useless Pp; |  jmc | 2011-09-03 | 1 | -2/+1 |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 1 | -37/+36 |
* | Do not attempt to silently continue text for the last column of tables |  schwarze | 2010-02-25 | 1 | -5/+3 |
* | Update the list of async-signal-safe functions |  guenther | 2009-12-16 | 1 | -144/+98 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | ANSI function prototypes in examples; ok otto |  jaredy | 2005-10-09 | 1 | -8/+4 |
* | take some .Fd out of a literal block; |  jmc | 2005-09-06 | 1 | -4/+4 |
* | various improvements to lists and displays: |  jmc | 2004-04-15 | 1 | -2/+1 |
* | actually snprintf/vsnprintf are now signal race safe |  deraadt | 2003-12-02 | 1 | -2/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder |  jmc | 2003-06-01 | 1 | -18/+16 |
* | cpu -> CPU |  jmc | 2003-05-12 | 1 | -2/+2 |
* | .Xr typos; |  jmc | 2003-03-06 | 1 | -2/+2 |
* | typos; |  jmc | 2003-02-28 | 1 | -36/+34 |
* | some more functions that are (only on OpenBSD) safe in signal handlers. |  deraadt | 2003-02-03 | 1 | -2/+17 |
* | Initial cleanup: |  mpech | 2002-04-30 | 1 | -2/+2 |
* | Fix error; open(2) is not supposed to restart when SA_RESTART is set, |  millert | 2002-03-14 | 1 | -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. |  millert | 2002-02-16 | 1 | -3/+3 |
* | If the handler for SIGCHLD is set to SIG_IGN, act as if the |  millert | 2002-01-07 | 1 | -1/+12 |
* | list syslog_r as safe in signal handlers |  deraadt | 2001-11-07 | 1 | -1/+5 |
* | o) We always close .Bl and .Bd tags; |  mpech | 2001-08-06 | 1 | -2/+1 |
* | mdoc police. |  aaron | 2001-03-11 | 1 | -5/+7 |
* | first cut at "what is allowed in a signal handler, based on but extended from FreeBSD list |  deraadt | 2001-01-17 | 1 | -4/+125 |
* | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least |  aaron | 2000-12-15 | 1 | -2/+2 |
* | Another round of man page cleanup, this time to remove more hard sentence |  aaron | 2000-10-18 | 1 | -17/+19 |
* | formatting, grammar, and typo correction |  pjanzen | 2000-08-05 | 1 | -11/+13 |