banan-os/userspace/libraries/LibC/include/sys
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
..
banan-os.h Kernel: Expose /proc/meminfo and fix /proc/<pid>/meminfo 2024-08-09 15:58:56 +03:00
cdefs.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
framebuffer.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
ioctl.h LibC: Move ioctl to <sys/ioctl.h> 2024-08-09 16:54:30 +03:00
ipc.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
mman.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
msg.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
resource.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
select.h LibC: rename fd_set internal variable 2024-08-09 16:55:52 +03:00
sem.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
shm.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
socket.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
stat.h LibC: Implement umask() 2024-07-31 23:26:10 +03:00
statvfs.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
syscall.h Kernel/LibC: Add initial pseudo terminal support 2024-08-11 01:02:59 +03:00
sysmacros.h All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
time.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
times.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
types.h LibC: Implement usleep() 2024-08-05 00:54:17 +03:00
uio.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
un.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
utsname.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
wait.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00