1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Userland
Andreas Kling c91bb72964 LibC: Add vfork() as a simple wrapper around fork()
I don't know if we should implement optimized vfork(). I'm adding it
here since SDL2 uses it.
2021-03-28 00:05:29 +01:00
..
Applications Browser: Set parent of tab child windows 2021-03-27 19:24:40 +01:00
Demos Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
DevTools Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
DynamicLoader LibC: Add x86_64 Registers 2021-03-21 09:35:23 +01:00
Games Chess: Added option to toggle showing moves 2021-03-27 23:37:06 +01:00
Libraries LibC: Add vfork() as a simple wrapper around fork() 2021-03-28 00:05:29 +01:00
MenuApplets MenuApplets: Remove unused .gitignore files 2021-03-21 15:11:48 +01:00
Services Taskbar: Set window title as taskbar button tooltip 2021-03-27 16:28:21 +01:00
Shell Shell: Add tests for slices 2021-03-22 13:15:08 +01:00
Tests Tests: Create stress-writeread 2021-03-17 23:22:42 +01:00
Utilities Utilities: Add gzip utility 2021-03-27 19:30:42 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00