Historia zmian

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