Historique des commits

Auteur SHA1 Message Date
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult il y a 4 ans
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface il y a 4 ans
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem il y a 4 ans
  Daniel Bertalan ae6bdc4e29 LibVT+Kernel: Clean up scroll API il y a 4 ans
  Daniel Bertalan 169e93f0a7 Kernel: Perform output processing on echo il y a 4 ans
  Daniel Bertalan 06c835f857 Kernel: Signal EOF/EOL characters properly in `TTY` il y a 4 ans
  Daniel Bertalan f0375e3efe Kernel+LibC: Support more `termios` settings in TTY il y a 4 ans
  Gunnar Beutner 8b079a6b0d Kernel: Avoid unnecessary allocations for TTY::tty_name() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset il y a 4 ans
  Liav A 18e77aa285 Kernel: Add a method to determine the desired permissions of a Device il y a 4 ans
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler il y a 4 ans
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  AnotherTest 688e54eac7 Kernel: Distinguish between new and old process groups with equal pgids il y a 5 ans
  Ben Wiederhake 7bdf54c837 Kernel: PID/PGID typing il y a 5 ans
  Andreas Kling ddab7ab693 Kernel: Store TTY's foreground process as a WeakPtr<Process> il y a 5 ans
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> il y a 5 ans
  Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() il y a 5 ans
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() il y a 5 ans
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc il y a 5 ans
  Andreas Kling f3c245fb96 Kernel: Make ^W and ^U actually erase characters il y a 5 ans
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace il y a 5 ans
  Andreas Kling bd059e32e1 Kernel: Tweak some include statements il y a 5 ans
  Andreas Kling 94ca55cefd Meta: Add license header to source files il y a 5 ans
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& il y a 5 ans
  Drew Stratford b880f1928a TTY: Flush input on signal character. il y a 5 ans
  Drew Stratford 4c35c8d7fd TTY: Implement Canonical mode and basic echoing. il y a 5 ans
  Andreas Kling 2f37fa487d Kernel: Keep TTY names in character buffers instead of Strings il y a 5 ans
  Andreas Kling 5768b384b9 Kernel: Give each TTY 1 KB of input buffer il y a 6 ans