mirror of
https://github.com/RGBCube/serenity
synced 2025-06-20 08:52:06 +00:00
![]() This syscall allows a parent process to disown a child process, setting its parent PID to 0. Unparented processes are automatically reaped by the kernel upon exit, and no sys$waitid() is required. This will make it much nicer to do spawn-and-forget which is common in the GUI environment. |
||
---|---|---|
.. | ||
man1 | ||
man2 | ||
man3 | ||
man5 | ||
man7 | ||
man8 |