Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-31 | Import NIDs from https://pastebin.com/ZAfpHwEH | devnoname120 | 1 | -0/+3 | |
2018-11-03 | add ksceKernelSuspendProcess | Davee | 1 | -0/+1 | |
2018-10-31 | switch naming ksceKernelProcessResume to ksceKernelResumeProcess | Davee | 1 | -1/+1 | |
2018-10-29 | add ksceKernelGetProcessMainThread | Davee | 1 | -0/+1 | |
ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process. | |||||
2018-10-29 | add ksceKernelProcessResume | Davee | 1 | -0/+1 | |
This kernel service is used to resume a process that is in the suspended state. | |||||
2018-10-28 | add ksceKernelGetProcessStatus | Davee | 1 | -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-28 | Added some missing nids to SceProcessmgr. | Rinnegatamante | 1 | -0/+10 | |
2018-04-09 | Some new nids (#311) | Francisco José García García | 1 | -0/+2 | |
* Some new nids * Change order | |||||
2017-11-28 | Added ksceKernelExitProcess nid. | Rinnegatamante | 1 | -0/+1 | |
2017-11-03 | Added ksceKernelLaunchApp nid. | Rinnegatamante | 1 | -0/+1 | |
Added ksceKernelLaunchApp nid. | |||||
2017-10-26 | More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.h | Sergi Granell | 1 | -1/+1 | |
2017-07-17 | Add some SceProcessmgrForDriver NIDs | Sergi Granell | 1 | -0/+13 | |
2017-04-18 | Fix some incorrect module and library NIDs | devnoname120 | 1 | -1/+1 | |
Fix #7 | |||||
2017-03-04 | Added ksceKernelGetProcessAuthid | TheOfficialFloW | 1 | -0/+1 | |
2016-11-02 | kernel development headers (#67) | Davee | 1 | -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-15 | Library and module names are now correct in the NID JSON according to what ↵ | Glenn Anderson | 1 | -17/+0 | |
psp2sdk has. | |||||
2015-08-15 | Makes library/module NIDs unique. | Glenn Anderson | 1 | -2/+2 | |
2015-08-15 | Adds initial NID JSON database. | Glenn Anderson | 1 | -0/+17 | |