Images 💾

Last commit ⭐

commit 521ad55a61cbdf915acd179ba4eea385663bdddb
Author:     Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Sat May 6 00:41:01 2023 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue Jun 13 06:15:10 2023 +0200

    SystemServer: Handle `waitpid`'s status correctly
    
    We used to call `did_exit()` directly with the status returned from
    `waitpid` but the function expected an exit code. We now use several
    of `wait`-related macros to deduce the correct information.