index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
1
-60
/
+60
|
\
|
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-60
/
+60
*
|
svc: Fix vma boundary check in svcQueryMemory
Lioncash
2018-10-20
1
-1
/
+1
|
/
*
Merge pull request #1520 from lioncash/san
bunnei
2018-10-19
1
-3
/
+27
|
\
|
*
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
1
-3
/
+27
*
|
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
1
-0
/
+8
*
|
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
1
-9
/
+7
|
/
*
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-17
1
-17
/
+4
|
\
|
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
1
-17
/
+4
*
|
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-1
/
+1
|
/
*
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
1
-1
/
+24
|
\
|
*
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
1
-1
/
+24
*
|
Stop all threads on svcBreak
David Marcec
2018-10-14
1
-0
/
+6
|
/
*
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
1
-3
/
+3
|
\
|
*
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-12
1
-3
/
+3
*
|
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
1
-2
/
+2
|
*
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
1
-3
/
+3
*
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
1
-12
/
+79
*
|
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-6
/
+6
|
/
*
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
*
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
*
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-57
/
+64
*
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
1
-2
/
+30
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-15
/
+15
*
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-29
1
-15
/
+30
|
\
|
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-1
/
+2
|
*
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-24
1
-14
/
+28
*
|
Merge pull request #1393 from tech4me/svc
bunnei
2018-09-25
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
svc: Updated svc names
tech4me
2018-09-23
1
-7
/
+7
*
|
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
1
-27
/
+5
|
/
*
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
Lioncash
2018-09-17
1
-0
/
+8
*
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
1
-19
/
+72
|
\
|
*
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
1
-2
/
+18
|
*
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
1
-17
/
+25
|
*
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
1
-0
/
+23
|
*
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-13
1
-0
/
+6
*
|
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-17
1
-1
/
+1
|
\
\
|
*
|
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
1
-1
/
+1
|
|
/
*
/
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-13
/
+14
|
/
*
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
1
-4
/
+4
|
\
|
*
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
1
-2
/
+2
|
*
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
1
-2
/
+2
*
|
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
1
-0
/
+4
*
|
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-12
1
-1
/
+1
|
/
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-5
/
+7
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+4
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-25
/
+55
*
svc: Return process title ID if queried in GetInfo()
Lioncash
2018-08-25
1
-2
/
+1
[next]