.. |
address_arbiter.cpp
|
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
|
2018-10-15 14:15:56 -04:00 |
address_arbiter.h
|
|
|
client_port.cpp
|
|
|
client_port.h
|
|
|
client_session.cpp
|
|
|
client_session.h
|
|
|
errors.h
|
kernel/errors: Clean up error codes
|
2018-11-16 14:32:30 -05:00 |
event.cpp
|
|
|
event.h
|
|
|
handle_table.cpp
|
kernel/handle_table: Move private static functions into the cpp file
|
2018-11-21 18:31:01 -05:00 |
handle_table.h
|
kernel/handle_table: Move private static functions into the cpp file
|
2018-11-21 18:31:01 -05:00 |
hle_ipc.cpp
|
kernel/process: Make the handle table per-process
|
2018-10-20 16:38:32 -04:00 |
hle_ipc.h
|
hle_ipc: Add member function for querying the existence of a domain header
|
2018-10-29 23:28:04 -04:00 |
kernel.cpp
|
kernel/resource_limit: Clean up interface
|
2018-11-19 18:16:39 -05:00 |
kernel.h
|
kernel/resource_limit: Clean up interface
|
2018-11-19 18:16:39 -05:00 |
mutex.cpp
|
general: Remove unused boost inclusions where applicable
|
2018-10-30 00:09:46 -04:00 |
mutex.h
|
|
|
object.cpp
|
kernel/process: Make CodeSet a regular non-inherited object
|
2018-10-12 12:07:32 -04:00 |
object.h
|
kernel/process: Make CodeSet a regular non-inherited object
|
2018-10-12 12:07:32 -04:00 |
process.cpp
|
kernel/process: Move <random> include to the cpp file
|
2018-11-20 17:46:20 -05:00 |
process.h
|
kernel/process: Move <random> include to the cpp file
|
2018-11-20 17:46:20 -05:00 |
resource_limit.cpp
|
kernel/resource_limit: Clean up interface
|
2018-11-19 18:16:39 -05:00 |
resource_limit.h
|
kernel/resource_limit: Clean up interface
|
2018-11-19 18:16:39 -05:00 |
scheduler.cpp
|
svc: Implement svcGetInfo command 0xF0000002
|
2018-10-26 12:49:11 -04:00 |
scheduler.h
|
svc: Implement svcGetInfo command 0xF0000002
|
2018-10-26 12:49:11 -04:00 |
server_port.cpp
|
kernel/server_port: Simplify emptiness check within ShouldWait()
|
2018-10-24 14:24:36 -04:00 |
server_port.h
|
|
|
server_session.cpp
|
hle_ipc: Add member function for querying the existence of a domain header
|
2018-10-29 23:28:04 -04:00 |
server_session.h
|
|
|
session.cpp
|
|
|
session.h
|
|
|
shared_memory.cpp
|
kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer
|
2018-11-19 09:20:29 -05:00 |
shared_memory.h
|
kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer
|
2018-11-19 09:20:29 -05:00 |
svc.cpp
|
Made svcSetHeapSize and svcCreateSharedMemory more readable
|
2018-11-27 12:53:18 +11:00 |
svc.h
|
svc: Localize the GetInfo enum class to the function itself
|
2018-10-26 12:49:14 -04:00 |
svc_wrap.h
|
Stubbed SetMemoryPermission
|
2018-11-03 16:01:34 +01:00 |
thread.cpp
|
kernel/thread: Deduplicate scheduler switching code
|
2018-11-14 00:02:42 -05:00 |
thread.h
|
kernel/thread: Deduplicate scheduler switching code
|
2018-11-14 00:02:42 -05:00 |
timer.cpp
|
|
|
timer.h
|
|
|
vm_manager.cpp
|
ldr_ro: Add error check for memory allocation failure
|
2018-11-17 21:40:26 -05:00 |
vm_manager.h
|
ldr_ro: Add error check for memory allocation failure
|
2018-11-17 21:40:26 -05:00 |
wait_object.cpp
|
|
|
wait_object.h
|
|
|