summaryrefslogtreecommitdiff
path: root/nids/360/SceProcessmgr.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update names from prototype 0.940 display.skprxReiko Asakura2021-03-151-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.
* Remove forwarded syscallsReiko Asakura2021-03-101-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.
* Remove Core suffix from GetProcessTime functionsReiko Asakura2021-03-051-6/+6
| | | | Names are from SDK 0.945.040.
* db: Fix more duplicated NIDsSunguk Lee2019-03-231-1/+1
| | | | just add `2` postfix into name
* Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-311-0/+3
| | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
* Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1202019-01-311-0/+3
|
* add ksceKernelSuspendProcessDavee2018-11-031-0/+1
|
* switch naming ksceKernelProcessResume to ksceKernelResumeProcessDavee2018-10-311-1/+1
|
* Merge remote-tracking branch 'upstream/pr/359'Sunguk Lee2018-10-291-0/+1
|\
| * add ksceKernelGetProcessStatusDavee2018-10-281-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.
* | add ksceKernelGetProcessMainThreadDavee2018-10-291-0/+1
| | | | | | | | ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process.
* | add ksceKernelProcessResumeDavee2018-10-291-0/+1
|/ | | | This kernel service is used to resume a process that is in the suspended state.
* Added some missing nids to SceProcessmgr.Rinnegatamante2018-04-281-0/+10
|
* Some new nids (#311)Francisco José García García2018-04-091-0/+2
| | | | | | * Some new nids * Change order
* Added ksceKernelExitProcess nid.Rinnegatamante2017-11-281-0/+1
|
* Added ksceKernelLaunchApp nid.Rinnegatamante2017-11-031-0/+1
| | | Added ksceKernelLaunchApp nid.
* More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell2017-10-261-1/+1
|
* Add some SceProcessmgrForDriver NIDsSergi Granell2017-07-171-0/+13
|
* Fix some incorrect module and library NIDsdevnoname1202017-04-181-1/+1
| | | | Fix #7
* Added ksceKernelGetProcessAuthidTheOfficialFloW2017-03-041-0/+1
|
* kernel development headers (#67)Davee2016-11-021-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
* Library and module names are now correct in the NID JSON according to what ↵Glenn Anderson2015-08-151-17/+0
| | | | psp2sdk has.
* Makes library/module NIDs unique.Glenn Anderson2015-08-151-2/+2
|
* Adds initial NID JSON database.Glenn Anderson2015-08-151-0/+17