Histórico de Commits

Autor SHA1 Mensagem Data
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls há 4 anos atrás
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts há 4 anos atrás
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t há 4 anos atrás
  Sahan Fernando d0f314b23c Kernel: Fix subtle race condition in sys$write implementation há 4 anos atrás
  Brian Gianforcaro 454d2fd42a Kernel: Harden sys$readv / sys$writev Vector usage against OOM. há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Itamar ba0df27653 Kernel: Support write() after setting O_APPEND on a non-seekable file há 4 anos atrás
  Andreas Kling d48666489c Kernel: Make FileDescription::seek() return KResultOr<off_t> há 4 anos atrás
  Andreas Kling 4d006de2b9 Kernel: Fix build with IO_DEBUG há 4 anos atrás
  Andreas Kling 122c7b6cbb Kernel: Use Userspace<T> in sys$write() há 4 anos atrás
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Ben Wiederhake c6027ed7cc Kernel: Refuse excessively long iovec list há 4 anos atrás
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) há 4 anos atrás
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. há 4 anos atrás
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. há 4 anos atrás
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t há 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler há 4 anos atrás
  Nico Weber c9a3a5b488 Kernel: Use Userspace<> for sys$writev há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> há 5 anos atrás
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic há 5 anos atrás
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp há 5 anos atrás