| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This basically adds makes use of the C99 restrict keyword, and also
adds some 'const's to four threading functions: pthread_mutexattr_gettype(),
pthread_mutexattr_getprioceiling(), pthread_mutexattr_getprotocol(), and
pthread_mutex_getprioceiling. The changes are in accordance to POSIX/SUSv4-2018.
Hinted by: DragonFlyBSD
Relnotes: yes
MFC after: 1 month
Differential Revision: D16722
Notes:
svn path=/head/; revision=337992
|
|
|
|
| |
Notes:
svn path=/head/; revision=276261
|
|
|
|
|
|
|
|
|
| |
from the synopses of pthread*(3) manpages.
Reviewed by: deischen, davidxu
Notes:
svn path=/head/; revision=172880
|
|
|
|
|
|
|
|
| |
PR: 60679
Submitted by: roam (with minor modifications)
Notes:
svn path=/head/; revision=163983
|
|
|
|
| |
Notes:
svn path=/head/; revision=162845
|
|
|
|
| |
Notes:
svn path=/head/; revision=124562
|
|
|
|
|
|
|
|
|
|
|
| |
of each manpage lists libraries that have corresponding interfaces
implemented.
Prodded by: threads
Reviewed by: deischen
Notes:
svn path=/head/; revision=124535
|
|
|
|
|
|
|
|
|
|
| |
- Remove error code that can't be returned (and original description
was not proper English)
PR: docs/57434
Notes:
svn path=/head/; revision=123997
|
|
|
|
| |
Notes:
svn path=/head/; revision=112542
|
|
|
|
| |
Notes:
svn path=/head/; revision=84306
|
|
|
|
| |
Notes:
svn path=/head/; revision=79531
|
|
|
|
| |
Notes:
svn path=/head/; revision=79454
|
|
|
|
| |
Notes:
svn path=/head/; revision=73093
|
|
|
|
| |
Notes:
svn path=/head/; revision=59501
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48794
|
|
|
|
| |
Notes:
svn path=/head/; revision=38702
|
|
|
|
| |
Notes:
svn path=/head/; revision=38056
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
...is expected to conform to IEEE (``POSIX'') Std 1003.1c when it is
published.
to:
...conforms to ISO/IEC 9945-1 ANSI/IEEE (``POSIX'') Std 1003.1 Second
Edition 1996-07-12.
Discussed with: jb
Notes:
svn path=/head/; revision=38028
|
|
pthread_mutex routines. I've also tweaked pthread_create.3 to point to
pthread_cleanup_push(3) and pthread_cleanup_pop(3).
PR: 7450
Submitted by: Brian Cully <shmit@kublai.com>
Notes:
svn path=/head/; revision=37985
|