summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pm/pm.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-12kernel: fix debugger and process list lifetimeLiam
2023-10-21kernel: update KProcessLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-04service: pm: Implement AtmosphereGetProcessInfotech-ticks
2021-11-20service: pm: Implement AtmosphereGetProcessIdMorph
2021-11-20service: pm: Add all relevant result codesMorph
2021-11-20service: pm: Rename title id to program idMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Migrate KProcess to KAutoObject.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-06-29service: Update function tablesVolcaEM
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Update function tablesLioncash
2019-06-26pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman
2019-06-26pm: Implement pm:dmnt GetTitlePidZach Hilman
2019-06-26pm: Implement pm:info GetTitleIdZach Hilman
2019-04-11service: Update service function tablesLioncash
2019-01-28service/pm: Implement SetMaintenanceBoot()Lioncash
2019-01-28service/pm: Tidy up functionality related to SystemBootModeLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-08-23Added GetBootMode (#1107)David
2018-07-25service: Add pm servicesLioncash