Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -306/+175 | |
| | ||||||
* | Remove duplicate definitions in kernel/power.h | Reiko Asakura | 2021-03-12 | 1 | -57/+3 | |
| | ||||||
* | Add error code SCE_APPMGR_ERROR_NOSYS | Reiko Asakura | 2021-03-12 | 1 | -0/+7 | |
| | ||||||
* | Refactor structs in common/appmgr.h | Reiko Asakura | 2021-03-12 | 2 | -18/+13 | |
| | | | | | sceAppMgrDrm{Open,Close} has been moved to the common header because they are also available as user functions. | |||||
* | Remove unused definitions in common/appmgr.h | Reiko Asakura | 2021-03-12 | 1 | -30/+0 | |
| | ||||||
* | Fix function name and args in user/appmgr.h | Reiko Asakura | 2021-03-12 | 1 | -15/+6 | |
| | ||||||
* | Conform syscall names to syslibtrace | Reiko Asakura | 2021-03-11 | 2 | -31/+33 | |
| | | | | | | | | These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser | |||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 3 | -14/+43 | |
| | ||||||
* | Move threadmgr functions to common header | Reiko Asakura | 2021-03-11 | 3 | -36/+21 | |
| | | | | | 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. | |||||
* | Remove old SDK functions | Reiko Asakura | 2021-03-11 | 2 | -30/+0 | |
| | | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356 | |||||
* | Remove forwarded syscalls | Reiko Asakura | 2021-03-10 | 3 | -192/+0 | |
| | | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown. | |||||
* | Fix type for user sceSblACMgrIsGameProgram | Reiko Asakura | 2021-03-08 | 1 | -1/+3 | |
| | | | | | sceSblACMgrIsGameProgram is an export of SceLibKernel, which calls _sceSblACMgrIsGameProgram which is an export of SceSblACMgr. | |||||
* | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 2021-03-10 | 1 | -17/+15 | |
| | | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace. | |||||
* | Rename include guards | Reiko Asakura | 2021-03-08 | 96 | -287/+288 | |
| | ||||||
* | Add clockgen functions | GrapheneCt | 2021-03-07 | 1 | -0/+30 | |
| | | | | Not sure about sceClockgenSetSpectrumSpreading. | |||||
* | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2021-03-05 | 2 | -7/+17 | |
| | | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | |||||
* | Add comments in common/kernel/cpu.h | Reiko Asakura | 2021-03-05 | 1 | -7/+12 | |
| | ||||||
* | Add SceNpWebApi internal functions | Reiko Asakura | 2021-03-03 | 1 | -0/+157 | |
| | | | | | | | | | | | | | Naming convention is based on SceNpWebApi from PS4's system software. Some of the functions added do not exist in PS4's SceNpWebApi, or exist as a non-internal function. Note that all PS4 export names can be verified with SHA1 digest. These name are made up: sceNpWebApiInitializeForSceShell sceNpWebApiModuleStartForSceShell sceNpWebApiModuleStopForSceShell | |||||
* | Changes to user/incoming_dialog.h | Reiko Asakura | 2021-02-26 | 1 | -17/+27 | |
| | ||||||
* | Add sceGxmGetDeviceData | GrapheneCt | 2021-02-25 | 1 | -0/+9 | |
| | ||||||
* | Add PowerVR services header | GrapheneCt | 2021-02-25 | 1 | -0/+126 | |
| | ||||||
* | Move gpu_es4.h -> gpu_es4/error.h | Reiko Asakura | 2021-02-25 | 1 | -3/+3 | |
| | ||||||
* | 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 | 102 | -0/+408 | |
| | ||||||
* | Fix includes: various | Reiko Asakura | 2021-02-11 | 67 | -127/+74 | |
| | ||||||
* | SceIntrmgrForDriver: fix function names | Reiko Asakura | 2021-02-11 | 1 | -9/+8 | |
| | | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx | |||||
* | Add internal and nongame funcs for videodec.h | GrapheneCt | 2020-10-14 | 1 | -0/+34 | |
| | ||||||
* | Add SceSas internal functions | GrapheneCt | 2020-07-22 | 1 | -0/+53 | |
| | ||||||
* | Add internal and nongame funcs for avcdec.h | GrapheneCt | 2020-10-14 | 1 | -0/+59 | |
| | ||||||
* | Add type SILK for audiodec and audioenc | GrapheneCt | 2020-11-21 | 2 | -0/+18 | |
| | ||||||
* | Remove dupe: power.h | Reiko Asakura | 2021-02-11 | 1 | -83/+2 | |
| | ||||||
* | Remove dupe: libkernel.h | Reiko Asakura | 2021-01-31 | 1 | -15/+3 | |
| | ||||||
* | Rename clib.h -> libkernel.h | Reiko Asakura | 2021-01-31 | 1 | -0/+0 | |
| | ||||||
* | Merge common: ctrl.h | Reiko Asakura | 2021-01-20 | 3 | -118/+94 | |
| | ||||||
* | Merge common: dmacmgr | Reiko Asakura | 2021-01-20 | 2 | -46/+7 | |
| | ||||||
* | Merge common: iofilemgr | Reiko Asakura | 2021-01-20 | 10 | -760/+348 | |
| | ||||||
* | Remove dupe: iofilemgr | Reiko Asakura | 2021-01-20 | 13 | -724/+25 | |
| | ||||||
* | Rename iofilemgr headers | Reiko Asakura | 2021-01-20 | 10 | -0/+0 | |
| | ||||||
* | Add scejpegenc.h for kernel | Reiko Asakura | 2021-01-20 | 1 | -0/+1 | |
| | ||||||
* | Remove dupe: ctrl.h | Reiko Asakura | 2021-01-19 | 2 | -355/+16 | |
| |