kern
log src/vm.c
age | author | description |
---|---|---|
Sat, 05 Nov 2011 04:53:46 +0200 | John Tsiombikas | holy fuck, copy_on_write didn't actually do the copy!!!! |
Sat, 15 Oct 2011 08:06:58 +0300 | John Tsiombikas | fixed cleanup_vm to avoid cleaning up kernel pages |
Sat, 15 Oct 2011 07:45:56 +0300 | John Tsiombikas | - implemented syscalls: exit, waitpid, getppid |
Wed, 12 Oct 2011 14:46:00 +0300 | John Tsiombikas | added a comment in clone_vm |
Wed, 12 Oct 2011 14:39:40 +0300 | John Tsiombikas | ok I *think* i've fixed it now |
Mon, 10 Oct 2011 04:16:01 +0300 | John Tsiombikas | - added a generic red-black tree data structure |