Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-30 | Kernel: Exclude userspace heap memory from coredumps by default | Andreas Kling |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-09-07 | Kernel: Remove redundant [[nodiscard]] on KResult return values | Andreas Kling |
2021-09-06 | Kernel: Don't allocate so much when generating coredumps | Andreas Kling |
2021-09-06 | Kernel: Tidy up Coredump construction | Andreas Kling |
2021-09-06 | Everywhere: Use OOM-safe ByteBuffer APIs where possible | Ali Mohammad Pur |
2021-08-23 | Everywhere: Core dump => Coredump | Andreas Kling |