Sam Atkins
b3cd91d26d
Utilities: Use lround() instead of casting round() to long
...
And one case where we previously cast to int, since the extra precision
does not matter.
2023-04-22 07:17:08 +02:00
Andrew Kaster
539fb08551
Userland: Remove unecessary uses of __serenity__ macro
2022-10-10 12:23:12 +02:00
mjz19910
2cf02c6f38
adjtime: Port to LibMain
2022-01-21 01:52:22 +01:00
Ben Wiederhake
3371a27018
adjtime: Drop unnecessary privileges unconditionally
...
Furthermore, this simplifies the control flow.
2021-10-21 15:41:22 +01:00
Linus Groh
f5c35fccca
Userland: Replace most printf-style APIs with AK::Format APIs :^)
2021-06-01 21:30:16 +01: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
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
...
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00