Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -1/+2 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+2 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+2 |
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 1 | -1/+1 |
|\ | |||||
| * | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | | Clean up some warnings | Chin | 2014-12-20 | 1 | -4/+4 |
|/ | |||||
* | Kernel/Semaphore: Small style change | Subv | 2014-12-13 | 1 | -1/+1 |
* | Kernel/Semaphores: Invert the available count checking. | Subv | 2014-12-13 | 1 | -11/+9 |
* | Kernel/Semaphores: Addressed some issues. | Subv | 2014-12-13 | 1 | -28/+13 |
* | Semaphore: Removed an unneeded function | Subv | 2014-12-13 | 1 | -5/+0 |
* | Semaphores: Addressed some style issues | Subv | 2014-12-13 | 1 | -6/+5 |
* | Semaphore: Implemented the initial_count parameter. | Subv | 2014-12-13 | 1 | -3/+5 |
* | SVC: Implemented ReleaseSemaphore. | Subv | 2014-12-13 | 1 | -13/+52 |
* | SVC: Implemented svcCreateSemaphore | Subv | 2014-12-13 | 1 | -0/+76 |