Lioncash
|
5c0408596f
kernel/thread: Use a regular pointer for the owner/current process
|
7 лет назад |
David Marcec
|
f5631e78d1
Added bitfield instead of manually checking if the bit is set
|
7 лет назад |
David Marcec
|
af3ba94b2a
Actual kill execution when the bit isn't set, not the other way around
|
7 лет назад |
David Marcec
|
c50f66a8eb
svcBreak, Signalling to the debugger should not kill execution
|
7 лет назад |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 лет назад |
Lioncash
|
541c550753
kernel/svc: Implement svcGetThreadContext()
|
7 лет назад |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 лет назад |
bunnei
|
f7b69d61f2
Merge pull request #1395 from lioncash/vm
|
7 лет назад |
bunnei
|
b67c1fdf38
Merge pull request #1393 from tech4me/svc
|
7 лет назад |
Lioncash
|
83377113bf
memory: Dehardcode the use of fixed memory range constants
|
7 лет назад |
Lioncash
|
6c6f95d071
svc: Report correct memory-related values within some of the cases in svcGetInfo()
|
7 лет назад |
tech4me
|
d42424ace0
svc: Updated svc names
|
7 лет назад |
Lioncash
|
48b2eda492
svc: Move most process termination code to its own function within Process
|
7 лет назад |
Lioncash
|
b6867602ca
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
|
7 лет назад |
bunnei
|
e6367ab955
Merge pull request #1315 from lioncash/size
|
7 лет назад |
bunnei
|
e561afdcd5
Merge pull request #1328 from FearlessTobi/port-4192
|
7 лет назад |
Valentin Vanelslande
|
54ddb37b3c
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
4f8756edd0
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
|
7 лет назад |
Lioncash
|
accd1f17e4
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory()
|
7 лет назад |
Lioncash
|
496c67fd73
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory()
|
7 лет назад |
Lioncash
|
7bd2faad9a
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
|
7 лет назад |
bunnei
|
79217f9870
Merge pull request #1303 from lioncash/error
|
7 лет назад |
Lioncash
|
fbe462099b
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given
|
7 лет назад |
Lioncash
|
3c5c292592
kernel/errors: Correct error codes for invalid thread priority and invalid processor ID
|
7 лет назад |
Lioncash
|
9b3bc0b282
svc: Do nothing if svcOutputDebugString() is given a length of zero
|
7 лет назад |
Lioncash
|
04d723baf9
svc: Correct parameter type for OutputDebugString()
|
7 лет назад |
Lioncash
|
1242c1ec0a
service: Migrate global named port map to the KernelCore class
|
7 лет назад |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
8 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |