banan-os/userspace
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
..
aoc2023 BuildSystem: Cleanup CMake code to allow libc only installation 2024-06-21 01:45:14 +03:00
libraries Kernel/LibC: Add initial pseudo terminal support 2024-08-11 01:02:59 +03:00
programs Terminal: Add utf8 parsing for input 2024-08-11 00:54:51 +03:00
tests LibC: Implement {sig,_,}{longjmp,setjmp} 2024-08-09 15:58:56 +03:00
CMakeLists.txt BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00