커밋 기록

작성자 SHA1 메시지 날짜
  Andreas Kling c14de7da99 Kernel: Remove bogus FIXME in TTY::write() 4 년 전
  AnotherTest 688e54eac7 Kernel: Distinguish between new and old process groups with equal pgids 5 년 전
  Ben Wiederhake 7bdf54c837 Kernel: PID/PGID typing 5 년 전
  Andreas Kling ddab7ab693 Kernel: Store TTY's foreground process as a WeakPtr<Process> 5 년 전
  AnotherTest 05972668d1 Kernel: Send a SIGCHLD to the parent upon suspension of a process 5 년 전
  Brian Gianforcaro 946c96dd56 Kernel: Suppress remaining unobserved KResult return codes 5 년 전
  Brian Gianforcaro d67069d922 Kernel: Propagate a few KResults properly in FileSystem subsystems 5 년 전
  Andreas Kling 83e32788d5 Kernel: Send SIGTTIN and SIGTTOU signals on background TTY read/write 5 년 전
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 년 전
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 년 전
  Andreas Kling 292cd53192 Kernel: Remove SmapDisabler in sys$ioctl() 5 년 전
  Peter Elliott 7a27fa3df8 LibC: Implement tcflush(3) 5 년 전
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 년 전
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() 5 년 전
  Sergey Bugaev 450a2a0f9c Build: Switch to CMake :^) 5 년 전
  Andreas Kling 9c927538ad Kernel: ioctl(TCSETSF) on a TTY should flush input 5 년 전
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 년 전
  Andreas Kling f3c245fb96 Kernel: Make ^W and ^U actually erase characters 5 년 전
  Liav A 309593d5bd TTY: Use dbg() instead of dbgprintf() 5 년 전
  Andreas Kling 4e394862ce Kernel: Disallow assigning a TTY to an arbitrary process group ID 5 년 전
  Andreas Kling 7592f9afd5 AK: Use size_t for CircularQueue and CircularDeque 5 년 전
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 년 전
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 년 전
  Andreas Kling edbe7d3769 Kernel: Unbreak canonical mode TTY erase after LibVT changes 5 년 전
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 년 전
  Andreas Kling 62a191b59a Kernel: Require "tty" for ioctl() on TTY and MasterPTY 5 년 전
  Andreas Kling 4edbcebeb4 Kernel: Put termios debug spam behind TTY_DEBUG 5 년 전
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 년 전
  Andreas Kling 05252cfd3a TTY: Don't flush input on every character 5 년 전
  Drew Stratford b880f1928a TTY: Flush input on signal character. 5 년 전