aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/syscall/actions/sys_exec.c
AgeCommit message (Collapse)Author
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-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner