kern
log
age | author | description |
---|---|---|
Sat, 15 Oct 2011 08:06:58 +0300 | John Tsiombikas | fixed cleanup_vm to avoid cleaning up kernel pages |
Sat, 15 Oct 2011 08:06:10 +0300 | John Tsiombikas | fixed a potential null dereference when deleting a bug in the redblack tree |
Sat, 15 Oct 2011 07:45:56 +0300 | John Tsiombikas | - implemented syscalls: exit, waitpid, getppid |
Thu, 13 Oct 2011 05:22:35 +0300 | John Tsiombikas | changed test_proc to modify memory after the fork in order to try out copy-on-write, |