summaryrefslogtreecommitdiff
path: root/include/kernel/kernel/processmgr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-11Add package workflowReiko Asakura1-0/+4
2021-02-11Fix includes: variousReiko Asakura1-0/+2
2021-01-19Remove dupe: processmgr.hReiko Asakura1-1/+1
2020-07-05Add kernel constants headerReiko Asakura1-3/+0
2020-06-26Fix many args (#451)Princess of Sleeping1-1/+1
Changes document and variable types
2020-03-18Add process UID macrosReiko Asakura1-0/+6
2019-02-18add missing status param to ksceKernelSuspendProcessDavee1-1/+2
2018-12-19Add ksceKernelLaunchApp in processmgr.h (#375)CelesteBlue-dev1-0/+10
2018-11-03add ksceKernelSuspendProcessDavee1-0/+7
2018-10-31switch naming ksceKernelProcessResume to ksceKernelResumeProcessDavee1-1/+1
2018-10-29add ksceKernelProcessResumeDavee1-0/+7
This kernel service is used to resume a process that is in the suspended state.
2018-10-28add ksceKernelGetProcessStatusDavee1-0/+8
This kernel service queries the status of a given process. I'm unsure what exactly the bits represent. It seems 0x10 is related to suspension status, but I'm not confident in that assumption.
2017-11-13Fix psp2kern/types.h include in psp2kern headersSergi Granell1-1/+1
2017-10-26More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell1-1/+1
2017-10-05Named anonymous enums in psp2kernRinnegatamante1-4/+4
Named anonymous enums in psp2kern
2017-07-17Add more SceDisplayForDriver NIDsSergi Granell1-4/+4
2017-07-17Add some SceProcessmgrForDriver NIDsSergi Granell1-0/+16
2016-11-17Documentation: Simplify groupingdevnoname1201-1/+0
2016-11-13All files should be added to the documentation nowdevnoname1201-0/+2
2016-11-02kernel development headers (#67)Davee1-0/+16
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis