banan-os/libc/sys
Bananymous d4d530e6c8 Kernel: Implement basic shared memory objects
These can allocate memory that can be shared between processes using
a global key. There is currenly no safety checks meaning anyone can
map any shared memory object just by trying to map every possible key.
2024-05-29 15:58:46 +03:00
..
banan-os.cpp Kernel: Implement basic shared memory objects 2024-05-29 15:58:46 +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 LibC: Fix sockaddr_un implementation 2024-02-07 15:57:45 +02: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