Andreas Kling
a1e133cc6b
LibCore: Make ProcessStatisticsReader return results in a Vector
...
The HashMap API was overkill and made using this less ergonomic than
it should be.
2021-05-23 11:10:15 +02:00
Ali Mohammad Pur
1ae8775a1b
LibCore+Everywhere: Move SeekMode out of IODevice
2021-05-12 11:00:45 +01:00
Ali Mohammad Pur
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
...
...and make it an enum class so people don't omit "OpenMode".
2021-05-12 11:00:45 +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
ee2a1f5af7
Kernel+LibCore: Note whether a process is kernel mode in /proc/all
2021-04-06 17:55:47 +02:00
Andreas Kling
b72f067f0d
Kernel+Userland: Remove unused "effective priority" from threads
...
This has been merged with the regular Thread::priority field after
the recent changes to the scheduler.
2021-01-28 08:25:53 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00