Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add const qualifier and attribute | Reiko Asakura | 2020-09-02 | 1 | -1/+6 |
| | |||||
* | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -16/+0 |
| | |||||
* | Add sceAppMgrDrmOpen/Close | Reiko Asakura | 2020-08-20 | 1 | -3/+7 |
| | |||||
* | Add all remaining NIDs in SceSysclibForDriver | Reiko Asakura | 2020-07-25 | 1 | -0/+41 |
| | |||||
* | Merge Vitasdk | Reiko Asakura | 2020-07-24 | 13 | -125/+149 |
|\ | |||||
| * | Update modulemgr structs (#453) | Princess of Sleeping | 2020-06-29 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | * Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum | ||||
| * | Fix many args (#451) | Princess of Sleeping | 2020-06-26 | 13 | -117/+116 |
| | | | | | | Changes document and variable types | ||||
| * | Fix modulemgr two function arg name and document | Princess of Sleeping | 2020-06-26 | 1 | -5/+5 |
| | | |||||
| * | Fix one function name and args | Princess of Sleeping | 2020-06-26 | 1 | -1/+1 |
| | | |||||
| * | Fix two function name and args | Princess of Sleeping | 2020-06-26 | 1 | -2/+23 |
| | | |||||
* | | Add SceIofilemgr function prototypes | Reiko Asakura | 2020-07-23 | 1 | -0/+19 |
| | | |||||
* | | Put common IO definitions into psp2common | Reiko Asakura | 2020-07-23 | 4 | -103/+4 |
| | | |||||
* | | Change `pragma GCC warning` to `pragma message` | Reiko Asakura | 2020-07-23 | 1 | -1/+1 |
| | | | | | | | | | | Because warnings in system headers will not appear except when -Wsystem-headers is given to gcc. | ||||
* | | Add async IO functions for kernel | Reiko Asakura | 2020-07-23 | 4 | -0/+353 |
| | | |||||
* | | Add thread event functions for kernel | Reiko Asakura | 2020-07-23 | 1 | -0/+23 |
| | | |||||
* | | Add {,k}sceIo{Io,Dev}ctlAsync prototypes | Reiko Asakura | 2020-07-23 | 2 | -16/+42 |
| | | |||||
* | | Refactor kernel IO functions | Reiko Asakura | 2020-07-23 | 4 | -20/+435 |
| | | |||||
* | | Merge | Reiko Asakura | 2020-07-05 | 4 | -17/+5 |
|\ \ | |||||
| * | | Add threadmgr constants and prototypes | Reiko Asakura | 2020-07-05 | 1 | -9/+1 |
| | | | |||||
| * | | Add CPU constants | Reiko Asakura | 2020-07-05 | 1 | -0/+1 |
| | | | |||||
| * | | Add kernel constants header | Reiko Asakura | 2020-07-05 | 2 | -3/+1 |
| | | | |||||
| * | | Add types headers | Reiko Asakura | 2020-07-05 | 2 | -7/+4 |
| | | | |||||
* | | | Merge Vitasdk | Reiko Asakura | 2020-06-23 | 1 | -44/+61 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Update modulemgr (#434) | Princess of Sleeping | 2020-06-18 | 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 | ||||
* | | kernel fast mutex: add and fix all related | Reiko Asakura | 2020-05-23 | 1 | -10/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Renamed sceKernelDeleteFastMutex to sceKernelFinalizeFastMutex. This matches the name found in 0.940 prototype firmware and the NID has not changed since then. 2. Unlike lightweight mutex, the work area is not required to be 8 byte aligned, but I have done so anyway. 3. The work area's size is 0x40, but only 0x28 is used. However it is not safe to use a smaller work area because sceKernelFinalizeFastMutex memsets 0x40 bytes to 0. 4. The last field of the work area, 4 bytes long at offset 0x24, contains the dummy value 0xA35DB473 when the fast mutex is initialised. Functions in SceKernelThreadmgr related to fast mutex will check this value and this allows us to find all functions related to fast mutex. | ||||
* | | Merge vitasdk | Reiko Asakura | 2020-04-21 | 1 | -0/+13 |
|\| | |||||
| * | Added ksceKernelRegisterSysEventHandler to header | TheOfficialFloW | 2020-03-01 | 1 | -0/+13 |
| | | |||||
* | | Corrections to SceIftuPlaneState | Reiko Asakura | 2020-04-09 | 1 | -13/+13 |
| | | |||||
* | | Add prototype ksceDisplaySetScaleConf | Reiko Asakura | 2020-04-03 | 1 | -0/+12 |
| | | |||||
* | | Add prototype kscePowerSetPsButtonPushTime | Reiko Asakura | 2020-04-01 | 1 | -0/+9 |
| | | |||||
* | | Add ksceDebugVprintf | Reiko Asakura | 2020-03-24 | 1 | -1/+4 |
| | | |||||
* | | Add prototype ksceSblACMgrIsPspEmu | Reiko Asakura | 2020-03-18 | 1 | -0/+1 |
| | | |||||
* | | Add psp2kern/audioout.h | Reiko Asakura | 2020-03-18 | 1 | -0/+21 |
| | | |||||
* | | Add process UID macros | Reiko Asakura | 2020-03-18 | 1 | -0/+6 |
| | | |||||
* | | Add macro SCE_KERNEL_THREAD_ID_SELF | Reiko Asakura | 2020-03-17 | 1 | -0/+3 |
| | | |||||
* | | Add prototype kscePowerSetIdleTimer | Reiko Asakura | 2020-03-17 | 1 | -0/+10 |
| | | |||||
* | | Transition to DolceSDK | Reiko Asakura | 2020-02-11 | 1 | -1/+1 |
|/ | |||||
* | Added kscePowerRequestSoftReset to header | TheOfficialFloW | 2020-02-01 | 1 | -0/+7 |
| | |||||
* | Compiler-independent struct align macro | Nick Renieris | 2020-01-09 | 1 | -6/+7 |
| | |||||
* | modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfo | Yumiko | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | psp2kern: Added some function and description of the modulemgr (#427) | Princess of Sleeping | 2019-10-06 | 1 | -34/+320 |
| | | | | | | | | | | * Added some function and description * update ksceKernelGetModuleInfoMinByAddr * update ksceKernelGetModuleInfoMinByAddr * fix SceKernelModuleName | ||||
* | fixed ksceKernelGetModuleInfo2 and SceKernelModuleInfo2 | Princess of Sleeping | 2019-09-28 | 1 | -15/+15 |
| | |||||
* | fixed wrong structure and function types of modulemgr.h (#425) | Princess of Sleeping | 2019-09-27 | 1 | -11/+12 |
| | | | | | | * fixed wrong structure and function types * fixed wrong structure and function types | ||||
* | fixed ksceKernelFindClassByName | Princess of Sleeping | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | fixed ksceIdStorageXXXXLeaf function | Princess of Sleeping | 2019-09-25 | 1 | -4/+10 |
| | |||||
* | fixed ksceKernelSearchModuleByName | Princess of Sleeping | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Fix wrong ksceKernelGetModuleList2 (#373) | Princess of Sleeping | 2019-07-02 | 1 | -31/+56 |
| | | | | | | | | | | * Fix wrong ksceKernelGetModuleList2 * Update modulemgr.h * Update modulemgr.h * change the formatting | ||||
* | Changed sceDisplayGetProcFrameBufInternal header | TheOfficialFloW | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | add ksceAppMgrLaunchAppByPath header | Davee | 2019-02-18 | 1 | -0/+31 |
| | |||||
* | add missing status param to ksceKernelSuspendProcess | Davee | 2019-02-18 | 1 | -1/+2 |
| |