Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel: Updated various kernel function "name" arguments to be const references. | bunnei | 2014-06-13 | 1 | -1/+1 |
* | Kernel: Added real support for thread and event blocking | bunnei | 2014-06-13 | 1 | -0/+7 |
* | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | 2014-06-03 | 1 | -1/+2 |
* | event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments | bunnei | 2014-06-01 | 1 | -0/+8 |
* | event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments | bunnei | 2014-05-30 | 1 | -2/+3 |
* | event: fixed typos and updated CMakeLists | bunnei | 2014-05-28 | 1 | -1/+1 |
* | event: added SetEventLocked method to change status an events lock | bunnei | 2014-05-28 | 1 | -0/+7 |
* | kernel: added event module to support creation of CTR "Event" objects | bunnei | 2014-05-28 | 1 | -0/+28 |