banan-os/userspace
Bananymous d88ee5c9ee Kernel/LibC: Implement `creat` with `open`
This allows getting rid of unnecessary SYS_CREATE. Directory creation
still has its own syscall, but I could combine it with SYS_OPEN also.
2024-09-17 15:55:53 +03:00
..
aoc2023 BuildSystem: Cleanup CMake code to allow libc only installation 2024-06-21 01:45:14 +03:00
libraries Kernel/LibC: Implement `creat` with `open` 2024-09-17 15:55:53 +03:00
programs Terminal: Optimize printing a lot 2024-09-15 03:12:26 +03:00
tests userspace: Add missing alpha channels 2024-09-12 20:53:45 +03:00
CMakeLists.txt BuildSystem: Cleanup userspace directory layout 2024-07-03 09:18:02 +03:00