aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/programs/root.c
AgeCommit message (Collapse)Author
2020-05-09Replaced fork() with spawn()!Marvin Borner
Who needs forks anyway
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Fixed many bugs with wait() and fork()Marvin Borner
This also adds many race conditions which really need to be fixed..