Commit Graph

2 Commits

Author SHA1 Message Date
Bahadir Balban
46937eab88 Added preliminary support for execve(). Updates to clone, fork, exit, task handling.
It turned out we used one version of kmalloc for malloc() and another for kfree()!
Now fixed.
Added parent-child relationship to tasks. Need to polish handling CLONE_PARENT and THREAD.
2008-11-19 12:59:52 +02:00
Bahadir Balban
513d5aaac8 Added exit.c that seemed to be out of tree. 2008-11-09 11:42:10 +02:00