index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-11
1
-3
/
+2
*
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
1
-1
/
+0
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-13
/
+18
*
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
1
-20
/
+32
|
\
|
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-20
/
+31
|
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
*
|
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Warn if a new thread is intended to be run on the system CPU core until we im...
Kevin Hartman
2015-01-07
1
-0
/
+5
*
|
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
1
-4
/
+32
|
\
\
|
*
|
SVC: Implemented the Timer service calls.
Subv
2015-01-08
1
-4
/
+32
|
|
/
*
/
SVC: Fixed SleepThread.
Subv
2015-01-08
1
-0
/
+4
|
/
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
1
-1
/
+13
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-19
/
+9
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-5
/
+5
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-20
1
-1
/
+1
*
|
Thread: Wait current thread on svc_SleepThread
bunnei
2014-12-20
1
-1
/
+2
|
/
*
Merge pull request #185 from purpasmart96/mem_perm
bunnei
2014-12-17
1
-0
/
+4
|
\
|
*
Kernel:Add missing permissions in shared memory & svc
purpasmart96
2014-11-18
1
-0
/
+4
*
|
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-7
/
+4
*
|
Kernel/Semaphores: Fixed build
Subv
2014-12-13
1
-2
/
+2
*
|
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
1
-3
/
+10
*
|
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
1
-1
/
+10
*
|
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-27
/
+27
*
|
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
bunnei
2014-12-12
1
-1
/
+1
*
|
SVC: Implemented GetThreadId.
Subv
2014-12-04
1
-4
/
+5
*
|
SVC: Add debug log to ArbitrateAddress.
bunnei
2014-11-26
1
-0
/
+2
*
|
SVC: SleepThread should yield to the next ready thread.
bunnei
2014-11-26
1
-0
/
+3
*
|
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-31
/
+37
*
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
1
-14
/
+14
*
|
core: Mark some hle functions as static
Lioncash
2014-11-17
1
-26
/
+26
|
/
*
Fix some warnings
Sean
2014-10-29
1
-3
/
+3
*
Merge pull request #99 from archshift/ext-check
bunnei
2014-09-11
1
-1
/
+1
|
\
|
*
Added string_util to common, small changes in loader.cpp
archshift
2014-09-08
1
-1
/
+1
*
|
core: Prune redundant includes
archshift
2014-09-08
1
-3
/
+0
|
/
*
Merge pull request #55 from lioncash/string
bunnei
2014-08-18
1
-5
/
+5
|
\
|
*
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
1
-5
/
+5
*
|
SVC: Added support for svc_GetSystemTick.
bunnei
2014-08-18
1
-1
/
+6
|
/
*
Core: Fix a formatting error in svc.cpp
Lioncash
2014-08-17
1
-3
/
+2
*
SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.
bunnei
2014-08-07
1
-1
/
+1
*
SVC: Removed ArbitrateAddress log message that spams to much.
bunnei
2014-08-05
1
-2
/
+0
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-08
1
-8
/
+10
*
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
bunnei
2014-07-05
1
-10
/
+9
*
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-05
1
-5
/
+6
*
SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.
bunnei
2014-06-13
1
-126
/
+126
*
SVC: Cleaned up function wrappers to pass in correct argument types.
bunnei
2014-06-13
1
-148
/
+138
*
SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...
bunnei
2014-06-13
1
-1
/
+1
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-107
/
+107
*
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
1
-6
/
+6
*
Kernel: Added real support for thread and event blocking
bunnei
2014-06-13
1
-28
/
+31
[next]