Age | Commit message (Expand) | Author |
---|---|---|
2022-06-17 | Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts | Liav A |
2021-12-14 | Kernel/SysFS: Prevent allocation for component name during construction | Liav A |
2021-12-11 | Everywhere: Fix -Winconsistent-missing-override warnings from Clang | Daniel Bertalan |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-09 | Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes | Liav A |
2021-09-12 | Kernel+Userland: Introduce a new way to reboot and poweroff the machine | Liav A |