Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-29 | Update modulemgr structs (#453) | Princess of Sleeping | 1 | -7/+12 | |
* Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum | |||||
2020-06-26 | Fix many args (#451) | Princess of Sleeping | 13 | -117/+116 | |
Changes document and variable types | |||||
2020-06-26 | Fix modulemgr two function arg name and document | Princess of Sleeping | 1 | -5/+5 | |
2020-06-26 | Fix one function name and args | Princess of Sleeping | 1 | -1/+1 | |
2020-06-26 | Fix two function name and args | Princess of Sleeping | 1 | -2/+23 | |
2020-06-18 | Update modulemgr (#434) | Princess of Sleeping | 1 | -44/+61 | |
* update SceKernelModuleInfo and SceKernelSegmentInfo * update SceKernelModuleInfo and SceKernelSegmentInfo * fix wrong name of modulemgr nid * fix SceKernelModuleName * fix wrong function and wrong struct * fix sort * update SceKernelModuleInfo * update SceKernelModuleInfo | |||||
2020-03-01 | Added ksceKernelRegisterSysEventHandler to header | TheOfficialFloW | 1 | -0/+13 | |
2020-02-01 | Added kscePowerRequestSoftReset to header | TheOfficialFloW | 1 | -0/+7 | |
2020-01-09 | Compiler-independent struct align macro | Nick Renieris | 1 | -6/+7 | |
2019-12-09 | modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfo | Yumiko | 1 | -1/+1 | |
2019-10-06 | psp2kern: Added some function and description of the modulemgr (#427) | Princess of Sleeping | 1 | -34/+320 | |
* Added some function and description * update ksceKernelGetModuleInfoMinByAddr * update ksceKernelGetModuleInfoMinByAddr * fix SceKernelModuleName | |||||
2019-09-28 | fixed ksceKernelGetModuleInfo2 and SceKernelModuleInfo2 | Princess of Sleeping | 1 | -15/+15 | |
2019-09-27 | fixed wrong structure and function types of modulemgr.h (#425) | Princess of Sleeping | 1 | -11/+12 | |
* fixed wrong structure and function types * fixed wrong structure and function types | |||||
2019-09-25 | fixed ksceKernelFindClassByName | Princess of Sleeping | 1 | -1/+1 | |
2019-09-25 | fixed ksceIdStorageXXXXLeaf function | Princess of Sleeping | 1 | -4/+10 | |
2019-07-23 | fixed ksceKernelSearchModuleByName | Princess of Sleeping | 1 | -1/+1 | |
2019-07-02 | Fix wrong ksceKernelGetModuleList2 (#373) | Princess of Sleeping | 1 | -31/+56 | |
* Fix wrong ksceKernelGetModuleList2 * Update modulemgr.h * Update modulemgr.h * change the formatting | |||||
2019-02-24 | Changed sceDisplayGetProcFrameBufInternal header | TheOfficialFloW | 1 | -1/+1 | |
2019-02-18 | add ksceAppMgrLaunchAppByPath header | Davee | 1 | -0/+31 | |
2019-02-18 | add missing status param to ksceKernelSuspendProcess | Davee | 1 | -1/+2 | |
2019-02-17 | add ksceKernelSysrootSetProcessHandler | Davee | 1 | -0/+26 | |
2019-02-13 | Add for kernel MsgPipes | Davee | 1 | -0/+101 | |
2019-01-29 | Add ksceKernelGetMutexInfo_089 (#389) | Alex James | 1 | -0/+10 | |
* Add ksceKernelGetMutexInfo_089 https://wiki.henkaku.xyz/vita/SceKernelThreadMgr#sceKernelGetMutexInfo_089ForDriver * Remove _089 suffix for kscekernelGetMutexInfo | |||||
2019-01-28 | Change function name in psp2kern/syscon.h | Sunguk Lee | 1 | -2/+2 | |
just fix wrong function name since 21ffa306d (db.yml was changed) it will fix broken CI, but documents is still wrong | |||||
2019-01-06 | Minor UDCD fixes | Sergi Granell | 1 | -2/+2 | |
2018-12-19 | Add ksceKernelLaunchApp in processmgr.h (#375) | CelesteBlue-dev | 1 | -0/+10 | |
2018-12-19 | Update SceNetPs (#376) | CelesteBlue-dev | 1 | -3/+3 | |
Update SceNetPs, net_syscalls.h, net.h | |||||
2018-12-15 | Create idstorage.h | Princess of Sleeping | 1 | -0/+24 | |
2018-12-15 | Update utils.h | Princess of Sleeping | 1 | -2/+126 | |
2018-12-10 | Add of some SceModulemgrForKernel (#369) | Princess of Sleeping | 1 | -2/+78 | |
* Add nid of some SceModulemgrForKernel * Add function of some SceModulemgrForKernel * Update modulemgr.h | |||||
2018-11-19 | Add ksceNetConnect | Princess of Sleeping | 1 | -0/+1 | |
2018-11-03 | add ksceKernelSuspendProcess | Davee | 1 | -0/+7 | |
2018-11-03 | add ksceKernelChangeThreadSuspendStatus | Davee | 1 | -0/+14 | |
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. | |||||
2018-10-31 | switch naming ksceKernelProcessResume to ksceKernelResumeProcess | Davee | 1 | -1/+1 | |
2018-10-28 | add ksceKernelGetThreadCpuRegisters | Davee | 1 | -0/+46 | |
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. | |||||
2018-10-29 | add ksceKernelGetProcessMainThread | Davee | 1 | -0/+7 | |
ksceKernelGetProcessMainThread is a kernel service used to query the main thread id for a given process. | |||||
2018-10-29 | correct spelling error in documentation | Davee | 1 | -1/+1 | |
2018-10-29 | add ksceKernelGetThreadIdList | Davee | 1 | -0/+10 | |
ksceKernelGetThreadIdList is a kernel service used to query and obtain the number of thread within a process. | |||||
2018-10-29 | add ksceAppMgrKillProcess | Davee | 1 | -0/+21 | |
2018-10-29 | add ksceKernelProcessResume | Davee | 1 | -0/+7 | |
This kernel service is used to resume a process that is in the suspended state. | |||||
2018-10-29 | add ksceKernelGetProcessMainModule | Davee | 1 | -0/+7 | |
ksceKernelGetProcessMainModule queries the kernel for the module id for a given process id. | |||||
2018-10-28 | add ksceKernelGetProcessStatus | Davee | 1 | -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. | |||||
2018-10-03 | psp2kern: Change args types of ksceGzipDecompress (#354) | Sunguk Lee | 1 | -1/+1 | |
these value should be uint32_t instead signed int related: #353 comments | |||||
2018-09-25 | Add ksceGzipDecompress (#353) | Princess of Sleeping | 1 | -0/+10 | |
Add ksceGzipDecompress | |||||
2018-09-03 | Add ksceKernelEnqueueWorkQueue | Sergi Granell | 1 | -0/+16 | |
2018-09-01 | Add some functions of SceKernelUtilsForDriver (#350) | Princess of Sleeping | 1 | -0/+4 | |
* Add some functions of SceKernelUtilsForDriver * Add some nid of SceKernelUtilsForDriver | |||||
2018-08-29 | Add psp2kern/kernel/utils.h (#349) | Princess of Sleeping | 1 | -0/+67 | |
2018-08-27 | Update UDCD | Sergi Granell | 1 | -0/+19 | |
2018-08-27 | Update UDCD | Sergi Granell | 1 | -1/+94 | |
2018-08-27 | ci: better check headers (#342) | devnoname120 | 1 | -0/+2 | |
* ci: Make sure every header compiles separately * ci: don't build .gch files when checking headers * Improve header-checking command Thanks to @d3m3vilurr * Fix missing header includes * ci: faster header checking |