Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-17 | Kernel: Use default constructors/destructors | Lenny Maiorani |
2022-01-25 | Kernel: Use u64 instead of size_t for File::can_read offset | Idan Horowitz |
2022-01-20 | Kernel: Add horizontal mouse scroll support | Dmitry Petrov |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-18 | Kernel: Let MouseDevice and KeyboardDevice write method return EINVAL | Przemysław R. Kusiak |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-09-07 | Kernel: Make UserOrKernelBuffer return KResult from read/write/memset | Andreas Kling |
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-03 | Kernel: Introduce a new HID subsystem | Liav A |