Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-07-12 | no more big kernel lock | rtm | 1 | -0/+10 |
2006-07-11 | pre-empt both user and kernel, in clock interrupt | rtm | 1 | -26/+22 |
2006-07-11 | Changes to allow use of native x86 ELF compilers, which on my | rsc | 1 | -1/+2 |
2006-07-10 | queue with disk requests | kaashoek | 1 | -3/+4 |
2006-07-10 | read the disk using interrupts | kaashoek | 1 | -6/+16 |
2006-07-06 | disable all interrupts when acquiring lock | kaashoek | 1 | -0/+17 |
2006-07-01 | swtch saves callee-saved registers | rtm | 1 | -4/+34 |
2006-06-27 | file descriptors | rtm | 1 | -1/+92 |
2006-06-26 | system call return values | rtm | 1 | -12/+21 |
2006-06-26 | system call arguments | rtm | 1 | -1/+40 |
2006-06-22 | compile "user programs" | rtm | 1 | -11/+14 |
2006-06-15 | sleep, wakeup, wait, exit | rtm | 1 | -2/+46 |
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -0/+50 |