Block a user
145ea40945
fork() is almost working
16f797eeee
AddressSpace: make clone() perform a deep copy
WIP: Add fork()
There is a problem here:
The child starts doing stuff with the parent's stack, since all addresses copied from the parent are directly what the parent set.
But if we map both stacks at the…
dd358eca29
libc/libgen.cpp: Remove #include <luna.h>
116e7326a4
libc: Implement dirname() and basename()
5256166e7a
libc: Fix strrchr
f13c48b562
libc: make strerror() return "Unknown error" instead of an invalid pointer
7139b4403f
libc: Add EPIPE (not returned by anything yet)
e3e33bacbc
libc: Add stubbed signal.h header
8d552b1522
libc: Add setjmp.h stub functions (not implemented)
46f60b192a
libc: Add libgen.h stub functions (not implemented)