aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/actions/sys_wait.c
AgeCommit message (Collapse)Author
2020-06-02Much work on the ELF parser and userspace jumpingMarvin Borner
2020-05-12Still searching the bug...Marvin Borner
And fixed many other small ones
2020-05-09Interrupt analysis - removed many useless cli/stiMarvin Borner
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