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
/
service
/
srv.cpp
Age
Commit message (
Expand
)
Author
2017-06-06
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-01
Threads do not wait for the server endpoint to call AcceptSession before retu...
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-02
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-05-31
Fix parameter name in EnableNotification
mailwl
2016-05-31
Fix mistakes, add output header codes
mailwl
2016-05-31
remove ugly function
mailwl
2016-05-31
srv: Update according 3dbrew
mailwl
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-12
svc: Make ResetType an enum class
Lioncash
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-05
Services: Clean up a few things and add a few function names
purpasmart96
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-18
Add static to some variables
Lioncash
2014-11-17
core: Mark some hle functions as static
Lioncash
2014-11-01
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
archshift
2014-09-08
core: Prune redundant includes
archshift
2014-08-28
srv::Initialize: Return "success" status code.
bunnei
2014-08-05
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-02
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-05-29
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29
hle: cleaned up log messages
bunnei
2014-05-29
srv: changed a NOTICE_LOG to DEBUG_LOG
bunnei
2014-05-26
srv: added a real mutex for GetProcSemaphore (instead of stubbed)
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
[next]