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 BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
ioctl.cpp
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