summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-16standardize on not using foo_ prefix in struct foorsc
2006-07-16rename swtch.S to setjmp.Srsc
2006-07-16standardize on #include "foo" not <foo>rsc
2006-07-16add minimal comments to generator vector tablersc
2006-07-16remove acquire1 and release1rsc
2006-07-16add cons_puts for atomic (readable) outputrsc
2006-07-16Add user.h for prototypes.rsc
2006-07-16tidy uprsc
2006-07-16Don't kill process when inside kernel.rsc
2006-07-16more name cleanuprsc
2006-07-16remove non-idiomatic increment/decrementrsc
2006-07-16Rename fd_reference to more suggestive fd_incref.rsc
2006-07-16Attempt to clean up newproc somewhat.rsc
2006-07-16New scheduler.rsc
2006-07-16Undo change from this morning that wasn't intended to get in.rsc
2006-07-15move everything having to do with proc_table_lock into proc.crsc
2006-07-15silence load_icode signedness warningrsc
2006-07-15Add void for ANSI Crsc
2006-07-15Change fetchint, fetcharg, and putint to return -1 on error, 0 on success.rsc
2006-07-15no more recursive locksrtm
2006-07-12and the filekaashoek
2006-07-12extract lapic code from mp.ckaashoek
2006-07-12passes both usertestsrtm
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12cvs add spinlock.hrtm
2006-07-12no more big kernel lockrtm
2006-07-11give each cpu its own clock, so that preemption works on cpu 1rtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-07-10queue with disk requestskaashoek
2006-07-10oopskaashoek
2006-07-10read the disk using interruptskaashoek
2006-07-06disable all interrupts when acquiring lockkaashoek
2006-07-05timer interruptskaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-28disable interrupts when holding kernel lockkaashoek
2006-06-28timer interruptskaashoek
2006-06-27file descriptorsrtm
2006-06-26system call return valuesrtm
2006-06-26stick mpstack in cpu structurekaashoek
2006-06-26system call argumentsrtm
2006-06-24boot more than two CPUs, each on own initial stackrtm
2006-06-22bug in trapretrtm
2006-06-22compile "user programs"rtm
2006-06-22send console output to parallel portrtm
2006-06-22oopskaashoek
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
2006-06-21start on MP; detect MP configurationkaashoek
2006-06-16checkpointrtm
2006-06-15sleep, wakeup, wait, exitrtm