Histórico de Commits

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