summaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-141-1/+13
|\
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-1/+1
| * Use std::move where appropriate.Gravatar Subv2016-12-081-5/+0
| * Return an error code when connecting to a saturated port.Gravatar Subv2016-12-051-2/+6
| * KServerPorts now have an HLE handler "template", which is inherited by all Se...Gravatar Subv2016-12-051-11/+3
| * Threads do not wait for the server endpoint to call AcceptSession before retu...Gravatar Subv2016-12-011-1/+2
| * Fixed the rebase mistakes.Gravatar Subv2016-11-301-2/+1
| * A bit of a redesign.Gravatar Subv2016-11-301-2/+8
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-1/+16
* | Add all services to the Service namespaceGravatar Lioncash2016-12-111-14/+10
|/
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-24/+26
* fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-021-1/+1
* Fix parameter name in EnableNotificationGravatar mailwl2016-05-311-2/+2
* Fix mistakes, add output header codesGravatar mailwl2016-05-311-8/+24
* remove ugly functionGravatar mailwl2016-05-311-35/+3
* srv: Update according 3dbrewGravatar mailwl2016-05-311-15/+137
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-121-1/+1
* svc: Make ResetType an enum classGravatar Lioncash2016-03-121-1/+1
* services: Get rid of unnecessary includesGravatar Lioncash2016-02-021-1/+1
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-171-0/+4
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+2
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-021-3/+3
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-301-4/+4
* Event: Fixed some bugs and cleanup (Subv)Gravatar bunnei2015-01-211-1/+1
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-101-4/+0
* Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-051-7/+9
* More services & small clean upsGravatar purpasmart962014-12-251-3/+0
* License changeGravatar purpasmart962014-12-201-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-151-3/+3
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-4/+4
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-3/+3
* Add static to some variablesGravatar Lioncash2014-11-181-1/+1
* core: Mark some hle functions as staticGravatar Lioncash2014-11-171-3/+3
* Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-011-0/+2
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
* srv::Initialize: Return "success" status code.Gravatar bunnei2014-08-281-0/+4
* SRV: Updated GetProcSemaphore to create an event instead of a mutex.Gravatar bunnei2014-08-051-8/+10
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-4/+4
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-021-1/+1
* srv: fix to log unimplemented service (instead of crash)Gravatar bunnei2014-05-291-6/+2
* hle: cleaned up log messagesGravatar bunnei2014-05-291-3/+3
* srv: changed a NOTICE_LOG to DEBUG_LOGGravatar bunnei2014-05-291-1/+1
* srv: added a real mutex for GetProcSemaphore (instead of stubbed)Gravatar bunnei2014-05-261-3/+10
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-181-2/+2
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-181-1/+1
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-161-1/+7