History log of /src/lib/libpthread/pthread_mutexattr.3 |
Revision | | Date | Author | Comments |
1.15 |
| 10-Feb-2025 |
riastradh | libpthread: Say `restrict', not `__restrict', in man pages.
The private macro __restrict exists only to make .h files work with legacy C/C++ versions without support for the `restrict' keyword. It's only distracting to use in a man page.
|
1.14 |
| 02-Feb-2017 |
njoly | branches: 1.14.24; Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
|
1.13 |
| 05-Jul-2016 |
wiz | branches: 1.13.2; 1.13.4; Fix some lint.
Too much or too little whitespace; improve macro usage; add missing .El; merge error sections for same error code.
|
1.12 |
| 03-Jul-2016 |
christos | 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).
|
1.11 |
| 08-Jul-2010 |
jruoho | .Xr instaed of .Fn for pthread_mutex_init(3), update the error codes, cleanup STANDARDS, etc.
|
1.10 |
| 20-May-2010 |
jruoho | Use a list with the mutex type. Note, from the standard, that recursive mutexes should be avoided when condition variables are used.
|
1.9 |
| 11-Apr-2009 |
wiz | Avoid duplicate .Pp.
|
1.8 |
| 04-May-2008 |
martin | branches: 1.8.8; 1.8.10; Move TNF licenses to 2 clause form
|
1.7 |
| 17-Apr-2007 |
heinz | branches: 1.7.12; Fixed spelling error.
|
1.6 |
| 17-Jun-2005 |
wiz | New sentence, new line.
|
1.5 |
| 17-Jun-2005 |
peter | Fix various spelling errors.
From Igor Sobrado in PR/29997.
|
1.4 |
| 21-Mar-2005 |
kleink | Add restrict qualifiers to <pthread.h> function arguments.
|
1.3 |
| 04-Jul-2003 |
wiz | branches: 1.3.4; 1.3.6; Drop trailing whitespace.
|
1.2 |
| 08-Jun-2003 |
thorpej | $NetBSD$, not $Header$.
|
1.1 |
| 03-Jun-2003 |
nathanw | Man pages for libpthread, adapted from FreeBSD by Stephen Degler.
|
1.3.6.2 |
| 18-Jun-2005 |
tron | Pull up revision 1.5 (requested by peter in ticket #473): Fix various spelling errors. From Igor Sobrado in PR/29997.
|
1.3.6.1 |
| 22-Mar-2005 |
tron | Pull up revision 1.4 (requested by kleink in ticket #46): Add restrict qualifiers to <pthread.h> function arguments.
|
1.3.4.1 |
| 21-Jun-2005 |
riz | Pull up revision 1.5 (requested by peter in ticket #2002): Fix various spelling errors. From Igor Sobrado in PR/29997.
|
1.7.12.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.8.10.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.8.8.2 |
| 04-May-2008 |
martin | Move TNF licenses to 2 clause form
|
1.8.8.1 |
| 04-May-2008 |
martin | file pthread_mutexattr.3 was added on branch christos-time_t on 2008-05-04 19:43:06 +0000
|
1.13.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.13.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.14.24.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|