Age | Commit message (Expand) | Author |
---|---|---|
2021-09-07 | Kernel: Make KBuffer::try_create_with_size() return KResultOr | Andreas Kling |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-09-07 | Kernel: Make UserOrKernelBuffer return KResult from read/write/memset | Andreas Kling |
2021-09-06 | Kernel: Wrap ISO9660FS directory traversal in TRY() | Andreas Kling |
2021-09-06 | Kernel: Use TRY() in ISO9660FileSystem | Andreas Kling |
2021-09-05 | AK+Kernel: Move KResult.h to Kernel/API for userspace access | sin-ack |
2021-08-29 | Kernel: Strongly typed user & group ID's | Andreas Kling |
2021-08-15 | Kernel: Simplify OOM handling in ISO9660FileSystem | sin-ack |
2021-08-15 | Kernel: Add tightly typed ISO9660Inode::fs() overload | Andreas Kling |
2021-08-14 | Kernel: Make FileSystem::initialize() return KResult | Andreas Kling |
2021-08-14 | Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> | Andreas Kling |
2021-08-07 | Kernel: Implement a ISO 9660 filesystem reader :^) | sin-ack |