aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/actions/sys_wait.c
AgeCommit message (Collapse)Author
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Some debugging and fixingMarvin Borner
Still didn't fix the bugs
2020-05-07Fixed many bugs with wait() and fork()Marvin Borner
This also adds many race conditions which really need to be fixed..
2020-05-07Added wait syscallMarvin Borner