kern

log

age author description
Thu, 17 Apr 2014 17:03:30 +0300 John Tsiombikas merged the filesystem stuffdefault tip
Sat, 17 Dec 2011 14:09:17 +0200 John Tsiombikas ok stopping with the filesystem to manage to write the article in time
Thu, 15 Dec 2011 04:39:00 +0200 John Tsiombikas filesystem
Sun, 11 Dec 2011 21:15:35 +0200 John Tsiombikas whatever
Sun, 11 Dec 2011 11:12:30 +0200 John Tsiombikas read/write superblock, get/put inode
Sun, 11 Dec 2011 10:17:58 +0200 John Tsiombikas split the system call implementations out of fs.c into fs_sys.c
Thu, 17 Apr 2014 12:30:02 +0300 John Tsiombikas fixed the readme file
Fri, 09 Dec 2011 15:29:54 +0200 John Tsiombikas continuing with the fs
Fri, 09 Dec 2011 13:44:15 +0200 John Tsiombikas started work on the filesystem
Thu, 08 Dec 2011 18:19:35 +0200 John Tsiombikas starting the filesystem
Thu, 08 Dec 2011 13:34:47 +0200 John Tsiombikas - added the partition table parsing code
Wed, 07 Dec 2011 17:10:37 +0200 John Tsiombikas implementing ata read
Wed, 07 Dec 2011 14:03:11 +0200 John Tsiombikas implementing ata read/write
Wed, 07 Dec 2011 06:58:05 +0000 John Tsiombikas changed mkdiskimg to make partitioning work on freebsd
Wed, 07 Dec 2011 04:26:18 +0000 John Tsiombikas foo
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