banan-os/libc/sys
Bananymous 8d5369fafe Kernel: Add some functionality to disable TTY input/output
Userspace programs can call tty_ctrl() to disable/enable tty from
handling input and displaying output.

This API is probably going to change in the future to ioctl calls
but I'm not sure how ioctl is used and what functionality should it
have. I decided to create whole new function and syscall for now.

Next I will expose framebuffer in /dev/fb0 and then I can start work
on graphical environment! :D
2023-09-27 15:44:05 +03:00
..
banan-os.cpp Kernel: Add some functionality to disable TTY input/output 2023-09-27 15:44:05 +03:00
mman.cpp Kernel/LibC: add mmap for private anonymous mappings 2023-09-22 23:01:14 +03:00
stat.cpp Kernel: Fix directory permissions 2023-09-08 11:46:53 +03:00
wait.cpp LibC: add wait and waitpid 2023-06-04 18:00:52 +03:00