summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei
2014-06-04service: added a error log messages for unimplemented WaitSynchronizationbunnei
2014-06-04arm: reverting a change made with cb0663de - this has to have been a typo!bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-06-02kernel: moved position of * for GetTypeName and GetNamebunnei
2014-06-02coprocessor: reenabled debug logbunnei
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei
2014-06-01svc: changed DuplicateHandle log message from "error" to "debug"bunnei
2014-06-01svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...bunnei
2014-06-01kernel: changed main thread priority to default, updated Kernel::Reschedule t...bunnei
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread resc...bunnei
2014-06-01svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...bunnei
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typebunnei
2014-06-01log: updated GenericLog __attribute__ for newly added parameterbunnei
2014-06-01svc: added missing function wrapper for SleepThreadbunnei
2014-06-01gsp: always pass through synchronization barrier for commandsbunnei
2014-06-01svc: updated waitSychronization to not overwrite handle on return, added stub...bunnei
2014-06-01thread: updated Reschedule to sit at a synchronization barrier when no other ...bunnei
2014-06-01event: added a hackish ability to set an event as "locked" to its current sta...bunnei
2014-05-30hle: added stubbed service for ndm_ubunnei
2014-05-30service: cleaned up log messagesbunnei
2014-05-30service: removed PT_A from, as this was just an alias for APT_Ubunnei
2014-05-29srv: fix to log unimplemented service (instead of crash)bunnei
2014-05-29mutex: fixed typo in ReleaseMutexbunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-29svc: updated OutputDebugString to use OS_LOGbunnei
2014-05-29arm: removed unnecessary code when calling SVC from skyeyebunnei
2014-05-29log: fixed to not print twice, enabled coloring, added OS print logging as it...bunnei
2014-05-29core: changed time delay before kernel reschedule to "approximate" a screen r...bunnei
2014-05-29svc: changed unimplemented SVC log messages from "debug" messages to "error" ...bunnei
2014-05-29svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...bunnei
2014-05-29event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...bunnei
2014-05-29service: added additional hack to return success on unimplemented service callsbunnei
2014-05-29srv: changed a NOTICE_LOG to DEBUG_LOGbunnei
2014-05-29svc: added ArbitrationType enumerationbunnei
2014-05-28apt: added stubbed function for InquireNotificationbunnei
2014-05-28hle: properly cast 64-bit function wrapper parameters to (u64)bunnei
2014-05-28hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...bunnei
2014-05-28lcd: moved kFrameTicks to lcd.h for use in other modulesbunnei
2014-05-28service: changed interface to return 0 (no error) when a service method is u...bunnei
2014-05-27APT_U: added stubbed function for APT_U::Enable, fixed some log messages to b...bunnei
2014-05-27mutex: added preliminary SyncRequest/WaitSynchronization, added some comments...bunnei
2014-05-27svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEventbunnei
2014-05-27APT_U: added event creation to Initialize methodbunnei
2014-05-27event: fixed typos and updated CMakeListsbunnei
2014-05-27event: added SetEventLocked method to change status an events lockbunnei
2014-05-27kernel: added event module to support creation of CTR "Event" objectsbunnei
2014-05-26mutex: removed docstring comment that is no longer relevantbunnei
2014-05-26mutex: added additional docstringsbunnei
2014-05-26kernel: added WaitSynchronization method to Kernel::Objectbunnei