224 Commits (082be53aab06a6bde5ac3ecc488c097a895a531d)

Author SHA1 Message Date
bunnei f5c6d367c9 WaitSynchronizationN: Handle case where handle_count is invalid. 11 years ago
bunnei 064be2b86f WaitSynchronizationN: Handle case where handle_count=0. 11 years ago
bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 years ago
Subv 9e2ae289b8 AddrArbiter: Implement arbitration types 3 and 4. 11 years ago
Subv 38da198aa1 SVC: Wake up the thread after the delay in WaitSync1 11 years ago
archshift 228843c43e Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. 11 years ago
Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management 11 years ago
Yuri Kunde Schlesner 9bf8462b96 Thread: Reduce use of Handles and move some funcs to inside the class. 11 years ago
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 11 years ago
Subv 07044651ef SVC: Implemented the Timer service calls. 11 years ago
Subv dfc440785a SVC: Fixed SleepThread. 11 years ago
Kevin Hartman 63be6aaadd Warn if a new thread is intended to be run on the system CPU core until we implement correct scheduling for such a thread. 11 years ago
Subv 97a7381d29 SOC_U: Preliminary implementation of sockets. 11 years ago
Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager 11 years ago
Yuri Kunde Schlesner 73fba22c01 Rename ObjectPool to HandleTable 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
bunnei 4fcdbed9f6 Thread: Wait current thread on svc_SleepThread 11 years ago
Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type 11 years ago
Subv 1051795c32 Kernel/Semaphores: Fixed build 11 years ago
Subv 49b31badba SVC: Implemented ReleaseSemaphore. 11 years ago
Subv 82c84883a5 SVC: Implemented svcCreateSemaphore 11 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
bunnei 4cb7a44d4e MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. 11 years ago
Subv 029ff9f1fd SVC: Implemented GetThreadId. 11 years ago
bunnei f985469901 SVC: Add debug log to ArbitrateAddress. 11 years ago
bunnei e0e7443517 SVC: SleepThread should yield to the next ready thread. 11 years ago
Yuri Kunde Schlesner c2588403c0 HLE: Revamp error handling throrough the HLE code 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
purpasmart96 66431bceda Kernel:Add missing permissions in shared memory & svc 11 years ago
Lioncash 72846c418e core: Mark some hle functions as static 11 years ago
Sean 9a012ff007 Fix some warnings 11 years ago
archshift 6e606c515f core: Prune redundant includes 11 years ago
archshift 5472fd4d9b Added string_util to common, small changes in loader.cpp 11 years ago
bunnei 10f25866e2 SVC: Added support for svc_GetSystemTick. 12 years ago
Lioncash 98fa3f7cba Core: Alter the kernel string functions to use std::string instead of const char*. 12 years ago
Lioncash 986dd27392 Core: Fix a formatting error in svc.cpp 12 years ago
bunnei 66f91b4346 SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call. 12 years ago
bunnei 4d4607041b SVC: Removed ArbitrateAddress log message that spams to much. 12 years ago
bunnei 3eb89f3e98 Kernel: Added preliminary support for address arbiters. 12 years ago
bunnei 7ff92c36ed SharedMemory: Updated MapSharedMemory to use an enum for permissions. 12 years ago
bunnei 7b7a435094 GSP: Fixed to use real shared memory object, various cleanups. 12 years ago
bunnei 8957622d10 SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. 12 years ago
bunnei 862db811f0 SVC: Cleaned up function wrappers to pass in correct argument types. 12 years ago
bunnei 4d6c96b7d8 SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability. 12 years ago
bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) 12 years ago
bunnei d7363322c7 HLE: Updated various handle debug assertions to be more clear. 12 years ago
bunnei f5c7c15434 Kernel: Added real support for thread and event blocking 12 years ago
bunnei 477b0caca4 svc: updated WaitSynchronizationN to properly use first pointer argument 12 years ago
bunnei 4819e9a60f svc: changed DuplicateHandle log message from "error" to "debug" 12 years ago
bunnei 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support 12 years ago