summaryrefslogtreecommitdiff
path: root/trap.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-16remove non-idiomatic increment/decrementrsc1-5/+0
2006-07-16New scheduler.rsc1-9/+2
2006-07-15no more recursive locksrtm1-3/+23
2006-07-12passes both usertestsrtm1-0/+4
2006-07-12no more big kernel lockrtm1-7/+3
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-0/+11
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-3/+5
2006-07-06disable all interrupts when acquiring lockkaashoek1-0/+4
2006-07-05timer interruptskaashoek1-1/+0
2006-07-01swtch saves callee-saved registersrtm1-2/+14
2006-06-28timer interruptskaashoek1-6/+7
2006-06-27file descriptorsrtm1-2/+2
2006-06-26system call return valuesrtm1-1/+6
2006-06-22compile "user programs"rtm1-1/+4
2006-06-15primitive fork and exit system callsrtm1-11/+19
2006-06-13fix some trap bugsrtm1-3/+9
2006-06-13foortm1-0/+34