aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.cpp
Commit message (Expand)AuthorAge
...
* | WaitSynchronizationN: Improved commentsGravatar bunnei2015-01-21
* | WaitSynchronizationN: Refactor to fix several bugsGravatar bunnei2015-01-21
* | Kernel: Separate WaitSynchronization into Wait and Acquire methods.Gravatar bunnei2015-01-21
* | WaitSynchronizationN: Handle case where handles=nullptr.Gravatar bunnei2015-01-21
* | WaitSynchronizationN: Handle case where handle_count is invalid.Gravatar bunnei2015-01-21
* | WaitSynchronizationN: Handle case where handle_count=0.Gravatar bunnei2015-01-21
* | WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-21
* | AddrArbiter: Implement arbitration types 3 and 4.Gravatar Subv2015-01-13
|/
* SVC: Wake up the thread after the delay in WaitSync1Gravatar Subv2015-01-11
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-10
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
* Merge pull request #444 from yuriks/handle-reform2Gravatar bunnei2015-01-09
|\
* \ Merge pull request #436 from kevinhartman/system-coreGravatar bunnei2015-01-09
|\ \
| | * Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-09
| | * Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
| |/ |/|
* | Merge pull request #255 from Subv/cbranch_3Gravatar bunnei2015-01-08
|\ \
| * | SVC: Implemented the Timer service calls.Gravatar Subv2015-01-08
* | | SVC: Fixed SleepThread.Gravatar Subv2015-01-08
|/ /
| * Warn if a new thread is intended to be run on the system CPU core until we im...Gravatar Kevin Hartman2015-01-07
|/
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-31
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
| * License changeGravatar purpasmart962014-12-20
* | Thread: Wait current thread on svc_SleepThreadGravatar bunnei2014-12-20
|/
* Merge pull request #185 from purpasmart96/mem_permGravatar bunnei2014-12-17
|\
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* | Kernel/Semaphores: Fixed buildGravatar Subv2014-12-13
* | SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-13
* | SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-13
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-12
* | SVC: Implemented GetThreadId.Gravatar Subv2014-12-04
* | SVC: Add debug log to ArbitrateAddress.Gravatar bunnei2014-11-26
* | SVC: SleepThread should yield to the next ready thread.Gravatar bunnei2014-11-26
* | HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
| * Kernel:Add missing permissions in shared memory & svcGravatar purpasmart962014-11-18
* | core: Mark some hle functions as staticGravatar Lioncash2014-11-17
|/
* Fix some warningsGravatar Sean2014-10-29
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\
* | core: Prune redundant includesGravatar archshift2014-09-08
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|/
* Merge pull request #55 from lioncash/stringGravatar bunnei2014-08-18
|\
* | SVC: Added support for svc_GetSystemTick.Gravatar bunnei2014-08-18
| * Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
|/
* Core: Fix a formatting error in svc.cppGravatar Lioncash2014-08-17
* SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.Gravatar bunnei2014-08-07
* SVC: Removed ArbitrateAddress log message that spams to much.Gravatar bunnei2014-08-05
* Kernel: Added preliminary support for address arbiters.Gravatar bunnei2014-07-08