| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2793 from Subv/replyandreceive | Sebastian Valle | 2017-06-30 | 1 | -10/+13 |
|\ |
|
| * | Kernel/SVC: Partially implemented svcReplyAndReceive. | Subv | 2017-06-26 | 1 | -10/+13 |
* | | Kernel: Fix SVC wrapper for CreatePort | Yuri Kunde Schlesner | 2017-06-23 | 1 | -3/+2 |
* | | Kernel: Implement CreateSession SVC | Yuri Kunde Schlesner | 2017-06-22 | 1 | -0/+10 |
|/ |
|
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -1/+1 |
* | Fix OutputDebugString syscall | Michael Theall | 2017-04-01 | 1 | -2/+2 |
* | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 1 | -30/+30 |
* | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 2016-12-22 | 1 | -8/+8 |
* | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 1 | -30/+30 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -1/+1 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -35/+68 |
* | Kernel/SVC: Implemented svcCreatePort. | Subv | 2016-06-11 | 1 | -0/+10 |
* | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | Subv | 2016-05-13 | 1 | -1/+2 |
* | svc: Move ResetType enum to the kernel event header | Lioncash | 2016-03-13 | 1 | -0/+1 |
* | HLE/SVC: Implement UnmapMemoryBlock. | Subv | 2016-01-14 | 1 | -0/+4 |
* | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 2015-12-01 | 1 | -0/+8 |
* | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 2015-08-16 | 1 | -0/+8 |
* | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner | 2015-07-25 | 1 | -1/+1 |
|\ |
|
| * | Core\HLE : Fix Warning | zawata | 2015-07-17 | 1 | -1/+1 |
* | | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | 2015-07-17 | 1 | -0/+12 |
* | | Kernel/SVC: Implemented svcQueryMemory. | Subv | 2015-07-17 | 1 | -2/+10 |
|/ |
|
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 1 | -3/+14 |
* | Implement svcBreak | archshift | 2015-05-17 | 1 | -0/+4 |
* | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 2015-05-15 | 1 | -2/+2 |
* | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 1 | -3/+3 |
* | Thread: Implement priority boost for starved threads. | bunnei | 2015-04-10 | 1 | -0/+7 |
* | SVC: Use CASCADE_RESULT in SVC handlers | Yuri Kunde Schlesner | 2015-01-30 | 1 | -4/+0 |
* | SVC: Change return type of handlers to ResultCode | Yuri Kunde Schlesner | 2015-01-30 | 1 | -42/+37 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+2 |
* | SVC: Implemented the Timer service calls. | Subv | 2015-01-09 | 1 | -0/+6 |
* | SOC_U: Preliminary implementation of sockets. | Subv | 2014-12-31 | 1 | -0/+7 |
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | SVC: Implemented ReleaseSemaphore. | Subv | 2014-12-13 | 1 | -0/+7 |
* | SVC: Implemented svcCreateSemaphore | Subv | 2014-12-13 | 1 | -0/+7 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -2/+2 |
* | SVC: Added support for svc_GetSystemTick. | bunnei | 2014-08-19 | 1 | -18/+42 |
* | function_wrappers: Fixed incorrect wrapper, added another. | bunnei | 2014-07-08 | 1 | -2/+9 |
* | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). | bunnei | 2014-06-13 | 1 | -0/+6 |
* | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei | 2014-06-13 | 1 | -31/+19 |
* | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei | 2014-06-13 | 1 | -722/+63 |
* | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei | 2014-06-02 | 1 | -1/+3 |
* | svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments | bunnei | 2014-06-02 | 1 | -15/+22 |
* | svc: added missing function wrapper for SleepThread | bunnei | 2014-06-01 | 1 | -0/+4 |
* | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes | bunnei | 2014-05-30 | 1 | -0/+6 |
* | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei | 2014-05-29 | 1 | -2/+2 |
* | hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters | bunnei | 2014-05-29 | 1 | -2/+2 |
* | added stubbed function for WaitSynchronizationN | bunnei | 2014-05-18 | 1 | -1/+6 |
* | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 2014-05-16 | 1 | -0/+5 |
* | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) | bunnei | 2014-05-14 | 1 | -1/+1 |
* | - added debug logging to syscall.cpp | bunnei | 2014-05-07 | 1 | -1/+11 |
* | - added some function wrappers for HLE | bunnei | 2014-05-02 | 1 | -8/+12 |
* | added a new function wrapper | bunnei | 2014-04-17 | 1 | -0/+5 |
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 1 | -268/+273 |
* | added initial modules for setting up SysCall HLE | bunnei | 2014-04-11 | 1 | -0/+726 |