Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-28 | LibCore+cat: Switch Core::System::read/write to take a Span of bytes | Brian Gianforcaro | |
In the spirit of the Core::System name space having "modern" facades for classically C functions / Kernel interfaces, it seems appropriate that we should take Span's of data instead of raw pointer + length arguments. | |||
2021-11-27 | cat: Remove accidentally-committed unused macro | Andreas Kling | |
2021-11-26 | Userland: Use Core::ArgsParser's Vector<StringView> API everywhere | Andreas Kling | |
...and remove the Vector<String> variant since there are no remaining users of this API. | |||
2021-11-26 | cat: Use TRY() and LibCore syscall wrappers a lot more :^) | Andreas Kling | |
2021-11-25 | cat: Port to LibMain :^) | Kenneth Myhra | |
2021-04-29 | Utilities: Use Vector<String> positional arguments in some places | Andreas Kling | |
There are more places we can use these, I just picked some that felt like they improved the code. | |||
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-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling | |