29 Commits (0652d95dab22120e5c9b18113873d889bc77baef)

Author SHA1 Message Date
Luke Street 0652d95dab svc: Implement SetThreadActivity (thread suspension) 7 years ago
Lioncash 99cdc2b5d1 kernel/errors: Clean up error codes 7 years ago
Lioncash dd17fc6213 kernel/errors: Remove now-unused, unnecessary, error codes 7 years ago
Lioncash 1bec1b6e99 kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND 7 years ago
Lioncash 1206987215 kernel/error: Remove leftover 3DS error codes 7 years ago
Lioncash ad85a2da06 kernel/error: Add error code for invalid pointers 7 years ago
Lioncash 7748fd0e43 kernel/error: Add error code for closed sessions 7 years ago
Lioncash 4f85c1d36f svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory 7 years ago
Lioncash 5238113b9c kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash 3e8e34221e kernel/svc: Sanitize heap sizes within svcSetHeapSize() 7 years ago
Lioncash 52fcbcf500 kernel/errors: Amend error code for ERR_NOT_FOUND 7 years ago
Lioncash d5ec89c1fb kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 7 years ago
Lioncash 8eb062bba4 kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED 7 years ago
Lioncash 4c6743a155 kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG 7 years ago
Lioncash ce900c1cb8 kernel/error: Add error code for the handle table being full 7 years ago
Lioncash d97ec0683f kernel/error: Add error code for invalid memory permissions 7 years ago
Lioncash eec7892cad kernel/error: Correct kernel error code for invalid combination 7 years ago
Michael Scire 3119b64d86 Kernel/Arbiters: Implement WaitForAddress 8 years ago
Michael Scire 6e9b11ffa0 Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. 8 years ago
Subv 40c82fc9c5 Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask. 8 years ago
Subv 4e47dd5b59 Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
Subv 607a46a662 SVC: Implemented CancelSynchronization. 8 years ago
Subv 5685c764e4 ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes. 8 years ago
bunnei 10022dc332 errors: Define missing kernel error codes. 8 years ago
bunnei 714dd3da6d hle: Use Switch formatted result codes. 8 years ago
Yuri Kunde Schlesner afa851d0a4 Kernel: Implement AcceptSession SVC 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago