kern

log

age author description
Tue, 06 Dec 2011 15:53:57 +0200 John Tsiombikas foo
Tue, 06 Dec 2011 13:45:32 +0200 John Tsiombikas added decimal digits to the disk size output
Tue, 06 Dec 2011 13:37:11 +0200 John Tsiombikas foo
Tue, 06 Dec 2011 13:35:39 +0200 John Tsiombikas fixed the "endianess" of the text messages in the ATA identify info block. this
Tue, 06 Dec 2011 12:59:38 +0200 John Tsiombikas silenced a warning about a missing prototype in panic.c
Tue, 06 Dec 2011 12:56:46 +0200 John Tsiombikas of course I forgot to actually add the new files... every fucking time...
Tue, 06 Dec 2011 11:56:08 +0200 John Tsiombikas - started writing disk/ata code
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:07:09 +0300 John Tsiombikas testing of the exit syscall
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,
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