summaryrefslogtreecommitdiff
path: root/include/sched.h
AgeCommit message (Expand)AuthorLines
2019-10-28prepare struct sched_param for change in time_t definitionRich Felker-0/+4
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker-0/+4
2019-09-11sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy-0/+1
2019-08-14remove sporadic server members from struct sched_paramRich Felker-4/+6
2017-09-28fix use of memset without declaration in sched.h cpu set macrosRich Felker-0/+1
2016-09-19fix undefined behavior in sched.h cpu_set_t usageRich Felker-3/+3
2016-06-09add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy-0/+1
2016-03-02add sched_getcpuNathan Zadoks-0/+1
2014-08-13fix CPU_EQUAL macro in sched.hSzabolcs Nagy-1/+1
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy-0/+1
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-1/+1
2013-08-10add cpu affinity interfacesRich Felker-0/+61
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker-0/+3
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2012-04-29add linux-specific unshare syscall wrapperRich Felker-0/+1
2011-09-18overhaul clone syscall wrappingRich Felker-0/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+37