summaryrefslogtreecommitdiff
path: root/nids/360 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-19Add NIDs in SceDisplayForDriverReiko Asakura1-0/+2
2021-03-18Add NIDs in SceAudioForDriverReiko Asakura1-0/+11
2021-03-18Add NIDs in ScePervasiveForDriverReiko Asakura1-0/+16
2021-03-17Change scePervasive names to match name styleReiko Asakura1-8/+8
2021-03-15Update names from prototype 0.940 display.skprxReiko Asakura2-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-14Update ScePafStdc namesrelease/0.3.0GrapheneCt1-7/+16
2021-03-13Add ScePafThread functionsGrapheneCt1-0/+73
2021-03-12Add and fix names in SceSysrootForKernelReiko Asakura1-1/+13
Names from 0.940 prototype sysmem.skprx
2021-03-11Add NIDs in SceHpremoteReiko Asakura1-0/+16
2021-03-11Conform syscall names to syslibtraceReiko Asakura3-34/+34
These names are guessed: sceUsbdRegisterCallbackForUser sceUsbdUnregisterCallbackForUser sceSblUsVerifyPupAdditionalSignForUser
2021-03-11Add NIDs from retail 3.60 libmtp.suprx debug logReiko Asakura1-0/+4
2021-03-11Add NIDs from retail 3.60 shell.self debug logReiko Asakura4-0/+20
2021-03-11Import SceNpManager NIDs from SDK 3.570.011Reiko Asakura1-0/+22
2021-03-11Add NIDs in SceBemp2sysGrapheneCt1-0/+18
2021-03-11Add NIDs in SceBeisobmfGrapheneCt1-0/+25
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