summaryrefslogtreecommitdiff
path: root/Userland/Utilities/sleep.cpp
AgeCommit message (Expand)Author
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-31Utilities/sleep: Go back to sleep if not interrupted by SIGINTAnotherTest
2021-01-23sleep: Support fractional sleep lengthsAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling