Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-01 | swtch saves callee-saved registers | rtm | 1 | -17/+27 | |
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close | |||||
2006-06-27 | file descriptors | rtm | 1 | -0/+9 | |
pipes | |||||
2006-06-26 | system call return values | rtm | 1 | -0/+1 | |
initialize 2nd cpu's idt | |||||
2006-06-26 | system call arguments | rtm | 1 | -2/+1 | |
2006-06-24 | boot more than two CPUs, each on own initial stack | rtm | 1 | -0/+4 | |
2006-06-22 | compile "user programs" | rtm | 1 | -19/+27 | |
curproc array | |||||
2006-06-15 | sleep, wakeup, wait, exit | rtm | 1 | -1/+27 | |
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -15/+20 | |
2006-06-13 | more or less take traps/interrupts | rtm | 1 | -4/+11 | |
2006-06-12 | import | rtm | 1 | -0/+112 | |