Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-06 | disable all interrupts when acquiring lock | kaashoek | 1 | -0/+4 | |
user program that makes a blocking system call | |||||
2006-07-05 | timer interrupts | kaashoek | 1 | -1/+0 | |
disk interrupts (assuming bochs has a bug) | |||||
2006-07-01 | swtch saves callee-saved registers | rtm | 1 | -2/+14 | |
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 | timer interrupts | kaashoek | 1 | -6/+7 | |
2006-06-27 | file descriptors | rtm | 1 | -2/+2 | |
pipes | |||||
2006-06-26 | system call return values | rtm | 1 | -1/+6 | |
initialize 2nd cpu's idt | |||||
2006-06-22 | compile "user programs" | rtm | 1 | -1/+4 | |
curproc array | |||||
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -11/+19 | |
2006-06-13 | fix some trap bugs | rtm | 1 | -3/+9 | |
2006-06-13 | foo | rtm | 1 | -0/+34 | |