summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv1-1/+5
2018-01-07IPC: Corrected some command headers in the IPC Controller interface.Subv1-4/+2
2018-01-07IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv1-2/+2
2018-01-07SM: Fixed connecting to services with an 8-byte name, like appletOE.Subv1-12/+4
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv1-2/+2
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2-2/+2
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv1-14/+3
2017-12-29controller: Implement DuplicateSession.bunnei2-9/+11
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-12/+6
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei4-8/+4
2017-11-01hle: Use Switch formatted result codes.bunnei1-13/+5
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei3-10/+28
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-1/+1
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei6-280/+168
2017-09-24HLE/SRV: Implemented RegisterService.Subv4-1/+33
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-2/+2
2017-06-11Service/sm: Convert srv: to use IPC helpersYuri Kunde Schlesner1-49/+56
2017-06-09Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner4-49/+72
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2-0/+4
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner3-14/+138
2017-06-06Service/sm: Use an actual semaphore for the notification semaphoreYuri Kunde Schlesner1-8/+9
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner2-0/+213