Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update structs and prototypes in sysmem | Reiko Asakura | 2021-08-29 | 2 | -25/+30 |
| | | | | | SceKernelPAVector field names comes from 0.990 prototype update_mgr.elf and update_service_sm.elf. | ||||
* | Add sceGUIDSet{,Name} | Reiko Asakura | 2021-08-28 | 1 | -0/+4 |
| | | | | Names from 0.990 prototype sysmem.elf. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 2 | -7/+7 |
| | | | | These names are inferred from canon names found in debug strings. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 1 | -1/+1 |
| | | | | Names from 0.990 prototype threadmgr.elf. | ||||
* | Update names in SceSysmemForDriver/Kernel | Reiko Asakura | 2021-08-28 | 1 | -2/+2 |
| | | | | From 0.990 prototype deci4p_dbgp.elf. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 2 | -15/+15 |
| | | | | Names are from 0.990 prototype sysmem.elf. | ||||
* | Move kernel memblock functions to separate header | Reiko Asakura | 2021-08-25 | 2 | -223/+242 |
| | |||||
* | Move memblock types into common memblock.h | Reiko Asakura | 2021-08-24 | 1 | -6/+0 |
| | |||||
* | Add prototype for sceKernelIsAccessibleRangeProc | Reiko Asakura | 2021-07-08 | 1 | -0/+2 |
| | |||||
* | Add const qualifier to function args | Reiko Asakura | 2021-06-16 | 1 | -8/+8 |
| | |||||
* | Changes to kernel/bt.h | Reiko Asakura | 2021-05-18 | 1 | -44/+50 |
| | |||||
* | Fix doc and add inline forwarder for sceIoMount | Reiko Asakura | 2021-05-18 | 1 | -5/+5 |
| | |||||
* | Update fields for SceKernelAllocMemBlockKernelOpt | Reiko Asakura | 2021-05-13 | 1 | -5/+8 |
| | | | | Names from prototype 0.940 sysmem.skprx. | ||||
* | Add prototype for sceNpDrmGetRifPspKey | Reiko Asakura | 2021-04-18 | 1 | -0/+13 |
| | |||||
* | Add kernel/npdrm.h | Princess of Sleeping | 2021-04-17 | 1 | -0/+96 |
| | |||||
* | Fix struct SceKernelModuleLibraryInfo | Reiko Asakura | 2021-03-19 | 1 | -1/+2 |
| | |||||
* | Update name, doc, prototype in sblaimgr.h | Princess of Sleeping | 2020-11-06 | 1 | -2/+87 |
| | |||||
* | Add prototypes and docs in kernel/sblacmgr.h | Princess of Sleeping | 2020-11-06 | 1 | -0/+74 |
| | |||||
* | Add functions in SceDebugFor{Driver,Kernel} | Princess of Sleeping | 2020-10-31 | 1 | -0/+16 |
| | |||||
* | Update function args and doc in debug.h | Princess of Sleeping | 2020-10-31 | 1 | -16/+73 |
| | |||||
* | Add function prototypes in sysroot.h | Princess of Sleeping | 2020-10-31 | 1 | -0/+66 |
| | |||||
* | Update struct SceSysrootProcessHandler | Princess of Sleeping | 2020-10-31 | 1 | -12/+11 |
| | |||||
* | Fix name for sceSysrootGetHardwareFlags | Princess of Sleeping | 2020-11-10 | 1 | -0/+9 |
| | |||||
* | Merge common definitions in display.h | Reiko Asakura | 2021-03-19 | 1 | -35/+0 |
| | |||||
* | Remove dupe in display.h | Reiko Asakura | 2021-03-19 | 1 | -131/+2 |
| | |||||
* | Add NIDs in SceAudioForDriver | Reiko Asakura | 2021-03-18 | 1 | -8/+7 |
| | |||||
* | Change scePervasive names to match name style | Reiko Asakura | 2021-03-17 | 1 | -8/+8 |
| | |||||
* | Update names from prototype 0.940 display.skprx | Reiko Asakura | 2021-03-15 | 4 | -13/+13 |
| | | | | | | | 1. sceKernelGetKPLS is inferred from similar names. 2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the debug logs, but that is probably a mistake. | ||||
* | Add lint script for header files | Reiko Asakura | 2021-03-13 | 2 | -0/+10 |
| | |||||
* | Add and fix names in SceSysrootForKernel | Reiko Asakura | 2021-03-12 | 1 | -1/+1 |
| | | | | Names from 0.940 prototype sysmem.skprx | ||||
* | Remove sceSysrootIsManufacturingMode macro | Reiko Asakura | 2021-03-12 | 1 | -2/+0 |
| | |||||
* | Split debug and sysroot funcs from kernel/sysmem.h | Reiko Asakura | 2021-03-12 | 3 | -102/+134 |
| | |||||
* | Merge common definitions in power.h | Reiko Asakura | 2021-03-12 | 1 | -149/+0 |
| | |||||
* | Remove duplicate definitions in kernel/power.h | Reiko Asakura | 2021-03-12 | 1 | -57/+3 |
| | |||||
* | Refactor structs in common/appmgr.h | Reiko Asakura | 2021-03-12 | 1 | -4/+0 |
| | | | | | sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions. | ||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 1 | -7/+0 |
| | |||||
* | Move threadmgr functions to common header | Reiko Asakura | 2021-03-11 | 1 | -15/+0 |
| | | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist. | ||||
* | Add prototypes in clockgen.h | Reiko Asakura | 2021-03-11 | 1 | -0/+16 |
| | |||||
* | Add and change names in SceSblACMgr from dbg log | Reiko Asakura | 2021-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission | ||||
* | Fix name and type sceKernelExtendKernelStackWide | Reiko Asakura | 2021-03-08 | 1 | -6/+31 |
| | | | | | | | | | | | Name is from prototype 0.940 threadmgr.skprx. In practice, sceKernelExtendKernelStack is the same function as sceKernelExtendKernelStackWide, but are named differently for two reason: 1. SceThreadmgrForDriver exports both of them. 2. iofilemgr.skprx uses both of them depending on if a wide return value is required. | ||||
* | Rename include guards | Reiko Asakura | 2021-03-08 | 34 | -102/+102 |
| | |||||
* | Add clockgen functions | GrapheneCt | 2021-03-07 | 1 | -0/+30 |
| | | | | Not sure about sceClockgenSetSpectrumSpreading. | ||||
* | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2021-03-05 | 1 | -7/+0 |
| | | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | ||||
* | Add prototype for sceKernelSysrootGetShellPid | Reiko Asakura | 2021-02-23 | 1 | -0/+7 |
| | |||||
* | Add sceKernelCreateHeap flags and optsrelease/0.1.0 | Reiko Asakura | 2021-02-16 | 1 | -4/+14 |
| | |||||
* | Add sceSysconCtrlDolceLED | Reiko Asakura | 2021-02-16 | 1 | -0/+9 |
| | |||||
* | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 2021-02-16 | 1 | -0/+1 |
| | |||||
* | Remove inline asm in cpu.h | Reiko Asakura | 2021-02-16 | 1 | -81/+1 |
| | |||||
* | Add package workflow | Reiko Asakura | 2021-02-11 | 36 | -0/+144 |
| | |||||
* | Fix includes: various | Reiko Asakura | 2021-02-11 | 27 | -52/+25 |
| |