Historial de Commits

Autor SHA1 Mensaje Fecha
  Liav A 63a27992e8 MasterPTY: Use dbg() instead of dbgprintf() hace 5 años
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Andreas Kling f4f958f99f Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Andreas Kling 62a191b59a Kernel: Require "tty" for ioctl() on TTY and MasterPTY hace 5 años
  Andreas Kling e9dda8d592 Kernel: Give PTY's *actually* unique major ID's hace 5 años
  Andreas Kling be459acaea TTY: Change the MasterPTY device major to not conflict with /dev/psaux hace 5 años
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& hace 5 años
  Andreas Kling 5c3647b8a3 TTY: MasterPTY should fail to ioctl() if slave is gone hace 5 años
  Andreas Kling ef64e26317 TTY: Forward TIOCGPGRP from MasterPTY to SlavePTY hace 5 años
  Andreas Kling ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" hace 5 años
  Andreas Kling 1cca5142af Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing hace 5 años
  Sergey Bugaev dadf6337ef Kernel: Customize absolute_path() for more file types hace 6 años
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. hace 6 años
  Andreas Kling c26e3ce86b Change "retain" to "ref" in various comments. hace 6 años
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. hace 6 años
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. hace 6 años
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. hace 6 años
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. hace 6 años
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. hace 6 años
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. hace 6 años
  Andreas Kling 88f03f86ff Kernel: Have TTY subclasses cache their tty_name/pts_name. hace 6 años
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. hace 6 años