Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 62a191b59a Kernel: Require "tty" for ioctl() on TTY and MasterPTY 5 年之前
  Andreas Kling e9dda8d592 Kernel: Give PTY's *actually* unique major ID's 5 年之前
  Andreas Kling be459acaea TTY: Change the MasterPTY device major to not conflict with /dev/psaux 5 年之前
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 年之前
  Andreas Kling 5c3647b8a3 TTY: MasterPTY should fail to ioctl() if slave is gone 5 年之前
  Andreas Kling ef64e26317 TTY: Forward TIOCGPGRP from MasterPTY to SlavePTY 5 年之前
  Andreas Kling ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 5 年之前
  Andreas Kling 1cca5142af Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 年之前
  Sergey Bugaev dadf6337ef Kernel: Customize absolute_path() for more file types 6 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling c26e3ce86b Change "retain" to "ref" in various comments. 6 年之前
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. 6 年之前
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. 6 年之前
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 年之前
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 年之前
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. 6 年之前
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 年之前
  Andreas Kling 88f03f86ff Kernel: Have TTY subclasses cache their tty_name/pts_name. 6 年之前
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. 6 年之前