summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-08fix race in holding() check in acquire()rtm1-12/+23
2006-08-04better interrupt plan---this one appears to workkaashoek1-0/+1
2006-07-29open()rtm1-0/+2
2006-07-27primitive execrtm1-0/+1
2006-07-20uint32_t -> uint &crtm1-7/+7
2006-07-17standarize on unix-like lowercase struct namesrsc1-6/+6
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-3/+3
2006-07-16various little fixes that should have been in earlier checkinsrsc1-2/+0
2006-07-16fix main return typersc1-3/+6
2006-07-16Keep interrupts disabled during startup.rsc1-16/+27
2006-07-16standardize on not using foo_ prefix in struct foorsc1-15/+15
2006-07-16Attempt to clean up newproc somewhat.rsc1-2/+2
2006-07-16New scheduler.rsc1-5/+5
2006-07-15silence load_icode signedness warningrsc1-3/+3
2006-07-15no more recursive locksrtm1-2/+2
2006-07-12extract lapic code from mp.ckaashoek1-1/+4
2006-07-12i think my cmpxchg use was wrong in acquirertm1-1/+12
2006-07-12no more big kernel lockrtm1-6/+6
2006-07-11give each cpu its own clock, so that preemption works on cpu 1rtm1-0/+2
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-3/+4
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-6/+5
2006-07-10read the disk using interruptskaashoek1-3/+5
2006-07-06disable all interrupts when acquiring lockkaashoek1-8/+5
2006-07-05timer interruptskaashoek1-2/+4
2006-07-01swtch saves callee-saved registersrtm1-1/+1
2006-06-28timer interruptskaashoek1-56/+27
2006-06-27file descriptorsrtm1-4/+4
2006-06-26system call return valuesrtm1-1/+3
2006-06-22compile "user programs"rtm1-7/+47
2006-06-22oopskaashoek1-0/+2
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-2/+9
2006-06-21start on MP; detect MP configurationkaashoek1-1/+2
2006-06-16checkpointrtm1-6/+14
2006-06-15sleep, wakeup, wait, exitrtm1-0/+9
2006-06-15primitive fork and exit system callsrtm1-7/+26
2006-06-13fix some trap bugsrtm1-2/+10
2006-06-13more or less take traps/interruptsrtm1-2/+6
2006-06-12importrtm1-0/+40