Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-16 | Attempt to clean up newproc somewhat. | rsc | 1 | -12/+18 | |
Also remove all calls to memcpy in favor of memmove, which has defined semantics when the ranges overlap. The fact that memcpy was working in console.c to scroll the screen is not guaranteed by all implementations. | |||||
2006-07-05 | timer interrupts | kaashoek | 1 | -0/+11 | |
disk interrupts (assuming bochs has a bug) | |||||
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 1 | -0/+20 | |
and plan 9 code, at least boots and gets into C code. | |||||
2006-06-21 | start on MP; detect MP configuration | kaashoek | 1 | -0/+15 | |
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -0/+3 | |
2006-06-12 | import | rtm | 1 | -0/+22 | |