summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigwait.2
Commit message (Collapse)AuthorAgeFilesLines
* Update some signal man pages for multithreading.jilles2013-09-061-2/+2
|
* sigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT] error condition.jilles2012-09-271-4/+1
| | | | | | | | | | | | | | Passing an invalid pointer results in undefined behaviour. The wrappers in libthr access some of the data pointed to by the arguments in userland, so that an invalid pointer will cause a signal and not an [EFAULT] error return. Furthermore, if the [EFAULT] error occurs when the kernel is writing, it is not a proper error in the sense that the call still commits (changing the signal disposition or accepting the signal). MFC after: 1 week
* Clarify the behaviour of sigwait() on signal interruption, and notekib2011-08-251-1/+9
| | | | | | the difference between sigwait() and sigtimedwait()/sigwaitinfo(). Approved by: re (bz)
* -mdoc sweep.ru2005-11-171-7/+13
|
* Add descriptions about signal queue.davidxu2005-11-111-0/+24
|
* Fixed markup.ru2004-07-031-0/+3
|
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.ru2004-01-141-5/+5
| | | | | Reviewed by: deischen Repocopy by: markm
* The .Fn function. Use .Xr where appropriate.charnier2003-03-241-2/+4
|
* 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.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Remove whitespace at EOL.dd2001-07-151-3/+3
|
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-1/+1
|
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-181-1/+1
| | | | (jasone@canonware.com --> jasone@freebsd.org).
* mdoc(7) cleanup:phantom2000-05-041-6/+5
| | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-021-0/+85
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538
OpenPOWER on IntegriCloud