banan-os/userspace/libraries
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
..
LibC Kernel/LibC: Implement `creat` with `open` 2024-09-17 15:55:53 +03:00
LibELF Kernel: Rework kernel-side ELF loading 2024-09-15 23:57:34 +03:00
LibFont BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
LibGUI userspace: Add missing alpha channels 2024-09-12 20:53:45 +03:00
LibImage BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
LibInput LibInput: KeyEvent to ansi string now handles delete key 2024-09-15 03:13:21 +03:00
CMakeLists.txt userspace: Allow building without SSE 2024-09-02 21:25:00 +03:00