Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Utilities: Use new global variables at /sys/kernel/ directory | Liav A | |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-23 | LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore | Andreas Kling | |
With this change, System::foo() becomes Core::System::foo(). Since LibCore builds on other systems than SerenityOS, we now have to make sure that wrappers work with just a standard C library underneath. | |||
2021-11-22 | nproc: Port to LibMain :^) | Andreas Kling | |
2021-09-11 | nproc: Avoid making StringView of temporary ByteBuffer | Ben Wiederhake | |
2021-09-01 | Everywhere: Use my cool new @serenityos.org email address | Peter Elliott | |
2021-08-01 | Utilities: Remove unused header includes | Brian Gianforcaro | |
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur | |
...and make it an enum class so people don't omit "OpenMode". | |||
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro | |
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-12 | Userland: Add nproc utility | Peter Elliott | |
nproc prints the number of processors on the system. Our ports system uses it. |