banan-os/kernel
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
..
arch Kernel: Fix 32 bit fast page locking 2024-05-29 19:44:39 +03:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel/LibC: Implement {get,set}sockopt() 2024-06-17 20:56:48 +03:00
kernel Kernel/LibC: Implement {get,set}sockopt() 2024-06-17 20:56:48 +03:00
klibc Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
CMakeLists.txt Kernel: Implement read-only FAT12/16/32 driver with long name support 2024-06-14 01:04:12 +03:00
icxxabi.cpp Kernel/LibC: Write cxx abi with proper locking 2024-03-26 02:28:10 +02:00
ubsan.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00