712 Commits (0eeda98acf097bbe5534ff2423cb1adee2ceabe5)

Author SHA1 Message Date
N00byKing 8d34c0d2a0 More Warning cleanups 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 8 years ago
bunnei 7750edae39 hle_ipc: Add SleepClientThread to block current thread within HLE routines. 8 years ago
bunnei 01d72e813e hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. 8 years ago
bunnei 479400acc8 hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. 8 years ago
bunnei d6c27e6b28 thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
bunnei dd2e72f1aa process: MirrorMemory should use MemoryState::Mapped. 8 years ago
bunnei d7bb09afe7 process: Unmap previously allocated heap. 8 years ago
bunnei 256153c50c arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei a0b00fe2d1 svc: Use more correct values for GetInfo MapRegion and NewMapRegion. 8 years ago
bunnei a26561ce20 kernel: Move stack region outside of application heap. 8 years ago
bunnei 67bac363d8 process: Fix stack memory state. 8 years ago
bunnei 29bda49fc0 MemoryState: Add additional memory states and improve naming. 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 8 years ago
Subv a9c51be95e Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
Jules Blok 29a5203a2a thread: Clear the process list on shutdown. 8 years ago
N00byKing ac2232b9cf (Hopefully) Fix MinGW Build 8 years ago
N00byKing 11cef9ba72 Add UnmapSharedMemory 8 years ago
mailwl 8f256914fc Stub more functions 8 years ago
mailwl dadb6c6e50 Add warning if Domain request has no domain message header 8 years ago
mailwl 2ba8b89864 Fix: change check for domain order and existance of domain message header 8 years ago
mailwl e05f10cae8 IPC: add domain header to response if only it exists in request 8 years ago
bunnei 87335e8404 scheduler: Cleanup based on PR feedback. 8 years ago
bunnei 539977f39b kernel: Use Scheduler class for threading. 8 years ago
bunnei 650f49fab2 kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module. 8 years ago
bunnei 0b8907958f kernel: Remove unused address_arbiter code. 8 years ago
Subv fbb0ef851c Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 8 years ago
mailwl e86ec16ee7 Service/hid: stub some functions 8 years ago
bunnei 287bcf18e6 shared_memory: Remove some checks. 8 years ago
bunnei 9bd160723a hle_ipc: Remove const from WriteBuffer size. 8 years ago
Lioncash 321765d0b4 thread: Silence formatting specifier warnings 8 years ago
Lioncash a708fd7a6d vm_manager: Silence formatting specifier warnings 8 years ago
bunnei 289e29163b hle_ipc: Add GetReadBufferSize and check write buffer size. 8 years ago
bunnei f0e350f3bb hle_ipc: Add helper functions for reading and writing buffers. 8 years ago
bunnei ac83b7c57f hle_ipc: Add helper functions for reading and writing buffers. 8 years ago
bunnei 41042e7b81 mutex: Update hasWaiters on release. 8 years ago
bunnei 23c46db6f7 GetInfo: Implement IsCurrentProcessBeingDebugged. 8 years ago
bunnei 37967da1f2 WaitProcessWideKeyAtomic: Handle case where condition variable was already created. 8 years ago
bunnei 4a19b608fd svc: SharedMemory size should be 64-bits and cleanup. 8 years ago
bunnei 9892a119da ArbitrateLock: Assert that requesting_thread is current_thread. 8 years ago
shinyquagsire23 cd0befbd05 shared_memory: Only mark addresses as invalid if they are within the heap 8 years ago
MerryMage 7a23a53396 memory: Replace all memory hooking with Special regions 8 years ago
bunnei c943b30b0a server_session: Fix scenario where all domain handlers are closed. 8 years ago
bunnei f328cb2c7c hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
bunnei 2b07c87f0c ipc_helpers: Make interface domain agnostic and add header validation. 8 years ago
bunnei a3aadaea60 hle: Integrate Domain handling into ServerSession. 8 years ago
bunnei 4fabdf77d7 hle: Remove Domain and SyncObject kernel objects. 8 years ago
bunnei 2ab0f638f0 handle_table: Remove ConvertSessionToDomain. 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
David 61a92c7347 Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago