Andrew Kaster
f8ea9cd64e
Userland: Resolve unused-but-set-varaible warnings
...
These are almost always bugs, so enable globally.
Remove unused counter variables in SystemMonitor and disk_benchmark.
2022-01-04 07:51:31 +00:00
Brian Gianforcaro
74ee7cabf2
Utilities: Use ElapsedTimer::start_new() in disk_bechmark
2021-09-12 17:24:44 +00:00
Ali Mohammad Pur
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
2021-09-06 01:53:26 +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
1318b9391d
disk_benchmark: Modernize this code a little bit
...
Use the new formatting helpers and such.
2021-02-26 14:05:18 +01:00
Andreas Kling
c71807a3fc
Everywhere: Convert a handful of String::format() => formatted()
2021-01-16 14:52:04 +01:00
Andreas Kling
ececac65c2
Userland: Move command-line utilities to Userland/Utilities/
2021-01-12 12:04:09 +01:00