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
/
sm
/
sm.cpp
Age
Commit message (
Expand
)
Author
2018-11-29
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-24
service/sm: Take std::string by const reference in UnregisterService
Lioncash
2018-11-03
sm: Implement RegisterService and UnregisterService
Zach Hilman
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-14
services/sm: Amend error code constants
Lioncash
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
sm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-20
core: Relocate g_service_manager to the System class
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-05
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-01-24
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-19
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-07
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
SM: Fixed connecting to services with an 8-byte name, like appletOE.
Subv
2018-01-07
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-09-24
HLE/SRV: Implemented RegisterService.
Subv
2017-06-08
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner