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