History log of /freebsd-11.0-release/share/man/man3/pthread_rwlockattr_setpshared.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


# 301077 31-May-2016 jilles

Remove mentions that PTHREAD_PROCESS_SHARED is not supported from man pages.

Also add support for process-shared synchronization objects to the HISTORY
sections where they already exist.


# 276261 26-Dec-2014 bapt

sort SEE ALSO


# 172880 22-Oct-2007 ru

Hide the implementation details about multiple threading libraries
from the synopses of pthread*(3) manpages.

Reviewed by: deischen, davidxu


# 162845 30-Sep-2006 ru

Remove mentions of libc_r.


# 140561 21-Jan-2005 ru

Sort sections.


# 131530 03-Jul-2004 ru

Mechanically kill hard sentence breaks and double whitespaces.


# 124562 15-Jan-2004 ru

Document interfaces that are supported by libthr.


# 124535 14-Jan-2004 ru

Have a single set of POSIX threads man pages. The LIBRARY section
of each manpage lists libraries that have corresponding interfaces
implemented.

Prodded by: threads
Reviewed by: deischen


# 112542 24-Mar-2003 charnier

The .Fn function. Use .Xr where appropriate.


# 108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


# 84306 01-Oct-2001 ru

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


# 79366 06-Jul-2001 ru

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# 73339 02-Mar-2001 ru

mdoc(7) police: fix markup.


# 59501 22-Apr-2000 phantom

Introduce .Lb macro to libc_r manpages.


# 55041 23-Dec-1999 bde

Fixed bitrot in synopsis. The change from "int *pshared" to "int pshared"
hadn't reached here.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 38919 07-Sep-1998 alex

Implement pthread read/write locks as defined by Version 2 of the Single
UNIX Specification.

As with our standard mutexes, process shared locks are not supported at
this time.