summaryrefslogtreecommitdiff
path: root/spinlock.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-29clean up stale error checks and panicsrtm1-27/+16
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-2/+16
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-2/+6
2006-08-08fix race in holding() check in acquire()rtm1-12/+16
2006-07-29open()rtm1-2/+8
2006-07-17add ide_lock for sleeprsc1-1/+13
2006-07-16Keep interrupts disabled during startup.rsc1-2/+2
2006-07-16remove acquire1 and release1rsc1-16/+4
2006-07-16New scheduler.rsc1-26/+20
2006-07-15no more recursive locksrtm1-36/+22
2006-07-12passes both usertestsrtm1-4/+11
2006-07-12i think my cmpxchg use was wrong in acquirertm1-9/+23
2006-07-12no more big kernel lockrtm1-31/+30
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-2/+2
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-6/+15
2006-07-06disable all interrupts when acquiring lockkaashoek1-2/+3
2006-06-28disable interrupts when holding kernel lockkaashoek1-0/+3
2006-06-26system call argumentsrtm1-3/+3
2006-06-22compile "user programs"rtm1-4/+4
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-0/+39