aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/svc.cpp
Commit message (Expand)AuthorAge
* License changeGravatar purpasmart962014-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
* SharedMemory: Updated MapSharedMemory to use an enum for permissions.Gravatar bunnei2014-07-05
* GSP: Fixed to use real shared memory object, various cleanups.Gravatar bunnei2014-07-05
* SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.Gravatar bunnei2014-06-13
* SVC: Cleaned up function wrappers to pass in correct argument types.Gravatar bunnei2014-06-13
* SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...Gravatar bunnei2014-06-13
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* HLE: Updated various handle debug assertions to be more clear.Gravatar bunnei2014-06-13
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-13
* svc: updated WaitSynchronizationN to properly use first pointer argumentGravatar bunnei2014-06-02
* svc: changed DuplicateHandle log message from "error" to "debug"Gravatar bunnei2014-06-01
* svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...Gravatar bunnei2014-06-01
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-01
* svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...Gravatar bunnei2014-06-01
* svc: updated waitSychronization to not overwrite handle on return, added stub...Gravatar bunnei2014-06-01
* hle: cleaned up log messagesGravatar bunnei2014-05-29
* svc: updated OutputDebugString to use OS_LOGGravatar bunnei2014-05-29
* svc: changed unimplemented SVC log messages from "debug" messages to "error" ...Gravatar bunnei2014-05-29
* svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...Gravatar bunnei2014-05-29
* svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEventGravatar bunnei2014-05-27
* kernel: updated SyncRequest to take boolean thread wait result as a parameterGravatar bunnei2014-05-26
* svc: added some assertionsGravatar bunnei2014-05-26
* svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of ju...Gravatar bunnei2014-05-26
* svc: added stub for DuplicateHandle SVC callGravatar bunnei2014-05-26
* svc: added a check to ensure that a service was implemented before attempting...Gravatar bunnei2014-05-22