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
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
1
-1
/
+1
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-09
1
-5
/
+9
*
WaitSynch: Always reschedule (verified behavior on hw).
bunnei
2015-02-09
1
-4
/
+4
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-7
/
+11
*
SVC: Enable CloseHandle, clean up DuplicateHandle
Yuri Kunde Schlesner
2015-02-02
1
-9
/
+5
*
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-02-02
1
-3
/
+3
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+16
*
SVC: Use CASCADE_RESULT in SVC handlers
Yuri Kunde Schlesner
2015-01-30
1
-73
/
+32
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-15
/
+16
*
SVC: Change return type of handlers to ResultCode
Yuri Kunde Schlesner
2015-01-30
1
-90
/
+90
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-11
/
+29
*
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-7
/
+40
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-5
/
+19
*
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-6
/
+24
*
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-6
/
+27
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-15
/
+29
*
Merge pull request #412 from purpasmart96/svc_table_cleanup
bunnei
2015-01-28
1
-7
/
+7
|
\
|
*
SVC: Update the SVC function table
purpasmart96
2015-01-26
1
-7
/
+7
*
|
WaitSynchronization: Added a result code for invalid result, fixed bug.
bunnei
2015-01-21
1
-3
/
+9
*
|
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
1
-3
/
+3
*
|
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
1
-7
/
+3
*
|
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
1
-2
/
+2
*
|
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
bunnei
2015-01-21
1
-0
/
+1
*
|
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
1
-2
/
+2
*
|
SVC: Removed a Sleep that made no sense
bunnei
2015-01-21
1
-6
/
+1
*
|
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
1
-3
/
+3
*
|
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
1
-10
/
+20
*
|
WaitSynchronizationN: Improved comments
bunnei
2015-01-21
1
-7
/
+12
*
|
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
1
-25
/
+27
*
|
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
1
-4
/
+5
*
|
WaitSynchronizationN: Handle case where handles=nullptr.
bunnei
2015-01-21
1
-0
/
+4
*
|
WaitSynchronizationN: Handle case where handle_count is invalid.
bunnei
2015-01-21
1
-3
/
+7
*
|
WaitSynchronizationN: Handle case where handle_count=0.
bunnei
2015-01-21
1
-19
/
+29
*
|
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
1
-27
/
+50
*
|
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
1
-1
/
+1
|
/
*
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
|
\
[next]