summaryrefslogtreecommitdiff
path: root/nids/360 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-05Add sceNpGetEnvironmentrelease/0.5.0Reiko Asakura1-0/+1
2021-05-05Import SceNpCommon NIDs from SDK 3.570Reiko Asakura1-0/+22
2021-04-24Add sceKernelGetTLSAddr in SceThreadmgrForDriverPrincess of Sleeping1-0/+1
2021-04-24Add NIDs in SceNpDrmForDriverReiko Asakura1-0/+5
From https://wiki.henkaku.xyz/vita/index.php?title=SceNpDrm&oldid=15482
2021-04-18Add SceNpKdc functionsReiko Asakura1-0/+13
2021-04-17Update ScePaf NIDs and headersGrapheneCt1-25/+352
2021-04-08Add and fix NIDs in ScePowerForDriverReiko Asakura1-2/+8
2021-04-01Add NIDs in ScePafStdcGrapheneCt1-0/+16
2021-03-31Move sceKernelExitDeleteThread to SceThreadmgrReiko Asakura1-4/+1
2021-03-27Add NIDs in ScePervasiveForDriverReiko Asakura1-0/+3
Names from camera.skprx from 0.940 prototype.
2021-03-26Fix ScePafStdc exit and abort NIDsGrapheneCt1-2/+2
2021-03-26Add NIDs to SceNpCommonPs4Reiko Asakura1-0/+39
Every name is from the PS4 SceNpCommon except for sceNpGetSystemClockLowUsec.
2021-03-26Changes to SceIniFileProcessorReiko Asakura1-3/+4
2021-03-20Add C++ paf classesGrapheneCt1-12/+63
2020-11-06Update name, doc, prototype in sblaimgr.hPrincess of Sleeping1-1/+1
2020-10-31Add functions in SceDebugFor{Driver,Kernel}Princess of Sleeping1-0/+2
2020-10-31Add function prototypes in sysroot.hPrincess of Sleeping1-0/+2
2020-11-10Fix name for sceSysrootGetHardwareFlagsPrincess of Sleeping1-1/+1
2020-10-30Add functions in SceSblSsUpdateMgrPrincess of Sleeping1-0/+16
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.