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
/
ConsoleManagement.cpp
Age
Commit message (
Expand
)
Author
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-09
Kernel: Fix logic typo in ConsoleManagement::is_initialized()
Andreas Kling
2021-08-08
Kernel: Remove unnecessary churn in ConsoleManagement
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-06-25
Kernel: Don't clear VirtualConsoles when initializing
Sahan Fernando
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-05-31
Kernel: Fix crash when switching to console 5 & 6
Sebastian Zaha
2021-05-21
Kernel: Fix framebuffer resolution modesetting after boot
Liav A
2021-05-16
Kernel: Print all logbuffer from ConsoleDevice to debug Virtual Console
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A