Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some function names and sorted alphabetically | Princess of Sleeping | 2019-07-17 | 1 | -22/+0 |
| | |||||
* | Add for kernel MsgPipes | Davee | 2019-02-13 | 1 | -0/+6 |
| | |||||
* | Import NIDs from https://wiki.henkaku.xyz | devnoname120 | 2019-01-31 | 1 | -0/+11 |
| | | | | 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/ZAfpHwEH | devnoname120 | 2019-01-31 | 1 | -0/+98 |
| | |||||
* | Add ksceKernelGetMutexInfo_089 (#389) | Alex James | 2019-01-29 | 1 | -0/+1 |
| | | | | | | | | * Add ksceKernelGetMutexInfo_089 https://wiki.henkaku.xyz/vita/SceKernelThreadMgr#sceKernelGetMutexInfo_089ForDriver * Remove _089 suffix for kscekernelGetMutexInfo | ||||
* | add ksceKernelChangeThreadSuspendStatus | Davee | 2018-11-03 | 1 | -0/+1 |
| | | | | This service allows you to change the status of a suspended thread. Most of the valid suspend bits are unknown, but some can be used to prevent the kernel rethrowing exceptions or pull threads into the running/ready state. | ||||
* | add ksceKernelGetThreadCpuRegisters | Davee | 2018-10-28 | 1 | -0/+1 |
| | | | | This function is used to get the state of the registers for a SUSPENDED thread. It returns the registers in a two part structure. It's uncertian what the difference is between the two parts. It seems like its a user/kernel separation, but it's uncertain. It could also be a current/exception difference, but it is unconvincing. In normal usage on a suspended thread it seems to be the user aspect that contains valid values. When you query a suspended thread that has no had the opportunity to start yet, the kernel side is filled. | ||||
* | add ksceKernelGetThreadIdList | Davee | 2018-10-29 | 1 | -0/+1 |
| | | | | ksceKernelGetThreadIdList is a kernel service used to query and obtain the number of thread within a process. | ||||
* | Add ksceKernelEnqueueWorkQueue | Sergi Granell | 2018-09-03 | 1 | -0/+1 |
| | |||||
* | Some new nids (#311) | Francisco José García García | 2018-04-09 | 1 | -0/+1 |
| | | | | | | * Some new nids * Change order | ||||
* | Added ksceKernelSetPermission | TheOfficialFloW | 2018-02-20 | 1 | -1/+2 |
| | | | and changed ksceKernelEnterProcess to ksceKernelSetProcessId | ||||
* | Update kernel cond | Sergi Granell | 2018-02-05 | 1 | -0/+3 |
| | |||||
* | Fix for sceKernelUnlockLwMutex wrong nid. | Rinnegatamante | 2017-12-29 | 1 | -1/+0 |
| | |||||
* | Added new functions to existing modules. | Rinnegatamante | 2017-12-29 | 1 | -0/+3 |
| | |||||
* | Relocated kernel/nid parameters on top of functions one | Rinnegatamante | 2017-12-29 | 1 | -0/+1 |
| | |||||
* | Added excpmgr for handling aborts | Yifan Lu | 2017-12-17 | 1 | -0/+4 |
| | |||||
* | Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanups | Sergi Granell | 2017-11-13 | 1 | -0/+4 |
| | |||||
* | More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.h | Sergi Granell | 2017-10-26 | 1 | -0/+4 |
| | |||||
* | Added NID for ksceKernelTryLockMutex | Yifan Lu | 2017-08-11 | 1 | -0/+1 |
| | |||||
* | Update I2C | Sergi Granell | 2017-07-11 | 1 | -0/+6 |
| | |||||
* | Fix some incorrect module and library NIDs | devnoname120 | 2017-04-18 | 1 | -1/+1 |
| | | | | Fix #7 | ||||
* | Add more SceThreadmgrForDriver NIDs | Sergi Granell | 2017-02-14 | 1 | -0/+2 |
| | |||||
* | Removed ksceKernelChangeThreadPriority2 | TheOfficialFloW | 2017-02-14 | 1 | -1/+0 |
| | |||||
* | Added SceThreadmgrForDriver nids | TheOfficialFloW | 2017-02-14 | 1 | -0/+32 |
| | |||||
* | Added a dozen of nids | TheOfficialFloW | 2017-02-14 | 1 | -0/+1 |
| | |||||
* | Add some kernel semaphores NIDs | Sergi Granell | 2017-02-13 | 1 | -0/+3 |
| | | | | Add ksceSysconCmdSync NID | ||||
* | Update db.yml (#134) | TheOfficialFloW | 2017-02-11 | 1 | -8/+13 |
| | |||||
* | Added two more kernel nids | TheOfficialFloW | 2017-01-21 | 1 | -0/+2 |
| | |||||
* | Add more SceBt and SceKernelThreadMgr NIDs | Sergi Granell | 2016-11-27 | 1 | -0/+4 |
| | |||||
* | Add sceKernelCreateCallbackForDriver and sceKernelDeleteCallbackForDriver NIDs | Sergi Granell | 2016-11-16 | 1 | -0/+2 |
| | |||||
* | kernel development headers (#67) | Davee | 2016-11-02 | 1 | -0/+112 |
* 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 |