On Tuesday, April 16, 2013 05:15:03 PM Jilles Tjoelker wrote:
> On Tue, Apr 16, 2013 at 08:26:31PM +, John Baldwin wrote:
> > Author: jhb
> > Date: Tue Apr 16 20:26:31 2013
> > New Revision: 249566
> > URL: http://svnweb.freebsd.org/changeset/base/249566
> >
> > Log:
> > - Document that sem_
On Tue, Apr 16, 2013 at 08:26:31PM +, John Baldwin wrote:
> Author: jhb
> Date: Tue Apr 16 20:26:31 2013
> New Revision: 249566
> URL: http://svnweb.freebsd.org/changeset/base/249566
> Log:
> - Document that sem_wait() can fail with EINTR if it is interrupted by a
> signal.
> - Fix the
Author: jhb
Date: Tue Apr 16 20:26:31 2013
New Revision: 249566
URL: http://svnweb.freebsd.org/changeset/base/249566
Log:
- Document that sem_wait() can fail with EINTR if it is interrupted by a
signal.
- Fix the old ksem implementation for POSIX semaphores to not restart
sem_wait() or