Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
há 7 anos atrás |
Lioncash
|
541c550753
kernel/svc: Implement svcGetThreadContext()
|
há 7 anos atrás |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
há 7 anos atrás |
bunnei
|
f7b69d61f2
Merge pull request #1395 from lioncash/vm
|
há 7 anos atrás |
bunnei
|
b67c1fdf38
Merge pull request #1393 from tech4me/svc
|
há 7 anos atrás |
Lioncash
|
83377113bf
memory: Dehardcode the use of fixed memory range constants
|
há 7 anos atrás |
Lioncash
|
6c6f95d071
svc: Report correct memory-related values within some of the cases in svcGetInfo()
|
há 7 anos atrás |
tech4me
|
d42424ace0
svc: Updated svc names
|
há 7 anos atrás |
Lioncash
|
48b2eda492
svc: Move most process termination code to its own function within Process
|
há 7 anos atrás |
Lioncash
|
b6867602ca
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
|
há 7 anos atrás |
bunnei
|
e6367ab955
Merge pull request #1315 from lioncash/size
|
há 7 anos atrás |
bunnei
|
e561afdcd5
Merge pull request #1328 from FearlessTobi/port-4192
|
há 7 anos atrás |
Valentin Vanelslande
|
54ddb37b3c
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
|
há 7 anos atrás |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
há 7 anos atrás |
Lioncash
|
4f8756edd0
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
|
há 7 anos atrás |
Lioncash
|
accd1f17e4
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory()
|
há 7 anos atrás |
Lioncash
|
496c67fd73
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory()
|
há 7 anos atrás |
Lioncash
|
7bd2faad9a
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
|
há 7 anos atrás |
bunnei
|
79217f9870
Merge pull request #1303 from lioncash/error
|
há 7 anos atrás |
Lioncash
|
fbe462099b
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given
|
há 7 anos atrás |
Lioncash
|
3c5c292592
kernel/errors: Correct error codes for invalid thread priority and invalid processor ID
|
há 7 anos atrás |
Lioncash
|
9b3bc0b282
svc: Do nothing if svcOutputDebugString() is given a length of zero
|
há 7 anos atrás |
Lioncash
|
04d723baf9
svc: Correct parameter type for OutputDebugString()
|
há 7 anos atrás |
Lioncash
|
1242c1ec0a
service: Migrate global named port map to the KernelCore class
|
há 7 anos atrás |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
há 8 anos atrás |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
há 8 anos atrás |
Lioncash
|
e81354ae38
svc: Return process title ID if queried in GetInfo()
|
há 8 anos atrás |
Lioncash
|
25d71454d1
kernel/svc: Log svcBreak parameters
|
há 8 anos atrás |
bunnei
|
fecffeb0dd
Merge pull request #1043 from Subv/timing
|
há 8 anos atrás |
Subv
|
a9877c8f65
Kernel/SVC: Don't reschedule the current core when creating a new thread.
|
há 8 anos atrás |