Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/sys/sigwait.c
RevisionDateAuthorComments
 1.5  20-Mar-2012  matt Convert to C89 prototypes. Remove use of __P
 1.4  31-May-2010  drochner branches: 1.4.6;
another POSIX compliance fix: sigwait(3) should not use errno but
return the error code directly
 1.3  30-May-2010  drochner -fix internal use of sigwaitinfo(2) by sigwait(3): The former returns
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.
 1.2  28-Apr-2008  martin branches: 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1  15-Feb-2003  jdolecek branches: 1.1.30;
add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals

note these are for non-threaded programs only - libpthread will provide
it's own thread-aware wrapper
 1.1.30.1  18-May-2008  yamt sync with head.
 1.2.8.2  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2.8.1  28-Apr-2008  martin file sigwait.c was added on branch christos-time_t on 2008-04-28 20:23:01 +0000
 1.4.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed