Nico Weber
f46a40a471
Utilities: Fix -Wunreachable-code warnings from clang
2021-10-08 23:33:46 +02:00
Ali Mohammad Pur
e37f9fa7db
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
2021-07-09 15:36:50 +02:00
Linus Groh
f5c35fccca
Userland: Replace most printf-style APIs with AK::Format APIs :^)
2021-06-01 21:30:16 +01:00
Jean-Baptiste Boric
eecf7a2097
LibC: Move mman.h to sys/mman.h
...
POSIX mandates that it is placed there.
2021-05-14 22:24:02 +02: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
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00