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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svcBreak now dumps information from the debug buffer passed (#1646)
David
2018-11-07
1
-0
/
+28
*
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-2
/
+0
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-4
/
+4
*
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
2
-4
/
+8
|
\
|
*
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
2
-1
/
+5
|
*
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-29
2
-3
/
+3
*
|
core: Make System references const where applicable
Lioncash
2018-10-28
2
-3
/
+3
|
/
*
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
2
-32
/
+31
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
6
-4
/
+98
*
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-25
1
-0
/
+6
*
Kernel/Memory: Added a function to first a suitable guest address at which to...
bunnei
2018-10-25
2
-0
/
+28
*
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
1
-8
/
+0
*
kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_IN...
Lioncash
2018-10-24
1
-4
/
+3
*
kernel/server_port: Simplify emptiness check within ShouldWait()
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-10-24
2
-3
/
+1
*
kernel/error: Remove leftover 3DS error codes
Lioncash
2018-10-24
1
-5
/
+0
*
kernel/svc: Amend returned error code for invalid priorities in CreateThread
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/svc: Move and correct returned error code for invalid thread prioritie...
Lioncash
2018-10-24
1
-5
/
+6
*
kernel/error: Add error code for invalid pointers
Lioncash
2018-10-24
1
-1
/
+1
*
kernel/error: Add error code for closed sessions
Lioncash
2018-10-24
1
-1
/
+3
*
Merge pull request #1551 from ogniK5377/improved-svcbreak
bunnei
2018-10-23
1
-5
/
+51
|
\
|
*
Added assertion failed, reworked logging levels
David Marcec
2018-10-23
1
-16
/
+24
|
*
Added break types to svcBreak
David Marcec
2018-10-23
1
-4
/
+42
*
|
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
8
-98
/
+95
|
\
\
|
|
/
|
/
|
|
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
8
-98
/
+95
*
|
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
3
-3
/
+50
|
\
|
*
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
3
-3
/
+50
*
|
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
4
-28
/
+44
|
\
|
*
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
4
-28
/
+44
*
|
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
4
-15
/
+15
|
/
*
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
3
-4
/
+50
|
\
|
*
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
3
-4
/
+50
*
|
Stop all threads on svcBreak
David Marcec
2018-10-14
1
-0
/
+6
|
/
*
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
4
-40
/
+14
|
\
|
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
4
-40
/
+14
*
|
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
2
-28
/
+36
|
\
\
|
*
|
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
|
*
|
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
2
-3
/
+8
*
|
|
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
|
|
/
|
/
|
*
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
2
-12
/
+81
*
|
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
6
-29
/
+29
|
/
*
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
[next]