serenity/Base
Andreas Kling 7de831efc6 Kernel+LibC: Add sys$disown() for disowning child processes
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.
2020-08-04 18:17:16 +02:00
..
etc Base: Mount /etc as read/write 2020-07-28 19:07:01 +02:00
home/anon Shell: Run both /etc/shellrc and ~/.shellrc on startup 2020-07-07 11:35:22 +02:00
res LibWeb: Only allow editing of elements with contenteditable="true" 2020-08-02 17:34:50 +02:00
usr Kernel+LibC: Add sys$disown() for disowning child processes 2020-08-04 18:17:16 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00