History log of /freebsd-10.1-release/lib/libc/gen/sem_wait.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 249567 16-Apr-2013 joel

mdoc: remove superfluous paragraph macro.


# 249566 16-Apr-2013 jhb

- 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 sem_timedwait() if interrupted by a signal.

MFC after: 1 week


# 177140 13-Mar-2008 ru

Add missing section number.


# 177133 12-Mar-2008 davidxu

In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSO
section, sync it with sem_wait.3.


# 147952 13-Jul-2005 rwatson

Cross-reference sem_getvalue(3) from several other semaphore-related
functions.

MFC after: 3 days


# 131465 02-Jul-2004 ru

Markup tidying.


# 124530 14-Jan-2004 ru

- libc/sys/sem.c was repocopied to libc/gen/sem.c.
- sem_*(3) manpages were repocopied from libc_r.

Reviewed by: deischen
Repocopy by: markm


# 112542 24-Mar-2003 charnier

The .Fn function. Use .Xr where appropriate.


# 109220 14-Jan-2003 tjr

Cross reference sem(4) so users know which kernel options are required
to use these semaphore functions.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 82642 31-Aug-2001 ru

Use ``.Rv -std'' wherever possible.

Submitted by: yar


# 81588 13-Aug-2001 ru

Spell "FreeBSD" with "F" and "BSD" in uppercase.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 73093 26-Feb-2001 ru

Use ``.St -p1003.1-96''.


# 63364 17-Jul-2000 jasone

Change my email address in the copyright notices for the sake of consistency
(jasone@canonware.com --> jasone@freebsd.org).


# 59501 22-Apr-2000 phantom

Introduce .Lb macro to libc_r manpages.


# 57260 16-Feb-2000 jasone

Add man pages for the sem_*() functions.

Approved by: jkh