Brian Gianforcaro
af3751e4dd
Utilities: Use default execpromises parameter to pledge(..)
2022-04-03 17:13:51 -07:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
alexmajor
a79e730839
sleep: Port to LibMain
2022-02-01 04:58:24 +00:00
Jean-Baptiste Boric
e16894af5a
LibC: Do not include errno.h inside unistd.h
...
POSIX does not mandate this, therefore let's not do it.
2021-05-14 22:24:02 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
AnotherTest
e8cfa43717
Utilities/sleep: Go back to sleep if not interrupted by SIGINT
...
This can happen if the process is stopped and continued at a later time.
2021-03-31 23:49:26 +02:00
Andreas Kling
fd29bed656
sleep: Support fractional sleep lengths
2021-01-23 08:53:32 +01:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00