aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/sched_getaffinity.c
Commit message (Expand)AuthorAgeFilesLines
* cpuset: Add compat shim to the sched_affinity functionsDmitry Chagin2023-02-151-1/+14
* cpuset: Fix sched_[g|s]etaffinity() for better compatibility with Linux.Dmitry Chagin2023-01-291-1/+1
* Fixed the value returned by sched_getaffinity().Dmitry Chagin2022-05-121-4/+0
* Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-111-18/+9
* sched_get/setaffinity(): try to be more compatible with LinuxKonstantin Belousov2022-01-031-0/+20
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+0
* sched_get/setaffinity(3): pid 0 should designate current processMath Ieu2021-12-171-2/+2
* sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_TKonstantin Belousov2021-11-131-0/+1
* Add sched_get/setaffinity(3)Konstantin Belousov2021-11-101-0/+36