banan-os/libc/include/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.h Kernel: Add some functionality to disable TTY input/output 2023-09-27 15:44:05 +03:00
cdefs.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
ipc.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
mman.h Kernel/LibC: add mmap for private anonymous mappings 2023-09-22 23:01:14 +03:00
msg.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
resource.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
select.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
sem.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
shm.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
socket.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
stat.h All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
statvfs.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
syscall.h Kernel: Add some functionality to disable TTY input/output 2023-09-27 15:44:05 +03:00
sysmacros.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
time.h LibC: remove select() declaration 2023-06-02 17:29:09 +03:00
times.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
types.h LibC: gid_t and id_t are now signed types 2023-06-11 22:37:00 +03:00
uio.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
un.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
utsname.h LibC: Rewrite all the headers. 2023-05-26 22:31:21 +03:00
wait.h LibC: sys/wait.h now has proper exit status macros 2023-08-01 10:32:04 +03:00