summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: fix debugger and process list lifetimeGravatar Liam2024-01-121-48/+37
* kernel: update KProcessGravatar Liam2023-10-211-1/+1
* kernel: convert KProcess to new styleGravatar Liam2023-03-121-10/+10
* service: move hle_ipc from kernelGravatar Liam2023-03-011-10/+10
* service: refactor server architectureGravatar Liam2023-02-212-8/+11
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-6/+6
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
* service: pm: Implement AtmosphereGetProcessInfoGravatar tech-ticks2022-02-041-0/+45
* service: pm: Implement AtmosphereGetProcessIdGravatar Morph2021-11-201-0/+24
* service: pm: Add all relevant result codesGravatar Morph2021-11-201-3/+8
* service: pm: Rename title id to program idGravatar Morph2021-11-201-6/+6
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-5/+5
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-6/+6
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-7/+8
* hle: kernel: Migrate KProcess to KAutoObject.Gravatar bunnei2021-05-051-7/+5
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-11/+12
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* service: Update function tablesGravatar VolcaEM2020-06-291-17/+17
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-241-1/+1
|\
| * service: Update function tablesGravatar Lioncash2019-11-121-1/+1
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-6/+6
|/
* pm: Implement pm:shell and pm:dmnt GetApplicationPidGravatar Zach Hilman2019-06-262-6/+32
* pm: Implement pm:dmnt GetTitlePidGravatar Zach Hilman2019-06-261-7/+36
* pm: Implement pm:info GetTitleIdGravatar Zach Hilman2019-06-261-2/+47
* service: Update service function tablesGravatar Lioncash2019-04-111-7/+14
* service/pm: Implement SetMaintenanceBoot()Gravatar Lioncash2019-01-281-1/+10
* service/pm: Tidy up functionality related to SystemBootModeGravatar Lioncash2019-01-282-2/+9
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-2/+2
* Added GetBootMode (#1107)Gravatar David2018-08-232-2/+13
* service: Add pm servicesGravatar Lioncash2018-07-252-0/+86