Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/sys/sigtimedwait.2
RevisionDateAuthorComments
 1.8  02-Apr-2012  agc fix a couple of typos
 1.7  31-May-2010  drochner branches: 1.7.6;
another POSIX compliance fix: sigwait(3) should not use errno but
return the error code directly
 1.6  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.5  25-Feb-2009  ad Remove pointless AUTHORS sections. The names are in the source and CVS
history along with everyone else who has contributed.
 1.4  30-Apr-2008  martin branches: 1.4.8; 1.4.10;
Convert TNF licenses to new 2 clause variant
 1.3  16-Apr-2003  wiz branches: 1.3.30;
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
 1.2  03-Mar-2003  wiz Grammar improvements and some minor mdoc fixes.
 1.1  15-Feb-2003  jdolecek 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.3.30.1  18-May-2008  yamt sync with head.
 1.4.10.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.4.8.2  30-Apr-2008  martin Convert TNF licenses to new 2 clause variant
 1.4.8.1  30-Apr-2008  martin file sigtimedwait.2 was added on branch christos-time_t on 2008-04-30 13:10:52 +0000
 1.7.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed