banan-os/userspace/libraries
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
..
LibAudio LibAudio/AudioServer: Add support for playing real time audio 2025-08-07 16:43:05 +03:00
LibC Kernel/LibC: Implement {recv,send}msg as syscalls 2025-11-10 01:40:33 +02:00
LibDEFLATE userspace: Add LibDEFLATE 2025-10-28 05:50:19 +02:00
LibDL userspace: Add dummy libdl 2025-08-07 02:50:24 +03:00
LibELF LibELF: Add definitions for ELF TLS values 2025-04-15 23:31:17 +03:00
LibFont Kernel/LibC: Implement chroot 2025-08-11 14:07:37 +03:00
LibGUI WindowServer/LibGUI: Add window focus events 2025-08-21 03:11:16 +03:00
LibImage LibImage: Use LibDEFLATE instead of builtin DEFLATE decompressor 2025-10-28 05:50:19 +02:00
LibInput Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00
LibMath userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
LibPthread userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
LibQR userspace: Add LibQR 2025-10-28 05:50:19 +02:00
CMakeLists.txt userspace: Add LibQR 2025-10-28 05:50:19 +02:00