Commit History

Autor SHA1 Mensaxe Data
  Brian Gianforcaro 668c429900 Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* %!s(int64=3) %!d(string=hai) anos
  Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 46c9b1d81c Kernel+LibC: Use argument for TIOCGPGRP ioctl value %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan 42d197cde7 Kernel: Fix miscellaneous warnings when building with Clang %!s(int64=4) %!d(string=hai) anos
  Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan ae6367999f Kernel: Fix assertion failure on large TTY writes %!s(int64=4) %!d(string=hai) anos
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan 169e93f0a7 Kernel: Perform output processing on echo %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan 06c835f857 Kernel: Signal EOF/EOL characters properly in `TTY` %!s(int64=4) %!d(string=hai) anos
  Sahan Fernando c3b670c092 Kernel: Acknowledge partial writes from TTYs %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan f0375e3efe Kernel+LibC: Support more `termios` settings in TTY %!s(int64=4) %!d(string=hai) anos
  Daniel Bertalan d5ea04cdfb LibC+Kernel: Add sys/ttydefaults.h %!s(int64=4) %!d(string=hai) anos
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` %!s(int64=4) %!d(string=hai) anos
  Andreas Kling e46343bf9a Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t> %!s(int64=4) %!d(string=hai) anos
  Gunnar Beutner 71f90695c2 Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
  Baitinq 19c578024b Kernel: Added TIOCSTI ioctl placeholder (#6037) %!s(int64=4) %!d(string=hai) anos
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 3b3e7d3f46 Kernel: Silence TTY signal debug spam %!s(int64=4) %!d(string=hai) anos
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) %!s(int64=4) %!d(string=hai) anos
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. %!s(int64=4) %!d(string=hai) anos
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. %!s(int64=4) %!d(string=hai) anos
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. %!s(int64=4) %!d(string=hai) anos
  asynts 27bc48e06c Everywhere: Replace a bundle of dbg with dbgln. %!s(int64=4) %!d(string=hai) anos
  Tom 2830ce5383 Kernel: Unsupported TTY ioctls should return EINVAL gracefully %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum %!s(int64=4) %!d(string=hai) anos
  Andreas Kling a0506cb39e Kernel: Only send SIGTTOU if TTY termios has TOSTOP flag %!s(int64=4) %!d(string=hai) anos