banan-os/kernel/include/kernel/FS
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
..
DevFS Kernel: Make F11 drop disk cache 2025-08-31 00:36:59 +03:00
Ext2 Kernel: Don't crash if Ext2 filesystem doing too many fileops 2025-08-28 15:55:40 +03:00
FAT Kernel: Remove unused FileSystem::dev 2025-06-29 00:29:03 +03:00
ProcFS Kernel: Fix /proc/<pid>/exe permissions 2025-08-29 01:40:56 +03:00
TmpFS Kernel: Add hardlink support to tmpfs 2025-08-28 15:55:40 +03:00
FileSystem.h Kernel: Remove unused FileSystem::dev 2025-06-29 00:29:03 +03:00
Inode.h Kernel/LibC: Implement {recv,send}msg as syscalls 2025-11-10 01:40:33 +02:00
Pipe.h Kernel: Cleanup and fix pipe 2025-05-29 01:02:22 +03:00
Socket.h Kernel/LibC: Implement {recv,send}msg as syscalls 2025-11-10 01:40:33 +02:00
USTARModule.h Kernel: Load USTAR from a boot module if loading root partition fails 2025-07-02 00:17:42 +03:00
VirtualFileSystem.h Kernel/LibC: Implement chroot 2025-08-11 14:07:37 +03:00