Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-07 | Kernel: Make UserOrKernelBuffer return KResult from read/write/memset | Andreas Kling |
2021-09-06 | Kernel: Make KString factories return KResultOr + use TRY() everywhere | Andreas Kling |
2021-09-05 | Kernel: Make copy_{from,to}_user() return KResult and use TRY() | Andreas Kling |
2021-09-05 | Kernel: Remove UserOrKernelBuffer::copy_into_string() | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |
2021-07-17 | Kernel: Add an API for turning a UserOrKernelBuffer into a KString | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-09-22 | AK: Add StringBuilder::appendff using the new format. | asynts |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |