Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |