| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-27 | Merge pull request #837 from lioncash/priv | bunnei | |
| kernel/timer: Make data members private where applicable | |||
| 2018-07-26 | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | |
| 2018-07-26 | service/hid: Add the xcd:sys service | Lioncash | |
| 2018-07-26 | service/hid: Add irs services | Lioncash | |
| 2018-07-26 | Merge pull request #834 from lioncash/grc | bunnei | |
| service: Add the grc:c service | |||
| 2018-07-26 | Merge pull request #832 from lioncash/nim | bunnei | |
| service: Add the nim services | |||
| 2018-07-26 | Merge pull request #831 from lioncash/ldn | bunnei | |
| service: Add ldn services | |||
| 2018-07-26 | Merge pull request #830 from lioncash/socket | bunnei | |
| service/sockets: Add missing socket services | |||
| 2018-07-26 | service: Add the grc:c service | Lioncash | |
| Adds the basic skeleton for the grc:c service based off the information provided by Switch Brew. | |||
| 2018-07-26 | kernel/timer: Make data members private where applicable | Lioncash | |
| Instead, we can just expose functions that return the queryable state instead of letting anything modify it. | |||
| 2018-07-26 | service: Add the nim services | Lioncash | |
| Adds the skeleton for the nim services based off information from Switch Brew. | |||
| 2018-07-26 | service: Add ldn services | Lioncash | |
| Adds ldn services based off information provided by Switch Brew. | |||
| 2018-07-25 | Merge pull request #827 from lioncash/log | bunnei | |
| service/lm: Minor changes | |||
| 2018-07-26 | service/sockets: Add ethc:c and ethc:i services | Lioncash | |
| 2018-07-26 | service/sockets: Add missing bsdcfg socket service | Lioncash | |
| 2018-07-25 | Merge pull request #828 from lioncash/ldr | Sebastian Valle | |
| service: Add ldr services | |||
| 2018-07-25 | Merge pull request #826 from lioncash/erpt | Sebastian Valle | |
| service: Add erpt and eupld services | |||
| 2018-07-25 | Merge pull request #823 from lioncash/nifm | Sebastian Valle | |
| service/nifm: Deduplicate interface code | |||
| 2018-07-25 | service: Add ldr services | Lioncash | |
| Adds the skeleton for the ldr-related services based off the information provided on Switch Brew. | |||
| 2018-07-25 | lm: Move LM's class declaration into the cpp file | Lioncash | |
| This isn't used directly outside of this translation unit, so we can hide it from external use. | |||
| 2018-07-25 | lm: Amend names of Initialize() in Logger and Initialize() in LM | Lioncash | |
| Amends these to match the information on Switch Brew. | |||
| 2018-07-25 | lm: Add missing function entry to Logger's function table | Lioncash | |
| 2018-07-25 | service: Add eupld services | Lioncash | |
| Adds the skeleton for the eupld services based off information on Switch Brew. | |||
| 2018-07-25 | service: Add the erpt services | Lioncash | |
| Adds the basic skeleton of the erpt service based off information on Switch Brew. | |||
| 2018-07-25 | Merge pull request #824 from lioncash/nvdrv | bunnei | |
| service/nvdrv: Minor changes | |||
| 2018-07-25 | Merge pull request #822 from lioncash/pm | bunnei | |
| service: Add pm services | |||
| 2018-07-25 | service/nvdrv: Take std::string in Open() by const reference | Lioncash | |
| Avoids copies from being made, since the string is only ever used for lookup, the data is never transfered anywhere. Ideally, we'd use a std::string_view here, but devices is a std::unordered_map, not a std::map, so we can't use heterogenous lookup here. | |||
| 2018-07-25 | service/nvdrv: Use std::move where applicable | Lioncash | |
| Avoids unnecessary reference count increments and decrements. In one case, we don't need to make a shared_ptr copy at all, just to call a member function. | |||
| 2018-07-25 | service/nifm: Deduplicate interface code | Lioncash | |
| Rather than having the same code for each nifm service variant, we can centralize it on one class and get rid of a bit of extra code. | |||
| 2018-07-25 | service: Add pm services | Lioncash | |
| Adds the skeleton for the process management services based off information on Switch Brew. | |||
| 2018-07-25 | service: Add the es service | Lioncash | |
| Adds the skeleton for the ETicket service based off the information on Switch Brew | |||
| 2018-07-25 | Merge pull request #801 from lioncash/time | Mat M | |
| time: Add the time:a service | |||
| 2018-07-25 | Merge pull request #804 from lioncash/log | Mat M | |
| svc: Log parameters in SetMemoryAttribute() | |||
| 2018-07-25 | time: Add the time:a service | Lioncash | |
| Given we already have time:s and time:u, we should also have time:a | |||
| 2018-07-25 | Merge pull request #803 from MerryMage/core_timing_util | bunnei | |
| core_timing: Split off utility functions into core_timing_util | |||
| 2018-07-25 | Merge pull request #800 from lioncash/set | bunnei | |
| set_sys: Implement SetColorSetId() | |||
| 2018-07-24 | Merge pull request #806 from lioncash/friend | bunnei | |
| friend: Deduplicate interfaces | |||
| 2018-07-24 | friend: Add friend:m, friend:s, and friend:v services | Lioncash | |
| Given we already have friend:a and friend:u, we should add the remaining services as well. | |||
| 2018-07-24 | friend/interface: Add missing CreateDaemonSuspendSessionService() to the ↵ | Lioncash | |
| function handler table | |||
| 2018-07-24 | friend: Deduplicate interfaces | Lioncash | |
| 2018-07-24 | svc: Resolve sign comparison warnings in WaitSynchronization() | Lioncash | |
| The loop's induction variable was signed, but we were comparing against an unsigned variable. | |||
| 2018-07-24 | svc: Log parameters in SetMemoryAttribute() | Lioncash | |
| Provides slightly more context than only logging out the address value. | |||
| 2018-07-24 | Merge pull request #797 from lioncash/explicit | bunnei | |
| core: Make converting constructors explicit where applicable | |||
| 2018-07-24 | Merge pull request #795 from lioncash/decl | bunnei | |
| apm/interface: Remove redundant declaration of InstallInterfaces() | |||
| 2018-07-24 | Merge pull request #794 from lioncash/ref | bunnei | |
| mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference | |||
| 2018-07-24 | time: Simplify interface creation | Lioncash | |
| We can use one instance of the interface instead of duplicating code. | |||
| 2018-07-24 | core_timing: Split off utility functions into core_timing_util | MerryMage | |
| 2018-07-24 | set_sys: Implement SetColorSetId() | Lioncash | |
| 2018-07-24 | ipc_helper: Add helper member function for popping enum values to RequestParser | Lioncash | |
| 2018-07-23 | Merge pull request #793 from lioncash/priv | bunnei | |
| ipc_helpers: Make member variables of ResponseBuilder private | |||
