Commit History

Author SHA1 Message Date
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling edbe7d3769 Kernel: Unbreak canonical mode TTY erase after LibVT changes 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 62a191b59a Kernel: Require "tty" for ioctl() on TTY and MasterPTY 5 years ago
  Andreas Kling 4edbcebeb4 Kernel: Put termios debug spam behind TTY_DEBUG 5 years ago
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 years ago
  Andreas Kling 05252cfd3a TTY: Don't flush input on every character 5 years ago
  Drew Stratford b880f1928a TTY: Flush input on signal character. 5 years ago
  Drew Stratford 4c35c8d7fd TTY: Implement Canonical mode and basic echoing. 5 years ago
  Andreas Kling 2f37fa487d Kernel: Keep TTY names in character buffers instead of Strings 5 years ago
  Andreas Kling 06de0e670c Kernel: Use IteratorDecision in Process::for_each_in_pgrp() 6 years ago
  Conrad Pankoff 4b44962e03 Kernel: Use a CircularQueue for input rather than a DoubleBuffer 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling 59c37363b6 TTY: Generate SIGTSTP if cc[VSUSP] is pressed. 6 years ago
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 years ago
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. 6 years ago