banan-os/libc/sys
Bananymous be7ed8e74a Kernel/LibC: Implement {get,set}sockopt()
These are pretty much dummy functions in the kernel side. Only case that
is handled is SOL_SOCKET with SO_ERROR. This is hard coded to return no
error. Network stack is currently synchronous, so all errors are already
reported through synchronous network functions.
2024-06-17 20:56:48 +03:00
..
banan-os.cpp Kernel: Implement deletion of SMO objects 2024-05-31 13:04:23 +03:00
mman.cpp Kernel/LibC: Implement very basic msync 2023-11-22 22:44:06 +02:00
select.cpp LibC: Fix timeval field name 2024-02-14 03:36:18 +02:00
socket.cpp Kernel/LibC: Implement {get,set}sockopt() 2024-06-17 20:56:48 +03:00
stat.cpp Kernel/LibC/Userspace: Implement mkdir and creat 2023-10-25 21:07:26 +03:00
wait.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00