summaryrefslogtreecommitdiff
path: root/nids/360 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-11Add sceKernelGetSystemTime functionsReiko Asakura2-0/+2
2021-03-09Add sceKernelWaitExceptionCBForMonoReiko Asakura1-0/+1
2021-03-09Add and change names in SceSblACMgr from wikiReiko Asakura1-6/+14
Names from https://wiki.henkaku.xyz/vita/SceSblACMgr
2021-03-09Rename sceSblACMgrIsPSMDevAssistantReiko Asakura1-1/+1
to sceSblACMgrIsPSM
2021-03-08Add and change names in SceSblACMgr from dbg logReiko Asakura1-2/+4
From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission
2021-03-08Add NIDs in SceLibGccReiko Asakura1-0/+18
2021-03-08Fix name and type sceKernelExtendKernelStackWideReiko Asakura1-1/+2
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-11Remove old SDK functionsReiko Asakura3-33/+1
For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
2021-03-10Remove forwarded syscallsReiko Asakura12-460/+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.
2021-03-11Add NIDs in SceCodecEngineUserReiko Asakura1-0/+2
2021-03-11Remove internally forwarded funcs in SceLibKernelReiko Asakura1-3/+0
2021-03-11Add NIDs in SceKernelForVMReiko Asakura1-0/+6
2021-03-11Remove SceLibKernel re-exported syscallsReiko Asakura2-4/+0
2021-03-11Add sceKernelDeleteThread in SceLibKernelReiko Asakura1-0/+1
2021-03-10Fix SceDrmBridge namesReiko Asakura2-8/+8
Syscalls have underscore prefix, syscall forwarders do not.
2021-03-10Fix names for sceKernelGetThreadTLSAddrReiko Asakura2-2/+2
_sceKernelGetThreadTLSAddr is a name in syslibtrace.
2021-03-10Fix name sceKernelGetThreadCpuAffinityMaskReiko Asakura1-1/+1
Name from SDK.
2021-03-09Add sceSblGcAuthMgr syscall forwarder in libkernelReiko Asakura1-0/+29
2021-03-10Remove duplicate exportsReiko Asakura4-34/+0
2021-03-10Fix name sceNgsRackGetVoiceHandleInternalReiko Asakura1-1/+1
Name from syslibtrace.
2021-03-07Add clockgen functionsGrapheneCt1-0/+13
Not sure about sceClockgenSetSpectrumSpreading.
2021-03-05Add and rename old SDK functionsrelease/0.2.0Reiko Asakura2-16/+22
The suffix _16XX is used because _sceKernelCreateSema_16XX is an official name found in syslibtrace. All the _16XX functions existed in SDK 0.945.040 and did not exist in SDK 3.300.031. It is not necessary that they are removed immediately after 16XX, although many of them were. sceKernelPuts is from SDK 0.945.040 but in system software 3.60, this function will not do anything except return to caller.
2021-03-05Remove Core suffix from GetProcessTime functionsReiko Asakura1-6/+6
Names are from SDK 0.945.040.
2021-03-05Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura1-2/+2
This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
2021-03-03Add SceNpWebApi internal functionsReiko Asakura1-0/+19
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
2021-03-03Import SceNpWebApi NIDs from SDK 3.570.011Reiko Asakura1-0/+45
2021-03-03Add SceAVConfigForDriver NIDsReiko Asakura1-0/+5
All are from 0.940 appmgr.skprx
2021-03-03Add kernel net function NIDsReiko Asakura2-0/+6
From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach
2021-02-25Add SceGxmInternal NIDsGrapheneCt1-0/+5
2021-02-25Add sceGxmGetDeviceDataGrapheneCt1-0/+1
2021-02-16Add sceSysconCtrlDolceLEDReiko Asakura1-0/+1
2021-02-11scePafResourceGetAttributeIdIntLpb: fix NIDReiko Asakura1-1/+1
2021-02-11SceLibMtp: fix function NIDsReiko Asakura1-2/+2
Confirmed by 3.600 shell.self
2021-02-11SceIntrmgrForDriver: fix function namesReiko Asakura1-9/+8
Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
2021-01-15Correct function names in SceKblForKernelReiko Asakura1-18/+18
2021-01-15Remove kscePowerSetGpuClockFrequencyReiko Asakura1-1/+0
2021-01-15Add SceFt2 NIDsReiko Asakura1-0/+170
2021-01-04Fix ScePower NIDs and prototypePrincess of Sleeping1-6/+21
2021-01-15Add gxm and gpu internal functionsGrapheneCt2-0/+8
2021-01-09Add SceKblForKernel nidsPrincess of Sleeping1-0/+36
From https://github.com/Princess-of-Sleeping/ScePsp2BootConfig-PDEL/blob/master/extra.yml
2021-01-09Add NIDs in ScePsp2CompatGrapheneCt1-0/+35
2020-11-08Additions for SceAudiocodecGrapheneCt1-0/+3
2020-10-24ScePsp2Compat: add and fix NIDsGrapheneCt1-3/+71
2020-10-24Add scePafMiscInitializeInputMethodExtGrapheneCt1-0/+1
2020-10-24Add SceMotion ext and internal funcsGrapheneCt1-0/+11
2020-10-13Add psp2/audiocodec.hGrapheneCt1-0/+10
2020-10-02SceIniFileProcessor: fixes for type and namesReiko Asakura1-4/+4
2020-09-26Add many functions in ScePsp2CompatGrapheneCt1-0/+204
2020-09-23Add PowerVR service functions and errorsReiko Asakura1-0/+42
2020-09-23Refactor SceGxmInternal headersReiko Asakura1-8/+27