| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
5fee12e1
|
| 08-Jul-2023 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Correct grammo. This one has spread. Should be the last.
|
| #
2b87addf
|
| 29-Jan-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
libthr: Fix pthread_attr_[g|s]etaffinity_np manual.
Fix my fault in f35093f8.
MFC after: 1 week
|
| #
f35093f8
|
| 11-May-2022 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Use Linux semantics for the thread affinity syscalls.
Linux has more tolerant checks of the user supplied cpuset_t's.
Minimum cpuset_t size that the Linux kernel permits in case of getaffinity() is
Use Linux semantics for the thread affinity syscalls.
Linux has more tolerant checks of the user supplied cpuset_t's.
Minimum cpuset_t size that the Linux kernel permits in case of getaffinity() is the maximum CPU id, present in the system / NBBY, the maximum size is not limited. For setaffinity(), Linux does not limit the size of the user-provided cpuset_t, internally using only the meaningful part of the set, where the upper bound is the maximum CPU id, present in the system, no larger than the size of the kernel cpuset_t. Unlike FreeBSD, Linux ignores high bits if set in the setaffinity(), so clear it in the sched_setaffinity() and Linuxulator itself.
Reviewed by: Pau Amma (man pages) In collaboration with: jhb Differential revision: https://reviews.freebsd.org/D34849 MFC after: 2 weeks
show more ...
|
| #
df7d7638
|
| 07-Oct-2021 |
Felix Johnson <felix.the.red@gmail.com> |
pthread_np.3: Add a manpage summarizing all of the pthread extensions.
PR: 197299 MFC after: 1 week
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
5fee12e1
|
| 08-Jul-2023 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Correct grammo. This one has spread. Should be the last.
|
| #
2b87addf
|
| 29-Jan-2023 |
Dmitry Chagin <dchagin@FreeBSD.org> |
libthr: Fix pthread_attr_[g|s]etaffinity_np manual.
Fix my fault in f35093f8.
MFC after: 1 week
|
| #
f35093f8
|
| 11-May-2022 |
Dmitry Chagin <dchagin@FreeBSD.org> |
Use Linux semantics for the thread affinity syscalls.
Linux has more tolerant checks of the user supplied cpuset_t's.
Minimum cpuset_t size that the Linux kernel permits in case of getaffinity() is
Use Linux semantics for the thread affinity syscalls.
Linux has more tolerant checks of the user supplied cpuset_t's.
Minimum cpuset_t size that the Linux kernel permits in case of getaffinity() is the maximum CPU id, present in the system / NBBY, the maximum size is not limited. For setaffinity(), Linux does not limit the size of the user-provided cpuset_t, internally using only the meaningful part of the set, where the upper bound is the maximum CPU id, present in the system, no larger than the size of the kernel cpuset_t. Unlike FreeBSD, Linux ignores high bits if set in the setaffinity(), so clear it in the sched_setaffinity() and Linuxulator itself.
Reviewed by: Pau Amma (man pages) In collaboration with: jhb Differential revision: https://reviews.freebsd.org/D34849 MFC after: 2 weeks
show more ...
|
| #
df7d7638
|
| 07-Oct-2021 |
Felix Johnson <felix.the.red@gmail.com> |
pthread_np.3: Add a manpage summarizing all of the pthread extensions.
PR: 197299 MFC after: 1 week
|
| #
b6f7731d
|
| 10-May-2018 |
Xin LI <delphij@FreeBSD.org> |
Remove "All rights reserved" from my files.
See r333391 for the rationale.
MFC after: 1 week
|
| #
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 ...
|
| #
246e7a2b
|
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
| #
ee7b0571
|
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
| #
1b833d53
|
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
| #
a63d6c94
|
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part6)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
| #
d1d01586
|
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
| #
40f65a4d
|
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
| #
552311f4
|
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
| #
cfe30d02
|
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
| #
cd088fc4
|
| 21-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
Remove cross-references to nonexistent CPU_SET(3) manpage. Also fix cpu_getaffinity(2) document title.
PR: 176317 Submitted by: brucec
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
8833b15f
|
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
| #
9a120330
|
| 23-Jan-2010 |
Christian Brueffer <brueffer@FreeBSD.org> |
MFC: r202162
Various fixes.
|