Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-01 | swtch saves callee-saved registers | rtm | 14 | -55/+212 | |
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 | 3 | -0/+10 | |
2006-06-28 | timer interrupts | kaashoek | 6 | -78/+71 | |
2006-06-27 | file descriptors | rtm | 16 | -39/+424 | |
pipes | |||||
2006-06-26 | system call return values | rtm | 6 | -19/+43 | |
initialize 2nd cpu's idt | |||||
2006-06-26 | stick mpstack in cpu structure | kaashoek | 2 | -9/+7 | |
2006-06-26 | system call arguments | rtm | 7 | -7/+65 | |
2006-06-24 | boot more than two CPUs, each on own initial stack | rtm | 4 | -24/+35 | |
2006-06-22 | bug in trapret | rtm | 1 | -0/+1 | |
2006-06-22 | compile "user programs" | rtm | 11 | -64/+139 | |
curproc array | |||||
2006-06-22 | send console output to parallel port | rtm | 2 | -0/+22 | |
2006-06-22 | oops | kaashoek | 2 | -0/+16 | |
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 13 | -151/+505 | |
and plan 9 code, at least boots and gets into C code. | |||||
2006-06-21 | start on MP; detect MP configuration | kaashoek | 7 | -2/+323 | |
2006-06-16 | checkpoint | rtm | 5 | -7/+228 | |
2006-06-15 | sleep, wakeup, wait, exit | rtm | 7 | -6/+93 | |
2006-06-15 | primitive fork and exit system calls | rtm | 12 | -37/+166 | |
2006-06-13 | fix some trap bugs | rtm | 4 | -6/+26 | |
2006-06-13 | foo | rtm | 1 | -0/+34 | |
2006-06-13 | more or less take traps/interrupts | rtm | 7 | -69/+790 | |
2006-06-12 | xx | rtm | 2 | -5/+81 | |
2006-06-12 | import | rtm | 18 | -0/+1505 | |