index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.cpp
Age
Commit message (
Expand
)
Author
2018-10-12
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-10
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
Fixed incorrect types for svcBreak
David Marcec
2018-10-09
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-30
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-29
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-25
Merge pull request #1393 from tech4me/svc
bunnei
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-23
svc: Updated svc names
tech4me
2018-09-21
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-17
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
Lioncash
2018-09-17
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-15
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-12
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-25
svc: Return process title ID if queried in GetInfo()
Lioncash
2018-08-14
kernel/svc: Log svcBreak parameters
Lioncash
2018-08-12
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-07-31
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-25
Merge pull request #804 from lioncash/log
Mat M
2018-07-24
svc: Resolve sign comparison warnings in WaitSynchronization()
Lioncash
2018-07-24
svc: Log parameters in SetMemoryAttribute()
Lioncash
2018-07-22
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
[next]