banan-os/kernel/include/kernel/Device
Bananymous a5a097fa4a Kernel/LibC: Add initial pseudo terminal support
This patch implements posix_openpt() and ptsname()

grantpt() and unlockpt() are left in LibC as stubs, as posix_openpt
currently does all of the needed work.
2024-08-11 01:02:59 +03:00
..
DebugDevice.h All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
Device.h All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
DeviceNumbers.h Kernel/LibC: Add initial pseudo terminal support 2024-08-11 01:02:59 +03:00
FramebufferDevice.h Kernel: Implement fast scrolling for TTY 2024-06-28 23:15:03 +03:00
NullDevice.h All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
ZeroDevice.h All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00