Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt | |
This step makes it easy to replace the accessor functions (which still access a global variable) with ones that access per-thread curTick values. | |||
2009-04-19 | X86: Add a function which gets called when an interrupt message has been ↵ | Gabe Black | |
delivered. | |||
2008-10-12 | Create a message port for sending messages as apposed to reading/writing a ↵ | Gabe Black | |
memory range. |