Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-11-06 | Update name, doc, prototype in sblaimgr.h | Princess of Sleeping | 1 | -2/+87 | |
2020-11-06 | Add prototypes and docs in kernel/sblacmgr.h | Princess of Sleeping | 1 | -0/+74 | |
2020-10-31 | Add functions in SceDebugFor{Driver,Kernel} | Princess of Sleeping | 1 | -0/+16 | |
2020-10-31 | Update function args and doc in debug.h | Princess of Sleeping | 1 | -16/+73 | |
2020-10-31 | Add function prototypes in sysroot.h | Princess of Sleeping | 1 | -0/+66 | |
2020-10-31 | Update struct SceSysrootProcessHandler | Princess of Sleeping | 1 | -12/+11 | |
2020-11-10 | Fix name for sceSysrootGetHardwareFlags | Princess of Sleeping | 1 | -0/+9 | |
2021-03-19 | Merge common definitions in display.h | Reiko Asakura | 1 | -35/+0 | |
2021-03-19 | Remove dupe in display.h | Reiko Asakura | 1 | -131/+2 | |
2021-03-18 | Add NIDs in SceAudioForDriver | Reiko Asakura | 1 | -8/+7 | |
2021-03-17 | Change scePervasive names to match name style | Reiko Asakura | 1 | -8/+8 | |
2021-03-15 | Update names from prototype 0.940 display.skprx | Reiko Asakura | 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. | |||||
2021-03-13 | Add lint script for header files | Reiko Asakura | 2 | -0/+10 | |
2021-03-12 | Add and fix names in SceSysrootForKernel | Reiko Asakura | 1 | -1/+1 | |
Names from 0.940 prototype sysmem.skprx | |||||
2021-03-12 | Remove sceSysrootIsManufacturingMode macro | Reiko Asakura | 1 | -2/+0 | |
2021-03-12 | Split debug and sysroot funcs from kernel/sysmem.h | Reiko Asakura | 3 | -102/+134 | |
2021-03-12 | Merge common definitions in power.h | Reiko Asakura | 1 | -149/+0 | |
2021-03-12 | Remove duplicate definitions in kernel/power.h | Reiko Asakura | 1 | -57/+3 | |
2021-03-12 | Refactor structs in common/appmgr.h | Reiko Asakura | 1 | -4/+0 | |
sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions. | |||||
2021-03-11 | Add sceKernelGetSystemTime functions | Reiko Asakura | 1 | -7/+0 | |
2021-03-11 | Move threadmgr functions to common header | Reiko Asakura | 1 | -15/+0 | |
sceKernelGetTLSAddr has been removed for kernel because it does not exist. | |||||
2021-03-11 | Add prototypes in clockgen.h | Reiko Asakura | 1 | -0/+16 | |
2021-03-08 | Add and change names in SceSblACMgr from dbg log | Reiko Asakura | 1 | -1/+1 | |
From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission | |||||
2021-03-08 | Fix name and type sceKernelExtendKernelStackWide | Reiko Asakura | 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. | |||||
2021-03-08 | Rename include guards | Reiko Asakura | 34 | -102/+102 | |
2021-03-07 | Add clockgen functions | GrapheneCt | 1 | -0/+30 | |
Not sure about sceClockgenSetSpectrumSpreading. | |||||
2021-03-05 | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 1 | -7/+0 | |
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | |||||
2021-02-23 | Add prototype for sceKernelSysrootGetShellPid | Reiko Asakura | 1 | -0/+7 | |
2021-02-16 | Add sceKernelCreateHeap flags and optsrelease/0.1.0 | Reiko Asakura | 1 | -4/+14 | |
2021-02-16 | Add sceSysconCtrlDolceLED | Reiko Asakura | 1 | -0/+9 | |
2021-02-16 | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 1 | -0/+1 | |
2021-02-16 | Remove inline asm in cpu.h | Reiko Asakura | 1 | -81/+1 | |
2021-02-11 | Add package workflow | Reiko Asakura | 36 | -0/+144 | |
2021-02-11 | Fix includes: various | Reiko Asakura | 27 | -52/+25 | |
2021-02-11 | SceIntrmgrForDriver: fix function names | Reiko Asakura | 1 | -9/+8 | |
Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx | |||||
2021-01-20 | Merge common: ctrl.h | Reiko Asakura | 1 | -59/+0 | |
2021-01-20 | Merge common: dmacmgr | Reiko Asakura | 1 | -36/+0 | |
2021-01-20 | Merge common: iofilemgr | Reiko Asakura | 4 | -391/+0 | |
2021-01-20 | Remove dupe: iofilemgr | Reiko Asakura | 4 | -301/+10 | |
2021-01-20 | Rename iofilemgr headers | Reiko Asakura | 3 | -0/+0 | |
2021-01-20 | Add scejpegenc.h for kernel | Reiko Asakura | 1 | -0/+1 | |
2021-01-19 | Remove dupe: ctrl.h | Reiko Asakura | 1 | -161/+8 | |
2021-01-19 | Remove dupe: processmgr.h | Reiko Asakura | 1 | -1/+1 | |
2021-01-19 | Remove dupe: modulemgr.h | Reiko Asakura | 1 | -109/+11 | |
2021-01-19 | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 1 | -858/+1 | |
2021-01-19 | Remove dupe: sysmem related | Reiko Asakura | 1 | -57/+9 | |
2021-01-19 | Remove dupe: kernel/cpu.h | Reiko Asakura | 1 | -2/+3 | |
2021-01-15 | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 1 | -10/+0 | |
2021-01-04 | Fix ScePower NIDs and prototype | Princess of Sleeping | 1 | -3/+3 | |
2020-11-01 | SceDisplay: use real names for iUpdateTimingMode | Reiko Asakura | 1 | -4/+6 | |