Age | Commit message (Expand) | Author |
---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-11-02 | Kernel: Switch BIOSSysFSComponent constructor to AK::StringView | Brian Gianforcaro |
2021-10-09 | Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes | Liav A |
2021-10-03 | Kernel: Use `operator ""sv` in all purpose() implementations | Brian Gianforcaro |
2021-10-01 | Kernel: Move x86 IO instructions code into the x86 specific folder | Liav A |
2021-09-12 | Kernel+Userland: Introduce a new way to reboot and poweroff the machine | Liav A |
2021-09-12 | Kernel: Unify BIOS and ACPI components in the SysFS firmware directory | Liav A |
2021-09-12 | Kernel: Move ACPI and BIOS code into the new Firmware directory | Liav A |