History log of /openbsd/lib/libpthread/man/pthread_mutex_lock.3 (Results 1 – 11 of 11)
Revision Date Author Comments
# 86f9d4cd 05-Jun-2013 tedu <tedu@openbsd.org>

use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze


# 19706a26 24-Feb-2012 guenther <guenther@openbsd.org>

Merge pthread_mutex_trylock(3) into pthread_mutex_lock(3) and document
pthread_mutex_timedlock() in that same page

ok fgsch@, brad@, as well as jmc@, who also fixed a bunch of nits


# 16111a3a 26-Jul-2007 jmc <jmc@openbsd.org>

apparently this function cannot return EBUSY, so back out -r1.7;
from pjanzen; ok marc


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 1ad1b766 09-Feb-2005 jmc <jmc@openbsd.org>

document [EBUSY];

from freebsd pr #73887;
ok marc@


# 82d2d131 21-Feb-2002 fgsch <fgsch@openbsd.org>

Use .St for standards. Random cleanups as well.


# 74493c91 24-Nov-1999 d <d@openbsd.org>

Add FreeBSD tags


# 02ecd0d2 02-Jul-1999 aaron <aaron@openbsd.org>

remove redundant .Pp macros


# c043c0f7 10-Mar-1999 d <d@openbsd.org>

Fix .Os so that correct OS version appears


# f8344ebd 09-Nov-1998 d <d@openbsd.org>

sync with FreeBSD (rwlock, gc thread, man pages)
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)


# a278733d 27-Aug-1998 d <d@openbsd.org>

experimental threaded libc - kernel only