| Commit message (Expand) | Author | Age | Files | Lines |
* | service: added additional hack to return success on unimplemented service calls | bunnei | 2014-05-30 | 1 | -2/+10 |
* | srv: changed a NOTICE_LOG to DEBUG_LOG | bunnei | 2014-05-30 | 1 | -1/+1 |
* | svc: added ArbitrationType enumeration | bunnei | 2014-05-30 | 1 | -0/+9 |
* | apt: added stubbed function for InquireNotification | bunnei | 2014-05-29 | 1 | -78/+86 |
* | 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 | 2 | -3/+2 |
* | service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further | bunnei | 2014-05-29 | 1 | -2/+2 |
* | APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent | bunnei | 2014-05-28 | 1 | -3/+10 |
* | mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions | bunnei | 2014-05-28 | 1 | -0/+6 |
* | svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent | bunnei | 2014-05-28 | 1 | -14/+54 |
* | APT_U: added event creation to Initialize method | bunnei | 2014-05-28 | 1 | -1/+11 |
* | event: fixed typos and updated CMakeLists | bunnei | 2014-05-28 | 1 | -1/+1 |
* | event: added SetEventLocked method to change status an events lock | bunnei | 2014-05-28 | 2 | -0/+18 |
* | kernel: added event module to support creation of CTR "Event" objects | bunnei | 2014-05-28 | 2 | -0/+119 |
* | mutex: removed docstring comment that is no longer relevant | bunnei | 2014-05-27 | 1 | -1/+0 |
* | mutex: added additional docstrings | bunnei | 2014-05-27 | 1 | -0/+2 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 4 | -0/+39 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 5 | -10/+33 |
* | svc: added some assertions | bunnei | 2014-05-27 | 1 | -6/+4 |
* | service: Renamed Sync to SyncRequest | bunnei | 2014-05-27 | 1 | -1/+1 |
* | kernel: added enum for known CurrentThread and CurrentProcess handles | bunnei | 2014-05-27 | 1 | -0/+5 |
* | srv: added a real mutex for GetProcSemaphore (instead of stubbed) | bunnei | 2014-05-27 | 1 | -3/+10 |
* | svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class) | bunnei | 2014-05-27 | 1 | -2/+2 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 4 | -6/+11 |
* | svc: added stub for DuplicateHandle SVC call | bunnei | 2014-05-27 | 1 | -1/+8 |
* | svc: added a check to ensure that a service was implemented before attempting to connect to its port | bunnei | 2014-05-23 | 1 | -1/+5 |
* | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument | bunnei | 2014-05-23 | 3 | -6/+6 |
* | thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread | bunnei | 2014-05-23 | 3 | -12/+9 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 5 | -62/+72 |
* | thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset | bunnei | 2014-05-23 | 2 | -35/+40 |
* | APT_U: added a debug log on calling GetLockHandle | bunnei | 2014-05-23 | 1 | -0/+1 |
* | thread: fixed bug where result of __NextThread was not being properly checked when NULL | bunnei | 2014-05-22 | 1 | -1/+1 |
* | svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles | bunnei | 2014-05-22 | 1 | -4/+7 |
* | svc: enabled use of newly created kernel thread handle | bunnei | 2014-05-21 | 1 | -5/+5 |
* | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 2014-05-21 | 4 | -5/+16 |
* | mutex: initial commit of HLE module | bunnei | 2014-05-21 | 4 | -10/+157 |
* | svc: added some comments | bunnei | 2014-05-21 | 1 | -0/+7 |
* | kernel: fixed include, in general include "common.h" not "common_types.h" | bunnei | 2014-05-21 | 1 | -1/+1 |
* | service: removed redundant include of common_types.h | bunnei | 2014-05-21 | 1 | -1/+0 |
* | thread: added correct lowest thread priority, added a thread priority check, and added some comments | bunnei | 2014-05-21 | 2 | -6/+10 |
* | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei | 2014-05-21 | 2 | -8/+11 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 4 | -103/+117 |
* | ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching | bunnei | 2014-05-21 | 1 | -36/+2 |
* | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 2014-05-21 | 6 | -17/+19 |
* | thread: whitespace change - fixed * and & placement | bunnei | 2014-05-21 | 2 | -27/+27 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 6 | -75/+87 |
* | apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code | bunnei | 2014-05-20 | 1 | -1/+1 |
* | thread: added declaration for __KernelReschedule to be used by syscall module | bunnei | 2014-05-20 | 1 | -0/+3 |
* | renamed "session" to "handle" | bunnei | 2014-05-19 | 1 | -3/+3 |
* | - renamed NewHandle to CreateHandle | bunnei | 2014-05-19 | 2 | -8/+8 |
* | fix warning | bunnei | 2014-05-19 | 1 | -1/+1 |
* | - updated service(s) to be KernelObject's | bunnei | 2014-05-19 | 7 | -59/+31 |
* | renamed "UID" to "Handle" where appropriate | bunnei | 2014-05-19 | 4 | -24/+22 |
* | - moved Handle/Result definitions to kernel.h | bunnei | 2014-05-19 | 6 | -14/+19 |
* | - added stub for CreateEvent | bunnei | 2014-05-18 | 1 | -8/+22 |
* | added stubbed function for WaitSynchronizationN | bunnei | 2014-05-18 | 2 | -4/+19 |
* | changed a comment | bunnei | 2014-05-17 | 2 | -2/+2 |
* | cleanups to SVC CreateThread | bunnei | 2014-05-17 | 1 | -8/+15 |
* | - added enum ThreadProcessorId | bunnei | 2014-05-17 | 2 | -53/+107 |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 2014-05-17 | 3 | -8/+12 |
* | added stubbed GetProcSemaphore - does nothing but avoids an exception | bunnei | 2014-05-17 | 1 | -1/+7 |
* | updated APT_U::GetLockHandle to return a valid handle | bunnei | 2014-05-17 | 1 | -1/+5 |
* | Merge master into threading to add support for VFP | bunnei | 2014-05-17 | 2 | -21/+2 |
|\ |
|
| * | - reenabled MCR and MRC functions now that VFP is attached | bunnei | 2014-05-17 | 2 | -21/+2 |
* | | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 2014-05-16 | 3 | -2/+30 |
* | | completely gutted/refactored threading code to be simpler | bunnei | 2014-05-16 | 2 | -658/+230 |
* | | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | 2014-05-16 | 2 | -18/+21 |
* | | - added ThreadContext struct | bunnei | 2014-05-16 | 2 | -8/+26 |
* | | - added helper function for __KernelCreateThread | bunnei | 2014-05-15 | 2 | -4/+76 |
* | | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei | 2014-05-15 | 1 | -1/+2 |
* | | added function stubs for EatCycles and ReSchedule | bunnei | 2014-05-15 | 2 | -0/+15 |
* | | fixed thread reset to not set stack address | bunnei | 2014-05-14 | 1 | -1/+1 |
* | | various cleanups / remove unused code | bunnei | 2014-05-14 | 2 | -65/+29 |
* | | added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point | bunnei | 2014-05-14 | 2 | -70/+543 |
* | | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) | bunnei | 2014-05-14 | 2 | -7/+38 |
* | | - added __KernelLoadExec function | bunnei | 2014-05-14 | 2 | -13/+35 |
* | | added initial kernel/thread modules | bunnei | 2014-05-10 | 4 | -0/+527 |
|/ |
|
* | removed unknown fields from GX_CmdBufferHeader | bunnei | 2014-05-08 | 1 | -5/+0 |
* | removed unnecessary log message | bunnei | 2014-05-08 | 1 | -1/+1 |
* | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | 2014-05-08 | 7 | -105/+89 |
* | - added debug logging to syscall.cpp | bunnei | 2014-05-07 | 2 | -135/+173 |
* | added config_mem module for HLE of firmware configuration memory settings | bunnei | 2014-05-07 | 2 | -0/+91 |
* | - added CallMCR function to coprocessor HLE module | bunnei | 2014-05-02 | 2 | -7/+20 |
* | fixed include in coprocessor.cpp | bunnei | 2014-05-02 | 1 | -1/+1 |
* | renamed hle "mrc" module to "coprocessor" | bunnei | 2014-05-02 | 2 | -0/+0 |
* | - added some function wrappers for HLE | bunnei | 2014-05-02 | 2 | -10/+29 |
* | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 2014-04-28 | 3 | -9/+0 |
* | fixed weird spacing | bunnei | 2014-04-28 | 1 | -1/+1 |
* | hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) | bunnei | 2014-04-27 | 1 | -3/+9 |
* | added simple GSP GPU ReadHWRegs function to support returning the framebuffer address | bunnei | 2014-04-26 | 1 | -1/+37 |
* | added preliminary DataSynchronizationBarrier support with simple DMA copy | bunnei | 2014-04-26 | 1 | -7/+39 |
* | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 2014-04-25 | 4 | -10/+52 |
* | fixed bug where svc_ControlMemory was not properly getting passed in parameters | bunnei | 2014-04-25 | 1 | -2/+2 |
* | - added preliminary support for svc_MapMemoryBlock | bunnei | 2014-04-25 | 1 | -4/+34 |
* | added GSP::RegisterInterruptRelayQueue function | bunnei | 2014-04-25 | 1 | -31/+40 |
* | - refactored how service functions are called | bunnei | 2014-04-25 | 5 | -19/+39 |
* | renamed hw_lcd module to just lcd | bunnei | 2014-04-18 | 1 | -2/+0 |
* | added GSP heap memory allocation | bunnei | 2014-04-18 | 1 | -1/+25 |
* | added a new function wrapper | bunnei | 2014-04-17 | 1 | -0/+5 |
* | fixed bug with printing std::string in log messages | bunnei | 2014-04-17 | 1 | -2/+2 |
* | added class stub for HID:User service | bunnei | 2014-04-17 | 3 | -0/+72 |
* | updated service comments | bunnei | 2014-04-17 | 6 | -5/+17 |
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 4 | -395/+413 |
* | - added stubbed out GSP::Gpu service interface | bunnei | 2014-04-16 | 7 | -7/+103 |
* | removed no longer used function header | bunnei | 2014-04-16 | 1 | -2/+0 |
* | restructured hle:services completely to use function lookup tables | bunnei | 2014-04-16 | 5 | -137/+215 |
* | fixed naming for APT_U | bunnei | 2014-04-16 | 3 | -9/+9 |
* | - extracted srv: calls from service.cpp and put in its own module | bunnei | 2014-04-16 | 4 | -106/+105 |
* | added a stub for GetLockHandle | bunnei | 2014-04-14 | 3 | -9/+44 |
* | added framework for APT service (application and title launching service) | bunnei | 2014-04-13 | 5 | -5/+118 |
* | renamed class Interface_SRV to SRV | bunnei | 2014-04-13 | 1 | -6/+6 |
* | added some very initial command parsing for SRV Sync | bunnei | 2014-04-13 | 1 | -5/+31 |
* | added a GetPointer function for reading from HLE command buffer | bunnei | 2014-04-13 | 2 | -0/+14 |
* | added OS memory read/write for thread command buffer | bunnei | 2014-04-13 | 2 | -3/+55 |
* | cleanups to service HLE | bunnei | 2014-04-13 | 2 | -8/+8 |
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 5 | -130/+328 |
* | - renamed hle_syscall to just syscall | bunnei | 2014-04-12 | 5 | -101/+145 |
* | replace tabs with spaces | bunnei | 2014-04-12 | 1 | -6/+6 |
* | moved hle.cpp into hle folder (due to mistake earlier) | bunnei | 2014-04-12 | 1 | -0/+57 |
* | added remaining known syscall functions to Syscall_Table | bunnei | 2014-04-11 | 1 | -0/+80 |
* | base code to call a syscall from ARM11 appcore | bunnei | 2014-04-11 | 3 | -7/+56 |
* | changed some naming/misc cleanups | bunnei | 2014-04-11 | 3 | -18/+17 |
* | - removed syscall classes (will just use HLEFunction) | bunnei | 2014-04-11 | 3 | -15/+17 |
* | added initial modules for setting up SysCall HLE | bunnei | 2014-04-11 | 4 | -0/+825 |