banan-os/kernel/include
Bananymous 04d24bce70 Kernel/LibC: Implement {recv,send}msg as syscalls
This also removes the now old recvfrom and sendto syscalls. These are
now implemented as wrappers around recvmsg and sendmsg.

Also replace unnecessary spinlocks from unix socket with mutexes
2025-11-10 01:40:33 +02:00
..
kernel Kernel/LibC: Implement {recv,send}msg as syscalls 2025-11-10 01:40:33 +02:00