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