index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
Age
Commit message (
Expand
)
Author
2015-01-21
WaitSynchronization: Added a result code for invalid result, fixed bug.
bunnei
2015-01-21
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
bunnei
2015-01-21
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
SVC: Removed a Sleep that made no sense
bunnei
2015-01-21
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
WaitSynchronizationN: Improved comments
bunnei
2015-01-21
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handles=nullptr.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handle_count is invalid.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handle_count=0.
bunnei
2015-01-21
WaitSynchronizationN: Implement return values
bunnei
2015-01-13
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-11
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-08
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
SVC: Implemented the Timer service calls.
Subv
2015-01-08
SVC: Fixed SleepThread.
Subv
2015-01-07
Warn if a new thread is intended to be run on the system CPU core until we im...
Kevin Hartman
2014-12-31
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-20
License change
purpasmart96
2014-12-20
Thread: Wait current thread on svc_SleepThread
bunnei
2014-12-17
Merge pull request #185 from purpasmart96/mem_perm
bunnei
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Kernel/Semaphores: Fixed build
Subv
2014-12-13
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-12
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-04
SVC: Implemented GetThreadId.
Subv
2014-11-26
SVC: Add debug log to ArbitrateAddress.
bunnei
2014-11-26
SVC: SleepThread should yield to the next ready thread.
bunnei
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Kernel:Add missing permissions in shared memory & svc
purpasmart96
2014-11-17
core: Mark some hle functions as static
Lioncash
2014-10-29
Fix some warnings
Sean
2014-09-11
Merge pull request #99 from archshift/ext-check
bunnei
[next]