| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
|
| |
Also properly keep track of data in guest memory, this fixes managing the semaphore from userland.
It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this.
|
| |
|
|
| |
fixes userland locking/unlocking.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* CoreTiming: New CoreTiming; Add Test for CoreTiming
|
| |
|
|
| |
request was made on a Domain interface.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
They should have 32 bits of padding after the error code now.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
objects in IPC requests.
Popping objects from the buffer is still not implemented.
|
| |
|
|
| |
Service code now doesn't have to deal with this.
|
| |
|
|
|
|
| |
fixed pushing domain objects.
Domain object ids are always stored immediately after the raw data.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
|
| | |
|