Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 1 | -2/+2 |
* | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -10/+15 |
* | Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. | Subv | 2016-12-09 | 1 | -0/+10 |
* | Use std::move where appropriate. | Subv | 2016-12-08 | 1 | -1/+3 |
* | KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. | Subv | 2016-12-05 | 1 | -15/+15 |
* | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -3/+6 |
* | A bit of a redesign. | Subv | 2016-12-01 | 1 | -159/+8 |
* | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -1/+1 |
* | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -0/+225 |