Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | Everywhere: Remove unintentional partial stream reads and writes | Tim Schumacher |
2023-03-13 | AK: Rename Stream::{read,write} to Stream::{read_some,write_some} | Tim Schumacher |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-25 | Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory | Liav A |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-02-01 | shutdown: Port to LibMain | alexmajor |
2021-09-12 | Kernel+Userland: Introduce a new way to reboot and poweroff the machine | Liav A |
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 |