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
|
1242c1ec0a
service: Migrate global named port map to the KernelCore class
|
8 лет назад |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
8 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
e81354ae38
svc: Return process title ID if queried in GetInfo()
|
8 лет назад |
Lioncash
|
25d71454d1
kernel/svc: Log svcBreak parameters
|
8 лет назад |
bunnei
|
fecffeb0dd
Merge pull request #1043 from Subv/timing
|
8 лет назад |
Subv
|
a9877c8f65
Kernel/SVC: Don't reschedule the current core when creating a new thread.
|
8 лет назад |
Subv
|
5224cc49c4
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
|
8 лет назад |
Lioncash
|
c4e0c3d76c
kernel/vm_manager: Use const where applicable
|
8 лет назад |
bunnei
|
ff2c1b0a94
Merge pull request #877 from lioncash/remove
|
8 лет назад |
Lioncash
|
369f6e58aa
kernel: Remove unused object_address_table.cpp/.h
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
Mat M
|
d3fd0351a7
Merge pull request #804 from lioncash/log
|
8 лет назад |
Lioncash
|
c73410bf2c
svc: Resolve sign comparison warnings in WaitSynchronization()
|
8 лет назад |
Lioncash
|
8e8e906432
svc: Log parameters in SetMemoryAttribute()
|
8 лет назад |
Subv
|
7841447cf0
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel.
|
8 лет назад |
Lioncash
|
dbfe82773d
thread: Convert ThreadStatus into an enum class
|
8 лет назад |
Lioncash
|
b879fb84a2
svc: Correct always true assertion case in SetThreadCoreMask
|
8 лет назад |
James Rowe
|
0d46f0df12
Update clang format
|
8 лет назад |
James Rowe
|
638956aa81
Rename logging macro back to LOG_*
|
8 лет назад |
Michael Scire
|
067ac434ba
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
|
8 лет назад |
Michael Scire
|
5f8aa02584
Add additional missing format.
|
8 лет назад |
Michael Scire
|
8f8fe62a19
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
|
8 лет назад |
Michael Scire
|
4f81bc4e1b
Kernel/Arbiters: Mostly implement SignalToAddress
|
8 лет назад |
Michael Scire
|
7e191dccc1
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
|
8 лет назад |
Subv
|
a3d82ef5d9
Build: Fixed some MSVC warnings in various parts of the code.
|
8 лет назад |
bunnei
|
4ac4b308e4
Merge pull request #572 from Armada651/user-except-stub
|
8 лет назад |
Jules Blok
|
bf4e2b2f0b
svc: Add a stub for UserExceptionContextAddr.
|
8 лет назад |