[PATCH] wait4() WIFSTOPPED starvation fix #2/2
This patch actually fixes the starvation bug in sys_wait4() by moving any process which is serviced for stoppage to the end of the child list.
Showing
Please register or sign in to comment
This patch actually fixes the starvation bug in sys_wait4() by moving any process which is serviced for stoppage to the end of the child list.