summaryrefslogtreecommitdiff
path: root/nids/360/SceLibKernel.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-09Add sceKernelWaitExceptionCBForMonoReiko Asakura1-0/+1
2021-03-08Add NIDs in SceLibGccReiko Asakura1-0/+18
2021-03-11Remove old SDK functionsReiko Asakura1-10/+0
For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
2021-03-11Remove internally forwarded funcs in SceLibKernelReiko Asakura1-3/+0
2021-03-11Add NIDs in SceKernelForVMReiko Asakura1-0/+6
2021-03-11Add sceKernelDeleteThread in SceLibKernelReiko Asakura1-0/+1
2021-03-10Fix names for sceKernelGetThreadTLSAddrReiko Asakura1-1/+1
_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 Asakura1-6/+0
2021-03-05Add and rename old SDK functionsrelease/0.2.0Reiko Asakura1-2/+8
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.
2020-09-18Add SceKernelForMono functionsGrapheneCt1-0/+8
Credits: Graphene
2020-09-05Add thread related function and typesGrapheneCt1-0/+1
Credits: Graphene
2020-08-20SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura1-0/+19
2020-08-20SceLibSsp: add all NIDsReiko Asakura1-0/+6
2020-07-23Rename some IO syscalls and wrappersReiko Asakura1-3/+3
These 3 functions, sceIoClose, sceIoRead, sceIoWrite, are imported from SceIofilemgr (library) by SceLibKernel (module) and exported again by SceLibKernel (library) without a syscall wrapper. After this name change, SceIofilemgr_stub will no longer need to be linked for common IO functions.
2020-01-16libkernel variable exportsFrancisco José García García1-2/+3
2019-06-07psp2: Add sceKernelUnlockLwMutex2Nick Renieris1-0/+1
2019-03-23db: Fix more duplicated NIDsSunguk Lee1-4/+4
just add `2` postfix into name
2019-01-31Import NIDs from https://wiki.henkaku.xyzdevnoname1201-0/+3
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
2018-04-05Added some missing nids to SceLibKernel. (#309)Rinnegatamante1-0/+25
2017-12-29Fix for sceKernelUnlockLwMutex wrong nid.Rinnegatamante1-1/+1
2017-11-13Add some sceGxm*, sceIo*, sceNet* nidsscribam1-0/+3
2017-04-18Fix some incorrect module and library NIDsdevnoname1201-1/+1
Fix #7
2016-11-02kernel development headers (#67)Davee1-160/+1
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis
2016-09-10Added sceKernelGetModel NIDHimanshu Goel1-0/+1
2016-09-04added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddrDavee1-0/+1
2016-09-01Add sceKernelGetSystemTimeWide1732101-0/+1
2016-08-15Add sceKernelGetRandomNumberxyzz1-0/+4
2016-08-08Fixed 5 library nidsTheOfficialFloW1-1/+1
2016-07-27Update library NIDs in db.json to correct valuesxyzz1-9/+9
2016-01-22Added new NIDsTheOfficialFloW1-10/+38
2015-08-15Library and module names are now correct in the NID JSON according to what ↵Glenn Anderson1-1/+133
psp2sdk has.
2015-08-15Makes library/module NIDs unique.Glenn Anderson1-2/+2
2015-08-15Adds initial NID JSON database.Glenn Anderson1-0/+270