Age | Commit message (Expand) | Author |
---|---|---|
2021-09-12 | Kernel/SysFS: Make it possible to have custom permissions for nodes | Liav A |
2021-09-06 | Kernel: Make KString factories return KResultOr + use TRY() everywhere | Andreas Kling |
2021-09-06 | Kernel: Tidy up SysFS construction | Andreas Kling |
2021-09-05 | Kernel: Make all Spinlocks use u8 for storage, remove template | Brian Gianforcaro |
2021-09-03 | Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr | Daniel Bertalan |
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-07-18 | Kernel: Rename Locker => MutexLocker | Andreas Kling |
2021-07-17 | Kernel: Replace "folder" => "directory" everywhere | Andreas Kling |
2021-07-11 | Kernel: Remove all friend declarations from SysFSComponentRegistry | Andreas Kling |
2021-07-11 | Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.* | Andreas Kling |