graph
- added errno.h in klibc2011-08-17, by John Tsiombikas
- added a comment in the tss showing the interesting bits2011-08-17, by John Tsiombikas
- removed the unimplemented exit syscall2011-08-17, by John Tsiombikas
- fixed the comments in test_proc.S2011-08-17, by John Tsiombikas
- added a comment describing the push of just_forked address to the stack frame of the newly-forked process.2011-08-17, by John Tsiombikas
- added a comment to just_forked2011-08-17, by John Tsiombikas
- I think we're done for now. two processes seem to be scheduled and switched just fine, fork seems to work (NO CoW YET!)2011-08-16, by John Tsiombikas
- finally, runqueues, blocking, waking up, idle loop etc, all seem to work fine2011-08-15, by John Tsiombikas
- Fixed most important task switching bugs.2011-08-15, by John Tsiombikas
- bringing the task switching thing into shape with proper per-process kernel stacks and shit2011-08-14, by John Tsiombikas
- llalallalala2011-08-08, by John Tsiombikas
- picking this up again, let's fix it2011-08-07, by John Tsiombikas
- lalalala2011-08-01, by John Tsiombikas
- tidyed up the intr_ret bit, made it a bit more reasonably structured, and cleaned up some debugging things2011-07-30, by John Tsiombikas
- fuck yeah, now do priviledge levels and TSS2011-07-30, by John Tsiombikas
- fixed the page fault2011-07-28, by John Tsiombikas
- continuing with the process implementation. not done yet, panics.2011-07-28, by John Tsiombikas
- apparently free_phys_page was never tested. the check for double-freeing a page2011-07-28, by John Tsiombikas
- mainly additions to the VM to support processes etc. not complete2011-07-26, by John Tsiombikas
- added the first test process code and system call numbers header2011-07-25, by John Tsiombikas
- - implemented clone_vmem2011-07-25, by John Tsiombikas
- started implementing processes2011-07-24, by John Tsiombikas
- merged the timer/rtc/etc from the misc branch2011-06-14, by John Tsiombikas
- - now read_rtc doesn't try to read weekday as it's probably wrong anyway, and doesn't set yearday either2011-06-12, by John Tsiombikas
- - removed redundant call to day_of_year in gmtime_r2011-06-12, by John Tsiombikas
- - added makefile pattern to produce assembly output from c source files.2011-06-10, by John Tsiombikas
- finished with the klibc/time.c stuff2011-06-10, by John Tsiombikas
- - added cmos rtc code2011-06-10, by John Tsiombikas
- - made interrupt number - irq mapping macros public in intr.h2011-06-09, by John Tsiombikas
- forgot to include timer.h in timer.c2011-06-09, by John Tsiombikas
- 8254 timer code2011-06-08, by John Tsiombikas