| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-20 | Convert to C89 prototypes. Remove use of __P | matt | |
| 2010-05-31 | another POSIX compliance fix: sigwait(3) should not use errno but | drochner | |
| return the error code directly | |||
| 2010-05-30 | -fix internal use of sigwaitinfo(2) by sigwait(3): The former returns | drochner | |
| the signal number now, as required by POSIX. The latter should just return 0 on success. Fixes a mysql problem reported by Kurt Schreiner. -document the new behavior of sigwaitinfo and sigtimedwait -retain non-POSIX behavior for NetBSD-5 binary compatibility -- the fix would likely not be polled into the .0-branches, and having 5.0.x and 5.x behave differently would be confusing. Besides that, it was documented in the manpage all the time. | |||
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin | |
| 2003-02-15 | add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals | jdolecek | |
| note these are for non-threaded programs only - libpthread will provide it's own thread-aware wrapper | |||
