banan-os/userspace/libraries/LibC/sys
Bananymous 467ac6c365 Kernel/LibC: Implement SOCK_CLOEXEC and SOCK_NONBLOCK
This removes the need for fcntl after creating a socket :)
2024-09-11 21:59:11 +03:00
..
banan-os.cpp
ioctl.cpp LibC: Move ioctl to <sys/ioctl.h> 2024-08-09 16:54:30 +03:00
mman.cpp LibC: Add a lot of stub implementations for different libc functions 2024-08-22 15:10:41 +03:00
resource.cpp LibC: Add a lot of stub implementations for different libc functions 2024-08-22 15:10:41 +03:00
select.cpp
socket.cpp Kernel/LibC: Implement SOCK_CLOEXEC and SOCK_NONBLOCK 2024-09-11 21:59:11 +03:00
stat.cpp Kernel/LibC: Implement fchmod 2024-08-25 15:07:42 +03:00
time.cpp
utsname.cpp
wait.cpp