提交历史

作者 SHA1 备注 提交日期
  Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible 3 年之前
  Idan Horowitz 664ca58746 Kernel: Use u64 instead of size_t for File::can_write offset 3 年之前
  Idan Horowitz 9ce537d703 Kernel: Use u64 instead of size_t for File::can_read offset 3 年之前
  Brian Gianforcaro 54b9a4ec1e Kernel: Handle promise violations in the syscall handler 3 年之前
  Brian Gianforcaro bad6d50b86 Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE() 3 年之前
  Brian Gianforcaro dee0c004e0 Kernel: Zero initialize `winsize` in TIOCGWINSZ 3 年之前
  Liav A 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 年之前
  Andreas Kling abf2204402 Kernel: Use copy_typed_from_user() in more places :^) 3 年之前
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Brian Gianforcaro 9f6eabd73a Kernel: Move TTY subsystem to use KString instead of `AK::String` 3 年之前
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 年之前
  Daniel Bertalan 5f6030b13c Kernel+LibC: Default to 8-bit characters in TTY 3 年之前
  Peter Elliott 669b23ac0a Kernel: Handle backspace for tab character in TTY cooked mode 3 年之前
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 年之前
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 年之前
  Brian Gianforcaro 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 3 年之前
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 年之前
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes 3 年之前
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult 4 年之前
  Brian Gianforcaro 46c9b1d81c Kernel+LibC: Use argument for TIOCGPGRP ioctl value 4 年之前
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface 4 年之前
  Daniel Bertalan 42d197cde7 Kernel: Fix miscellaneous warnings when building with Clang 4 年之前
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h 4 年之前
  Daniel Bertalan ae6367999f Kernel: Fix assertion failure on large TTY writes 4 年之前
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem 4 年之前
  Daniel Bertalan 169e93f0a7 Kernel: Perform output processing on echo 4 年之前
  Daniel Bertalan 06c835f857 Kernel: Signal EOF/EOL characters properly in `TTY` 4 年之前
  Sahan Fernando c3b670c092 Kernel: Acknowledge partial writes from TTYs 4 年之前
  Daniel Bertalan f0375e3efe Kernel+LibC: Support more `termios` settings in TTY 4 年之前