Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-27 | LibCore: Use `StringView` instead of `char *` in Account | Lucas CHOLLET |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro |
2021-11-23 | userdel: Port to LibMain | faxe1008 |
2021-06-24 | Utilities: Validate user with Core::Account in userdel | brapru |
2021-05-30 | Utilities: Implement ArmedScopeGuard in userdel to unlink temp files | brapru |
2021-05-30 | Utilities: Update userdel to use /etc/shadow | brapru |
2021-05-30 | userdel: Replace fprintf(stderr) with warnln() | Linus Groh |
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 |