| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
3611ec60
|
| 18-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337646 through r338014.
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
3611ec60
|
| 18-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337646 through r338014.
|
| #
b6413b6d
|
| 18-Aug-2018 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
POSIX compliance improvements in the pthread(3) functions.
This basically adds makes use of the C99 restrict keyword, and also adds some 'const's to four threading functions: pthread_mutexattr_getty
POSIX compliance improvements in the pthread(3) functions.
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
show more ...
|
| #
28e33578
|
| 03-Jun-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
Improve errno documentation in pthread_create(3) and thr_new(2)
Add some missing errno values to thr_new(2) and pthread_create(3). In particular, EDEADLK was not documented in the latter. While I'm
Improve errno documentation in pthread_create(3) and thr_new(2)
Add some missing errno values to thr_new(2) and pthread_create(3). In particular, EDEADLK was not documented in the latter. While I'm here, improve some English and cross-references.
Reviewed by: kib Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D6663
show more ...
|
| #
6cec9cad
|
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
| #
1709ccf9
|
| 29-Mar-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r263906.
|
| #
0d7f18cd
|
| 16-Mar-2014 |
John-Mark Gurney <jmg@FreeBSD.org> |
Xref pthread_cancel...
bump Dd, _exit was still dated 1996! yes, it has been modified a few times since then...
MFC after: 1 week
|
| #
b6413b6d
|
| 18-Aug-2018 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
POSIX compliance improvements in the pthread(3) functions.
This basically adds makes use of the C99 restrict keyword, and also adds some 'const's to four threading functions: pthread_mutexattr_getty
POSIX compliance improvements in the pthread(3) functions.
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
show more ...
|
| #
28e33578
|
| 03-Jun-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
Improve errno documentation in pthread_create(3) and thr_new(2)
Add some missing errno values to thr_new(2) and pthread_create(3). In particular, EDEADLK was not documented in the latter. While I'm
Improve errno documentation in pthread_create(3) and thr_new(2)
Add some missing errno values to thr_new(2) and pthread_create(3). In particular, EDEADLK was not documented in the latter. While I'm here, improve some English and cross-references.
Reviewed by: kib Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D6663
show more ...
|
| #
6cec9cad
|
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
| #
1709ccf9
|
| 29-Mar-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r263906.
|
| #
0d7f18cd
|
| 16-Mar-2014 |
John-Mark Gurney <jmg@FreeBSD.org> |
Xref pthread_cancel...
bump Dd, _exit was still dated 1996! yes, it has been modified a few times since then...
MFC after: 1 week
|
| #
3e9ed1ef
|
| 22-Oct-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Hide the implementation details about multiple threading libraries from the synopses of pthread*(3) manpages.
Reviewed by: deischen, davidxu
|
| #
6a8a30dc
|
| 04-Nov-2006 |
Tom Rhodes <trhodes@FreeBSD.org> |
Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3.
PR: 60679 Submitted by: roam (with minor modifications)
|
| #
b889a971
|
| 01-Nov-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Expand "Nov" to "November" in Dd macro, remove eol whitespace.
|
| #
29f4831b
|
| 01-Nov-2006 |
David Xu <davidxu@FreeBSD.org> |
Add error code EPERM.
Reviewed by: ru, deischen
|
| #
5bb9f210
|
| 30-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Remove mentions of libc_r.
|
| #
5203edcd
|
| 03-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks and double whitespaces.
|
| #
f9f9d2e8
|
| 15-Jan-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Document interfaces that are supported by libthr.
|