Luna/system
apio ec6ceb4c8d
All checks were successful
Build and test / build (push) Successful in 1m51s
init: Fix infinite wait loop
Since waitpid always sends a SIGCHLD now, we'd handle a SIGCHLD after returning from waitpid, which would trigger another wait, looping forever and not actually handling the wait.
2024-12-11 19:13:12 +01:00
..
CMakeLists.txt all: Reorder directory structure 2024-07-21 13:24:46 +02:00
init.cpp init: Fix infinite wait loop 2024-12-11 19:13:12 +01:00
preinit.cpp all: Reorder directory structure 2024-07-21 13:24:46 +02:00
startui.cpp startui: Remove /tmp/launch.sock as root 2024-09-07 17:33:38 +02:00