39 Commits (c3c3e0726393775b2e07077bc24f7c32c7561ce4)

Author SHA1 Message Date
David Marcec b4dbf1b9c7 Don't fail silently for vi, sm, set and ns services 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Lioncash 2a533f0067 service/sm: Improve debug log for RegisterService 7 years ago
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Lioncash b0df09335c
service/sm: Take std::string by const reference in UnregisterService 7 years ago
Zach Hilman 0080a8da58 sm: Implement RegisterService and UnregisterService 7 years ago
David Marcec 6a0612f2bf Removed the use of rp.MakeBuilder 7 years ago
Lioncash da64da367b services/sm: Amend error code constants 7 years ago
Lioncash 56ab608044 core/core: Remove unnecessary sm/controller include 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 2a3f3bf977
sm: Move logging macros over to new fmt-compatible ones 8 years ago
Lioncash 659a612368 core: Relocate g_service_manager to the System class 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
David Marcec 22bc951d7e Dont call UNIMPLEMENTED for 'empty services', just return error code 8 years ago
bunnei 714a576113 ResponseBuilder: Use a bit field for customizing instead of always_move_handles. 8 years ago
bunnei 1b1d399e5f hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
bunnei f9dae99006 service: Fix all incorrect IPC response headers. 8 years ago
David 0b6da0c1ab Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
Subv ba2ffd7b81 IPC: Take the number of domain objects as a parameter in MakeBuilder. 8 years ago
Subv 5f41477f9c SM: Fixed connecting to services with an 8-byte name, like appletOE. 8 years ago
Subv 80f6df5414 IPC: Fixed pushing ResultCodes into the command buffer. 8 years ago
Subv 0368324f79 IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests. 8 years ago
Subv b0ceb4df70 IPC: Skip the entire u64 of the command id when receiving an IPC request. 8 years ago
bunnei ad073846bc service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. 8 years ago
bunnei 4fb1b24d68 hle: Implement ConvertSessionToDomain, various cleanups. 8 years ago
bunnei 72eeca1f03 hle: Add service stubs for apm and appletOE. 8 years ago
bunnei 960a1416de hle: Initial implementation of NX service framework and IPC. 8 years ago
Subv 0b33e36292 HLE/SRV: Implemented RegisterService. 8 years ago
Yuri Kunde Schlesner 6f368abe13 Service/sm: Convert 'srv:' to ServiceFramework 9 years ago
Yuri Kunde Schlesner d96a9e0c11 Service: Remove unnecessary includes from service.h 9 years ago
Yuri Kunde Schlesner 23ec6b3d8f Service: Make service registration part of the sm implementation 9 years ago