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

Аутор 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 година