Andreas Kling
|
ac7a60225e
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
|
6 년 전 |
Andreas Kling
|
a788e85c09
Refactor TTY signal generation a bit.
|
6 년 전 |
Andreas Kling
|
4e2c2b9748
Minor TTY tweak.
|
6 년 전 |
Andreas Kling
|
d2046e79cf
Add a DoubleBuffer thingy to allow TTY read/write to be interleaved.
|
6 년 전 |
Andreas Kling
|
084287ca45
Reimplement tcsetattr/tcgetattr as ioctls.
|
6 년 전 |
Andreas Kling
|
c99f8af66d
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
|
6 년 전 |
Andreas Kling
|
1cf20a2fe2
Some minor termios debugging output.
|
6 년 전 |
Andreas Kling
|
18e3ddf605
Add a naive /bin/fgrep for testing pipes.
|
6 년 전 |
Andreas Kling
|
d5d45d1088
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
6 년 전 |
Andreas Kling
|
47b7eeda44
Fix all current build warnings in the kernel.
|
6 년 전 |
Andreas Kling
|
da3857b0c2
Add some simple write buffering to LibC's stdio.
|
6 년 전 |
Andreas Kling
|
6304c771dd
Some refactor and style tweaks.
|
6 년 전 |
Andreas Kling
|
7c3746592b
Add strsignal() and improve sharing signal numbers between LibC and kernel.
|
6 년 전 |
Andreas Kling
|
10b666f69a
Basic ^C interrupt implementation.
|
6 년 전 |
Andreas Kling
|
7a7956a595
Virtual consoles kinda work!
|
6 년 전 |
Andreas Kling
|
68739dc43e
Start working on virtual consoles/TTYs.
|
6 년 전 |