aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* - created a Kernel namespaceGravatar bunnei2014-05-20
| | | | | - cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues) - added handle types for all different CTROS handles
* apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ↵Gravatar bunnei2014-05-19
| | | | magic value in other places) so that I can track how it propagates through the app code
* thread: added declaration for __KernelReschedule to be used by syscall moduleGravatar bunnei2014-05-19
|
* VFP: disable DBG messages because they spam the console with unimportant ↵Gravatar bunnei2014-05-19
| | | | skyeye junk
* renamed "session" to "handle"Gravatar bunnei2014-05-18
|
* - renamed NewHandle to CreateHandleGravatar bunnei2014-05-18
| | | | - updated CreateHandle/DeleteHandle to use KernelObject's
* fix warningGravatar bunnei2014-05-18
|
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-18
| | | | - various cleanups
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-18
|
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-18
| | | | - added ResetType enum
* - added stub for CreateEventGravatar bunnei2014-05-18
| | | | - changed some stubbed SVCs to return unique handle names for debugging purposes
* added stubbed function for WaitSynchronizationNGravatar bunnei2014-05-17
|
* ignore thumbemu 0xDEADCODE debugging catch on MCRGravatar bunnei2014-05-17
|
* changed a commentGravatar bunnei2014-05-17
|
* cleanups to SVC CreateThreadGravatar bunnei2014-05-17
|
* Merge branch 'master' into threadingGravatar bunnei2014-05-17
|\
| * updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| |
* | - added enum ThreadProcessorIdGravatar bunnei2014-05-17
| | | | | | | | | | - reorganized some kernel thread functions - added placeholder __KernelWaitThread_Synchronization function
* | added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-17
| |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHGravatar bunnei2014-05-16
| | | | | | | | - added KERNEL_DEFAULT_STACK_SIZE definition (0x4000)
* | added stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-16
| |
* | add kernel.* and thread.* to VS filtersGravatar bunnei2014-05-16
| |
* | updated APT_U::GetLockHandle to return a valid handleGravatar bunnei2014-05-16
| |
* | Merge master into threading to add support for VFPGravatar bunnei2014-05-16
|\|
| * Merge pull request #17 from bunnei/arm-vfpGravatar bunnei2014-05-16
| |\ | | | | | | ARM VFP support - integrated from SkyEye
| | * same fix as last commit - just for vfpsingle.cppGravatar bunnei2014-05-16
| | |
| | * another VFP fix for GCCGravatar bunnei2014-05-16
| | |
| | * fixed VFP DBG log for GCCGravatar bunnei2014-05-16
| | |
| | * fixed typo in CMakeLists.txtGravatar bunnei2014-05-16
| | |
| | * - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-16
| | | | | | | | | | | | - removed HLE::CallMCR function (was pointless)
| | * - removed unused stubbed out codeGravatar bunnei2014-05-16
| | | | | | | | | | | | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
| | * added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-16
| | |
| | * fixed includesGravatar bunnei2014-05-16
| | |
| | * enabled CP_ACCESS_ALLOWEDGravatar bunnei2014-05-16
| | |
| | * fixed include pathGravatar bunnei2014-05-16
| | |
| | * removed undefined function ARMul_ConsolePrintGravatar bunnei2014-05-16
| | |
| | * added missing armcopro from skyeyeGravatar bunnei2014-05-16
| | |
| | * added missing skyeye mmu codeGravatar bunnei2014-05-15
| | |
| | * fixed armmmu importsGravatar bunnei2014-05-15
| | |
| | * - moved mmu to arm/interpreter folderGravatar bunnei2014-05-15
| |/ | | | | | | - added initial VFP code from skyeye
* | - added SVC stubs for QueryMemory and GetThreadIdGravatar bunnei2014-05-15
| | | | | | | | - added SVC structs MemoryInfo and PageInfo
* | added memory mapped region for system mem - sdk demos load a segment here on ↵Gravatar bunnei2014-05-15
| | | | | | | | ELF load
* | added ability to load AXF files (same as ELF)Gravatar bunnei2014-05-15
| |
* | completely gutted/refactored threading code to be simplerGravatar bunnei2014-05-15
| |
* | changed "UID" to "Handle" to be a little more consistent with CTR namingGravatar bunnei2014-05-15
| |
* | - added ThreadContext structGravatar bunnei2014-05-15
| | | | | | | | - cleaned up CreateThread svc
* | added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-15
| |
* | - added helper function for __KernelCreateThreadGravatar bunnei2014-05-14
| | | | | | | | | | - added __KernelSwitchToThread for enabling a thread - added __KernelRotateThreadReadyQueue
* | changed primary thread priority to 0x30 - this is typical, not 0x31Gravatar bunnei2014-05-14
| |
* | added function stubs for EatCycles and ReScheduleGravatar bunnei2014-05-14
| |