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
/
VirtualConsole.cpp
Age
Commit message (
Expand
)
Author
2018-12-07
VirtualConsole: Support the 'A' and 'D' CSI sequences.
Andreas Kling
2018-12-07
VirtualConsole: The rightmost column is always a default horizontal tab.
Andreas Kling
2018-12-07
VirtualConsole: Don't output the bell character.
Andreas Kling
2018-12-07
Add basic support for horizontal tabs in the VirtualConsole.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-12-03
More coding style changes.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-16
Refactor TTY signal generation a bit.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-10
Merge VGA into VirtualConsole.
Andreas Kling
2018-11-10
Make /bin/clear work again.
Andreas Kling
2018-11-09
Use the VGA start address for fast VirtualConsole scrolling.
Andreas Kling
2018-11-08
Add some simple write buffering to LibC's stdio.
Andreas Kling
2018-11-02
Basic ^C interrupt implementation.
Andreas Kling
2018-11-02
Add a simple /proc/cpuinfo that includes some info from CPUID.
Andreas Kling
2018-11-01
Convert VirtualConsole to the new coding style.
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-31
Add a kmalloc_eternal() for things that will never be destroyed.
Andreas Kling
2018-10-31
Add a /bin/tty command that prints the current tty.
Andreas Kling
2018-10-31
Snazz up the kprintf() output a bit by giving it its own color.
Andreas Kling
2018-10-30
Fix crashy bug where we'd try to deactivate VC -1 on boot.
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-30
Start working on virtual consoles/TTYs.
Andreas Kling