提交历史

作者 SHA1 备注 提交日期
  Brian Gianforcaro 9d1b27263f Kernel: Declare type aliases with "using" instead of "typedef" 3 年之前
  Andreas Kling 58fb38551c Kernel/TTY: Remove redundant SpinLock from VirtualConsole 4 年之前
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 年之前
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView 4 年之前
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem 4 年之前
  Daniel Bertalan ce9460de59 Kernel+LibVT: Fix selection with scrollback wrap-around 4 年之前
  Daniel Bertalan 89843cd692 Kernel+LibVT: Implement left-right scrolling 4 年之前
  Daniel Bertalan 7419569a2b Kernel+LibVT: Add function for deleting a range of characters 4 年之前
  Daniel Bertalan 8f8fd9c5a8 LibVT+Kernel: Support clearing the scrollback buffer 4 年之前
  Daniel Bertalan ae6bdc4e29 LibVT+Kernel: Clean up scroll API 4 年之前
  Daniel Bertalan 99033876ec LibVT+Kernel: Create `Color` class 4 年之前
  Daniel Bertalan 875a2cbb71 LibVT+Kernel: Add support for setting cursor styles 4 年之前
  Liav A 87f8f892d8 Kernel: Fix framebuffer resolution modesetting after boot 4 年之前
  Daniel Bertalan 5d80debc1f LibVT: Fix newline handling 4 年之前
  Liav A dbccfc3281 Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console 4 年之前
  Liav A 20743e8aed Kernel/Graphics + SystemServer: Support text mode properly 4 年之前
  Liav A 8f2ddde4cb Kernel: Rename Console => ConsoleDevice 4 年之前
  Gunnar Beutner 8b079a6b0d Kernel: Avoid unnecessary allocations for TTY::tty_name() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Liav A 8e3e3a71cb Kernel: Introduce a new HID subsystem 4 年之前
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 5 年之前
  Florian Angermeier d8fa8c5f82 Kernel: Ensure there are all VirtualConsoles properly initialized 5 年之前
  Florian Angermeier 971a42a816 Kernel: Make the VirtualConsole index const unsigned instead of unsigned 5 年之前
  Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence 5 年之前
  Sergey Bugaev f11270e7ce Kernel: Port VirtualConsole to LibVT :^) 5 年之前
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 年之前
  Jesse Buhagiar 35ba4bf005 TTY: Reset VGA start row when setting graphical TTY 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前