Age | Commit message (Expand) | Author |
---|---|---|
2021-12-29 | Kernel: Handle promise violations in the syscall handler | Brian Gianforcaro |
2021-12-29 | Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() | Brian Gianforcaro |
2021-12-29 | Kernel: Fix info leak from padding in GenericFramebufferDevice::ioctl | Brian Gianforcaro |
2021-12-18 | Kernel: Use copy_typed_from_user() in more places :^) | Andreas Kling |
2021-12-16 | Kernel+LibC: Move errno definitions to Kernel/API/POSIX | sin-ack |
2021-11-21 | Everywhere: Fix spelling of "offsetted" | Andreas Kling |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-10-27 | Kernel + WindowServer: Re-define the interface to framebuffer devices | Liav A |