toaruos/kernel
K. Lange fa8a6e20ab tty: support setting controlling session
This is... kinda backwards? But it works sufficiently for us.
Every TTY has at most one controlling session - every session
is supposed have at most one controlling terminal, too, but we
don't implement that part yet.
2024-01-19 20:12:34 +09:00
..
arch x86_64: remove unused ability to return a different interrupt context 2024-01-18 06:14:14 +09:00
audio kernel: enable -Wstrict-prototypes 2022-09-17 13:37:02 +09:00
misc tty: implement FLUSH on tcsetattr correctly? 2023-11-02 16:59:57 +09:00
net net: Handle signals, disconnects while waiting to recv in tcp 2023-04-18 19:40:52 +09:00
sys kernel: properly track time in kernel when returning to userspace 2023-11-02 10:21:00 +09:00
vfs tty: support setting controlling session 2024-01-19 20:12:34 +09:00
video lfbvideo: make that just a flag option 2023-05-21 05:43:08 +09:00
binfmt.c
generic.c