Andreas Kling
|
ca42621be1
Kernel: Protect FramebufferDevice with spinlock instead of mutex
|
3 years ago |
Tom
|
03c45b1865
Kernel: Add ioctl to get the EDID from a framebuffer
|
3 years ago |
Brian Gianforcaro
|
54b9a4ec1e
Kernel: Handle promise violations in the syscall handler
|
3 years ago |
Brian Gianforcaro
|
bad6d50b86
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
|
3 years ago |
Brian Gianforcaro
|
98990dce53
Kernel: Fix info leak from padding in GenericFramebufferDevice::ioctl
|
3 years ago |
Andreas Kling
|
abf2204402
Kernel: Use copy_typed_from_user() in more places :^)
|
3 years ago |
sin-ack
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 years ago |
Andreas Kling
|
9387271049
Everywhere: Fix spelling of "offsetted"
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Liav A
|
8554952690
Kernel + WindowServer: Re-define the interface to framebuffer devices
|
3 years ago |