summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/kernel.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-04kernel: Make some functions constLioncash1-2/+2
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-27/+17
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-5/+5
2014-11-18Remove extraneous semicolonsLioncash1-1/+1
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot1-0/+1
2014-08-19Core: Use std::array for managing kernel object spaceLioncash1-3/+4
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-3/+3
2014-07-09Kernel: Added preliminary support for address arbiters.bunnei1-1/+1
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+1
2014-06-13Kernel: Added freeing of kernel objects on emulator shutdown.bunnei1-0/+6
2014-06-13Kernel: Updated several member functions to be constbunnei1-2/+2
2014-06-13Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)bunnei1-2/+4
2014-06-03kernel: moved position of * for GetTypeName and GetNamebunnei1-2/+2
2014-06-02kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedulebunnei1-0/+1
2014-05-27kernel: added WaitSynchronization method to Kernel::Objectbunnei1-0/+7
2014-05-27kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei1-1/+8
2014-05-27kernel: added enum for known CurrentThread and CurrentProcess handlesbunnei1-0/+5
2014-05-27kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestbunnei1-0/+1
2014-05-23kernel: refactored function naming to remove "__" prefixbunnei1-2/+7
2014-05-21kernel: fixed include, in general include "common.h" not "common_types.h"bunnei1-1/+1
2014-05-21- created a Kernel namespacebunnei1-31/+44
2014-05-19- updated service(s) to be KernelObject'sbunnei1-4/+5
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-1/+2
2014-05-17- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei1-3/+2
2014-05-16changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei1-13/+16
2014-05-14- added __KernelLoadExec functionbunnei1-13/+24
2014-05-10added initial kernel/thread modulesbunnei1-0/+121