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 #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
*
kernel/svc: Log svcBreak parameters
Lioncash
2018-08-14
1
-2
/
+5
*
Merge pull request #1043 from Subv/timing
bunnei
2018-08-12
1
-1
/
+0
|
\
|
*
Kernel/SVC: Don't reschedule the current core when creating a new thread.
Subv
2018-08-12
1
-1
/
+0
*
|
Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Subv
2018-08-12
1
-2
/
+1
|
/
*
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
1
-1
/
+1
*
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
1
-1
/
+0
|
\
|
*
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
1
-1
/
+0
*
|
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+3
|
/
*
Merge pull request #804 from lioncash/log
Mat M
2018-07-25
1
-1
/
+3
|
\
|
*
svc: Log parameters in SetMemoryAttribute()
Lioncash
2018-07-24
1
-1
/
+3
*
|
svc: Resolve sign comparison warnings in WaitSynchronization()
Lioncash
2018-07-24
1
-4
/
+7
|
/
*
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
1
-7
/
+31
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
1
-10
/
+10
[next]