banan-os/userspace/libraries/LibC/sys
Bananymous 89c9bfd052 Kernel/LibC: Implement `socketpair` for UNIX sockets 2025-05-28 03:10:01 +03:00
..
banan-os.cpp
epoll.cpp Kernel/LibC: Implement basic epoll 2025-05-13 10:18:05 +03:00
ioctl.cpp LibC: Move ioctl to <sys/ioctl.h> 2024-08-09 16:54:30 +03:00
mman.cpp LibC: Implement no-op posix_madvice 2025-04-19 02:07:45 +03:00
resource.cpp LibC: Add stub implementations for set{rlimit,priority} 2025-01-25 18:15:50 +02:00
select.cpp
socket.cpp Kernel/LibC: Implement `socketpair` for UNIX sockets 2025-05-28 03:10:01 +03:00
stat.cpp Kernel/LibC: Implement all chmod family functions using fchmodat 2024-09-17 17:19:26 +03:00
statvfs.cpp Kernel/LibC: Implement {,f}statvfs 2024-12-02 20:13:37 +02:00
time.cpp LibC: Implement getitimer 2025-04-15 23:35:25 +03:00
utsname.cpp
wait.cpp