summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
AgeCommit message (Expand)Author
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Merge pull request #444 from yuriks/handle-reform2bunnei
2015-01-09Merge pull request #436 from kevinhartman/system-corebunnei
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08Merge pull request #255 from Subv/cbranch_3bunnei
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-08SVC: Fixed SleepThread.Subv
2015-01-07Warn if a new thread is intended to be run on the system CPU core until we im...Kevin Hartman
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Thread: Wait current thread on svc_SleepThreadbunnei
2014-12-17Merge pull request #185 from purpasmart96/mem_permbunnei
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13Kernel/Semaphores: Fixed buildSubv
2014-12-13SVC: Implemented ReleaseSemaphore.Subv
2014-12-13SVC: Implemented svcCreateSemaphoreSubv
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-12MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei
2014-12-04SVC: Implemented GetThreadId.Subv
2014-11-26SVC: Add debug log to ArbitrateAddress.bunnei
2014-11-26SVC: SleepThread should yield to the next ready thread.bunnei
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Kernel:Add missing permissions in shared memory & svcpurpasmart96
2014-11-17core: Mark some hle functions as staticLioncash
2014-10-29Fix some warningsSean
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-08-18Merge pull request #55 from lioncash/stringbunnei
2014-08-18SVC: Added support for svc_GetSystemTick.bunnei
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-08-17Core: Fix a formatting error in svc.cppLioncash
2014-08-07SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.bunnei
2014-08-05SVC: Removed ArbitrateAddress log message that spams to much.bunnei
2014-07-08Kernel: Added preliminary support for address arbiters.bunnei
2014-07-05SharedMemory: Updated MapSharedMemory to use an enum for permissions.bunnei
2014-07-05GSP: Fixed to use real shared memory object, various cleanups.bunnei
2014-06-13SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.bunnei
2014-06-13SVC: Cleaned up function wrappers to pass in correct argument types.bunnei
2014-06-13SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-13HLE: Updated various handle debug assertions to be more clear.bunnei
2014-06-13Kernel: Added real support for thread and event blockingbunnei
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei