Историја ревизија

Аутор 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* пре 4 година
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes пре 4 година
  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 година