Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel/object: Remove unused handle type entry | Lioncash | 2019-04-03 | 1 | -1/+0 |
* | core/hle/kernel: Split transfer memory handling out into its own class | Lioncash | 2019-03-13 | 1 | -0/+1 |
* | kernel: Remove the Timer class | Lioncash | 2019-02-01 | 1 | -1/+0 |
* | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2018-12-19 | 1 | -0/+1 |
* | kernel/process: Make Process a WaitObject | Lioncash | 2018-12-05 | 1 | -1/+1 |
* | kernel/object: Amend handle types to distinguish between readable and writable events | Lioncash | 2018-12-04 | 1 | -1/+2 |
* | kernel/process: Make CodeSet a regular non-inherited object | Lioncash | 2018-10-12 | 1 | -1/+0 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -0/+2 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -0/+35 |