Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel/KCOV: Use TRY() in KCOVInstance::buffer_allocate() | Andreas Kling |
2021-09-06 | Kernel: Make kernel region allocators return KResultOr<NOP<Region>> | Andreas Kling |
2021-09-06 | Kernel/KCOV: Bring closer to typical SerenityOS coding style | Andreas Kling |
2021-08-15 | Kernel: Make Kernel::VMObject allocation functions return KResultOr | sin-ack |
2021-08-06 | Kernel: Add convenience values to the Memory::Region::Access enum | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-07-26 | Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl | Patrick Meyer |
2021-07-27 | Kernel: Make KCOVDevice::ioctl() return KResult | Ali Mohammad Pur |
2021-07-26 | Kernel: Add option to build with coverage instrumentation and KCOV | Patrick Meyer |