Histórico de commits

Autor SHA1 Mensagem Data
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 anos atrás
  Andreas Kling f2c3a41a8f Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T> 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 anos atrás
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 3 anos atrás
  Andreas Kling 4b4e1d1c90 Kernel: Remove redundant [[nodiscard]] on KResult return values 3 anos atrás
  Andreas Kling 393229e2aa Kernel: Remove UserOrKernelBuffer::copy_into_string() 3 anos atrás
  Brian Gianforcaro 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 anos atrás
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 4 anos atrás
  Andreas Kling cd4d73e19e Kernel: Add an API for turning a UserOrKernelBuffer into a KString 4 anos atrás
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts 4 anos atrás
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 anos atrás
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem 4 anos atrás
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 anos atrás
  Brian Gianforcaro a75d7958cc Kernel: Mark UserOrKernelBuffer and it's getters as [[nodicard]] 4 anos atrás
  asynts 206dcd84a6 FileSystem: Use OutputMemoryStream instead of BufferStream. 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 anos atrás