index
:
serenity
master
topic/trivial_docs
The Serenity Operating System ๐
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
TTY
/
VirtualConsole.h
Age
Commit message (
Expand
)
Author
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-06-22
LibVT+Kernel: Separate the caret shapes and its steadiness
Michaล Lach
2022-04-29
Kernel: Support userspace TTY graphics modesetting
Peter Elliott
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
Kernel: Add a way to print the pseudo name of attached TTY of a process
Liav A
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-02
Kernel: Move TTY subsystem to use KString instead of `AK::String`
Brian Gianforcaro
2021-11-02
Kernel: Remove duplicate constructor from TTY/VirtualConsole
Brian Gianforcaro
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-08-07
Kernel/TTY: Remove redundant SpinLock from VirtualConsole
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-16
Kernel: Use KResultOr<size_t> throughout the TTY subsystem
Gunnar Beutner
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-21
Kernel: Fix framebuffer resolution modesetting after boot
Liav A
2021-05-17
LibVT: Fix newline handling
Daniel Bertalan
2021-05-16
Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-13
Kernel: Avoid unnecessary allocations for TTY::tty_name()
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-17
Kernel: Make the VirtualConsole index const unsigned instead of unsigned
Florian Angermeier
2020-05-30
LibVT: Allow updating the window progress via an escape sequence
Andreas Kling
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-02-18
TTY: Reset VGA start row when setting graphical TTY
Jesse Buhagiar
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
[next]