about summary refs log tree commit diff
path: root/include/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* prepare struct sched_param for change in time_t definitionRich Felker2019-10-281-0/+4
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+4
* sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* remove sporadic server members from struct sched_paramRich Felker2019-08-141-4/+6
* fix use of memset without declaration in sched.h cpu set macrosRich Felker2017-09-281-0/+1
* fix undefined behavior in sched.h cpu_set_t usageRich Felker2016-09-191-3/+3
* add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* add sched_getcpuNathan Zadoks2016-03-021-0/+1
* fix CPU_EQUAL macro in sched.hSzabolcs Nagy2014-08-131-1/+1
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+1
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-111-1/+1
* add cpu affinity interfacesRich Felker2013-08-101-0/+61
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+3
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-0/+2
* add linux-specific unshare syscall wrapperRich Felker2012-04-291-0/+1
* overhaul clone syscall wrappingRich Felker2011-09-181-0/+27
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+37