Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-05 | timer interrupts | kaashoek | 1 | -19/+42 | |
disk interrupts (assuming bochs has a bug) | |||||
2006-07-01 | swtch saves callee-saved registers | rtm | 1 | -8/+4 | |
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close | |||||
2006-06-28 | disable interrupts when holding kernel lock | kaashoek | 1 | -0/+6 | |
2006-06-28 | timer interrupts | kaashoek | 1 | -13/+25 | |
2006-06-26 | stick mpstack in cpu structure | kaashoek | 1 | -8/+6 | |
2006-06-24 | boot more than two CPUs, each on own initial stack | rtm | 1 | -15/+22 | |
2006-06-22 | compile "user programs" | rtm | 1 | -16/+16 | |
curproc array | |||||
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 1 | -30/+254 | |
and plan 9 code, at least boots and gets into C code. | |||||
2006-06-21 | start on MP; detect MP configuration | kaashoek | 1 | -0/+139 | |