summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-20thread: whitespace change - fixed * and & placementbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-19* Remove -fpermissivePhillip Stephens
2014-05-19Merge pull request #4 from archshift/patch-1bunnei
2014-05-19README: Update wiki linksarchshift
2014-05-19apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...bunnei
2014-05-19thread: added declaration for __KernelReschedule to be used by syscall modulebunnei
2014-05-19VFP: disable DBG messages because they spam the console with unimportant skye...bunnei
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
2014-05-19common_types: Changed BasicRect back to Rect, in the common namespacearchshift
2014-05-19CMakeLists: Fixed GLEW include var name, compile flag varsarchshift
2014-05-19Improved clarity and whitespacearchshift
2014-05-19CMakeLists: rename HEADS, improved commentsarchshift
2014-05-19Indent fixesarchshift
2014-05-18Merge pull request #13 from archshift/masterbunnei
2014-05-18renamed "session" to "handle"bunnei
2014-05-18- renamed NewHandle to CreateHandlebunnei
2014-05-18fix warningbunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18updated Travis-CI image/link in readme for new project repobunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-18- added stub for CreateEventbunnei
2014-05-17added stubbed function for WaitSynchronizationNbunnei
2014-05-17Indent fixesarchshift
2014-05-17Fixed vfp issuesarchshift
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei
2014-05-17changed a commentbunnei
2014-05-17cleanups to SVC CreateThreadbunnei
2014-05-17Merge branch 'master' into threadingbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-16Updated cmakelistsarchshift
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift
2014-05-16Added FindGLEW to cmake-modulesarchshift
2014-05-17- added enum ThreadProcessorIdbunnei
2014-05-17added MIN, MAX, and CLAMP macros to common_funcsbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
2014-05-16added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei
2014-05-16add kernel.* and thread.* to VS filtersbunnei
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16Merge pull request #17 from bunnei/arm-vfpbunnei
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16fixed typo in CMakeLists.txtbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
2014-05-16- removed unused stubbed out codebunnei