log src/proc.c
age |
author |
description |
Thu, 15 Dec 2011 04:39:00 +0200 |
John Tsiombikas |
filesystem |
Fri, 09 Dec 2011 13:44:15 +0200 |
John Tsiombikas |
started work on the filesystem |
Sat, 15 Oct 2011 08:07:09 +0300 |
John Tsiombikas |
testing of the exit syscall |
Sat, 15 Oct 2011 07:45:56 +0300 |
John Tsiombikas |
- implemented syscalls: exit, waitpid, getppid |
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 |
Wed, 17 Aug 2011 05:42:44 +0300 |
John Tsiombikas |
added errno.h in klibc |
Wed, 17 Aug 2011 05:33:03 +0300 |
John Tsiombikas |
added a comment describing the push of just_forked address to the stack frame of the newly-forked process. |