Age | Commit message (Expand) | 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 |
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 |
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 |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |