freebsd-dev/share/man
Dmitry Chagin 62801712df libthr: Fix pthread_[g|s]etaffinity_np manual.
Since f35093f8 semantics of a thread affinity functions is changed to be a
compatible with Linux:
In case of getaffinity(), the minimum cpuset_t size that the kernel permits is
the maximum CPU id, present in the system, / NBBY bytes, the maximum size is not
limited.
In case of setaffinity(), the kernel 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.

Reviewed by:		jhb, kib
Differential Revision:	https://reviews.freebsd.org/D38111
MFC after:		1 week
2023-01-29 15:36:25 +03:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 libthr: Fix pthread_[g|s]etaffinity_np manual. 2023-01-29 15:36:25 +03:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 qat: Add Intel® 4xxx Series platform support 2023-01-24 10:33:50 -05:00
man5 Add extended attributes 2023-01-29 11:13:14 +03:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 release.7: Correct a variable name 2023-01-27 14:01:12 -05:00
man8 rc: add a manual entry for ${name}_setup 2022-11-11 22:21:39 +01:00
man9 rtalloc.9: remove obsolete man page 2023-01-27 18:01:47 -04:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00