summaryrefslogtreecommitdiff
path: root/nids/360/SceProcessmgr.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-15Update names from prototype 0.940 display.skprxReiko Asakura1-3/+3
1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake.
2021-03-10Remove forwarded syscallsReiko Asakura1-3/+0
The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
2021-03-05Remove Core suffix from GetProcessTime functionsReiko Asakura1-6/+6
Names are from SDK 0.945.040.
2019-03-23db: Fix more duplicated NIDsSunguk Lee1-1/+1
just add `2` postfix into name
2019-01-31Import NIDs from https://wiki.henkaku.xyzdevnoname1201-0/+3
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
2019-01-31Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1201-0/+3
2018-11-03add ksceKernelSuspendProcessDavee1-0/+1
2018-10-31switch naming ksceKernelProcessResume to ksceKernelResumeProcessDavee1-1/+1
2018-10-29add ksceKernelGetProcessMainThreadDavee1-0/+1
ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process.
2018-10-29add ksceKernelProcessResumeDavee1-0/+1
This kernel service is used to resume a process that is in the suspended state.
2018-10-28add ksceKernelGetProcessStatusDavee1-0/+1
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.
2018-04-28Added some missing nids to SceProcessmgr.Rinnegatamante1-0/+10
2018-04-09Some new nids (#311)Francisco José García García1-0/+2
* Some new nids * Change order
2017-11-28Added ksceKernelExitProcess nid.Rinnegatamante1-0/+1
2017-11-03Added ksceKernelLaunchApp nid.Rinnegatamante1-0/+1
Added ksceKernelLaunchApp nid.
2017-10-26More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell1-1/+1
2017-07-17Add some SceProcessmgrForDriver NIDsSergi Granell1-0/+13
2017-04-18Fix some incorrect module and library NIDsdevnoname1201-1/+1
Fix #7
2017-03-04Added ksceKernelGetProcessAuthidTheOfficialFloW1-0/+1
2016-11-02kernel development headers (#67)Davee1-0/+27
* 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
2015-08-15Library and module names are now correct in the NID JSON according to what ↵Glenn Anderson1-17/+0
psp2sdk has.
2015-08-15Makes library/module NIDs unique.Glenn Anderson1-2/+2
2015-08-15Adds initial NID JSON database.Glenn Anderson1-0/+17