index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
Age
Commit message (
Expand
)
Author
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei
2018-01-01
svc: Improve svcGetInfo.
bunnei
2018-01-01
svc: Fix string formatting for CreateThread.
bunnei
2018-01-01
svc: Stub out svcWaitSynchronization.
bunnei
2018-01-01
svc: Implement svcExitProcess.
bunnei
2018-01-01
svc: Implement svcUnlockMutex.
bunnei
2018-01-01
svc: Implement svcLockMutex.
bunnei
2017-12-31
thread: Keep track of the initially created handle.
bunnei
2017-12-31
svc: Implement svcExitThread.
bunnei
2017-12-31
svc: Implement svcCreateThread.
bunnei
2017-12-31
svc: Cleanup svcGetThreadPriority.
bunnei
2017-12-31
svc: Stub out svcGetCurrentProcessorNumber.
bunnei
2017-12-31
svc: Implement svcSetThreadPriority.
bunnei
2017-12-31
svc: Change SignalProcessWideKey to a stub.
bunnei
2017-12-31
svc: Implement svcUnmapMemory.
bunnei
2017-12-30
svc: Minor cleanups.
bunnei
2017-12-30
svc: Implement svcStartThread.
bunnei
2017-12-28
kernel: Add SyncObject primitive, use it for ClientSession.
bunnei
2017-12-28
svc: Implement MapMemory.
bunnei
2017-12-28
svc: Implement SetHeapSize.
bunnei
2017-10-23
svc: Implement GetThreadId and GetProcessId.
bunnei
2017-10-19
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-14
svc: Some logging cleanup.
bunnei
2017-10-14
svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc.
bunnei
2017-06-29
Merge pull request #2793 from Subv/replyandreceive
Sebastian Valle
2017-06-29
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...
Subv
2017-06-25
Kernel/SVC: Partially implemented svcReplyAndReceive.
Subv
2017-06-23
Kernel: Implement AcceptSession SVC
Yuri Kunde Schlesner
2017-06-23
Kernel: Implement CreateSessionToPort SVC
Yuri Kunde Schlesner
2017-06-22
Kernel: Implement CreateSession SVC
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-07
Remove ability to load symbol maps
Yuri Kunde Schlesner
2017-04-01
Fix OutputDebugString syscall
Michael Theall
2017-03-09
Refined thread launch on syscore error messages
Fernando Sahmkow
2017-02-21
Timers: Return an error when calling SetTimer with negative timeouts.
Subv
2017-01-11
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-06
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)
Hyper
2017-01-05
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
[next]