History log of /freebsd-10.3-release/lib/libc/gen/sem_post.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 278410 08-Feb-2015 jilles

MFC r277862: sem_post(): Fix and document semaphore value overflow error.

The error code is per Austin Group issue #315.

I provided different wording for the manual page change.

Submitted by: pluknet


# 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


# 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


# 116025 08-Jun-2003 charnier

The .Fn function


# 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.


# 81588 13-Aug-2001 ru

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


# 81352 09-Aug-2001 yar

Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.

Reviewed by: ru


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 73093 26-Feb-2001 ru

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


# 64111 01-Aug-2000 jasone

Make sem_post() safe to call from within a signal handler, as required by
POSIX/SUSv2.


# 63364 18-Jul-2000 jasone

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


# 63352 17-Jul-2000 jasone

Reshuffle the SEE ALSO section.

Prompted by: sheldonh


# 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