History log of /netbsd/lib/libpthread/pthread_mutexattr.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# 7fd77b5d 02-Feb-2017 njoly <njoly@NetBSD.org>

Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.


# 616ce410 05-Jul-2016 wiz <wiz@NetBSD.org>

Fix some lint.

Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.


# 774674fd 03-Jul-2016 christos <christos@NetBSD.org>

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is d

GSoC 2016 Charles Cui: Implement thread priority protection based on work
by Andy Doran. Also document the get/set pshared thread calls as not
implemented, and add a skeleton implementation that is disabled.
XXX: document _sched_protect(2).

show more ...


# 8fe295c5 08-Jul-2010 jruoho <jruoho@NetBSD.org>

.Xr instaed of .Fn for pthread_mutex_init(3), update the error codes,
cleanup STANDARDS, etc.


# ebe1a1a4 20-May-2010 jruoho <jruoho@NetBSD.org>

Use a list with the mutex type. Note, from the standard, that recursive
mutexes should be avoided when condition variables are used.


# 7d9f3abb 11-Apr-2009 wiz <wiz@NetBSD.org>

Avoid duplicate .Pp.


# 637bc2e7 04-May-2008 martin <martin@NetBSD.org>

Move TNF licenses to 2 clause form


# 9e9284ad 17-Apr-2007 heinz <heinz@NetBSD.org>

Fixed spelling error.


# 52e496a6 17-Jun-2005 wiz <wiz@NetBSD.org>

New sentence, new line.


# 568accb2 17-Jun-2005 peter <peter@NetBSD.org>

Fix various spelling errors.

From Igor Sobrado in PR/29997.


# 9cf9c231 21-Mar-2005 kleink <kleink@NetBSD.org>

Add restrict qualifiers to <pthread.h> function arguments.


# ba587118 04-Jul-2003 wiz <wiz@NetBSD.org>

Drop trailing whitespace.


# e714d726 08-Jun-2003 thorpej <thorpej@NetBSD.org>

$NetBSD$, not $Header$.


# 55818196 03-Jun-2003 nathanw <nathanw@NetBSD.org>

Man pages for libpthread, adapted from FreeBSD by Stephen Degler.