summaryrefslogtreecommitdiff
path: root/sys/src/cmd/sleep.c
AgeCommit message (Collapse)Author
2022-12-19sleep: good night.cinap_lenrek
; (0x7fffffff/1000)*1000 + 999 0x8000015f oh no! ; 0x80000000-1024 0x7ffffc00 ; (0x7ffffc00/1000)*1000 + 999 0x7ffffd77 fixed.
2022-12-18sleep: long sleepcinap_lenrek
Instead of waking up every second, sleep the maximum amount possible for long timeouts. Waking up every second is slow with thousands of processes hammering the timer.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen