summaryrefslogtreecommitdiff
path: root/sys/kern/kern_time.c
AgeCommit message (Collapse)Author
32 hourskernel: time: Leave interrupts be on sleepIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-17kernel: time: Introduce SYS_sleepIan Moffett
Add SYS_sleep to put a thread to sleep for some time through a timespec Signed-off-by: Ian Moffett <ian@osmora.org>