提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 3 年之前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年之前
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 年之前
  Andreas Kling 393229e2aa Kernel: Remove UserOrKernelBuffer::copy_into_string() 3 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 年之前
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 年之前
  Andreas Kling cd4d73e19e Kernel: Add an API for turning a UserOrKernelBuffer into a KString 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  asynts e5497a326a AK: Add StringBuilder::appendff using the new format. 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前