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-23
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
svc: Fix vma boundary check in svcQueryMemory
Lioncash
2018-10-19
Merge pull request #1520 from lioncash/san
bunnei
2018-10-18
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-17
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-14
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
Stop all threads on svcBreak
David Marcec
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
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
[next]