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
/
Console.cpp
Age
Commit message (
Expand
)
Author
2019-02-25
Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
Andreas Kling
2019-01-28
Expose the kernel log buffer through /proc/dmesg.
Andreas Kling
2019-01-16
Pass the process to CharacterDevice::read/write.
Andreas Kling
2019-01-16
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
Andreas Kling
2019-01-14
Start refactoring the windowing system to use an event loop.
Andreas Kling
2018-12-03
Yet more coding style fixes.
Andreas Kling
2018-12-03
More coding style changes.
Andreas Kling
2018-11-12
Add primitive FIFO and hook it up to sys$pipe().
Andreas Kling
2018-11-10
Merge VGA into VirtualConsole.
Andreas Kling
2018-10-30
Fix bug where Console::the() was initialized too late.
Andreas Kling
2018-10-30
Start working on virtual consoles/TTYs.
Andreas Kling
2018-10-30
Basic support the backspace key.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-28
Add save/unsave cursor escape sequences.
Andreas Kling
2018-10-28
Add basic support for ANSI color escape sequences.
Andreas Kling
2018-10-27
Implement 'H' and 'J' escape sequences.
Andreas Kling
2018-10-26
Remove logspam in /dev/{full,null,zero} now that they work just fine.
Andreas Kling
2018-10-25
Implement a basic way for read() to block.
Andreas Kling
2018-10-23
Remove remains of the old "panel" task.
Andreas Kling
2018-10-23
Also send console output to port 0xe9 (bochs console.)
Andreas Kling
2018-10-22
A lot of hacking:
Andreas Kling
2018-10-21
Have Console::write() directly call vga_putch.
Andreas Kling
2018-10-21
Add a Console device and start refactoring screen output.
Andreas Kling