summaryrefslogtreecommitdiff
path: root/nids/360/SceLibKernel.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NIDs in SceLibGccReiko Asakura2021-03-081-0/+18
|
* Remove old SDK functionsReiko Asakura2021-03-111-10/+0
| | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
* Remove internally forwarded funcs in SceLibKernelReiko Asakura2021-03-111-3/+0
|
* Add NIDs in SceKernelForVMReiko Asakura2021-03-111-0/+6
|
* Add sceKernelDeleteThread in SceLibKernelReiko Asakura2021-03-111-0/+1
|
* Fix names for sceKernelGetThreadTLSAddrReiko Asakura2021-03-101-1/+1
| | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace.
* Fix name sceKernelGetThreadCpuAffinityMaskReiko Asakura2021-03-101-1/+1
| | | | Name from SDK.
* Add sceSblGcAuthMgr syscall forwarder in libkernelReiko Asakura2021-03-091-0/+29
|
* Remove duplicate exportsReiko Asakura2021-03-101-6/+0
|
* Add and rename old SDK functionsrelease/0.2.0Reiko Asakura2021-03-051-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.
* Add SceKernelForMono functionsGrapheneCt2020-09-181-0/+8
| | | | Credits: Graphene
* Add thread related function and typesGrapheneCt2020-09-051-0/+1
| | | | Credits: Graphene
* SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura2020-08-201-0/+19
|
* SceLibSsp: add all NIDsReiko Asakura2020-08-201-0/+6
|
* Rename some IO syscalls and wrappersReiko Asakura2020-07-231-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.
* libkernel variable exportsFrancisco José García García2020-01-161-2/+3
|
* psp2: Add sceKernelUnlockLwMutex2Nick Renieris2019-06-071-0/+1
|
* db: Fix more duplicated NIDsSunguk Lee2019-03-231-4/+4
| | | | just add `2` postfix into name
* Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-311-0/+3
| | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
* Added some missing nids to SceLibKernel. (#309)Rinnegatamante2018-04-051-0/+25
|
* Fix for sceKernelUnlockLwMutex wrong nid.Rinnegatamante2017-12-291-1/+1
|
* Add some sceGxm*, sceIo*, sceNet* nidsscribam2017-11-131-0/+3
|
* Fix some incorrect module and library NIDsdevnoname1202017-04-181-1/+1
| | | | Fix #7
* kernel development headers (#67)Davee2016-11-021-0/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Library and module names are now correct in the NID JSON according to what ↵Glenn Anderson2015-08-151-270/+0
| | | | psp2sdk has.
* Makes library/module NIDs unique.Glenn Anderson2015-08-151-2/+2
|
* Adds initial NID JSON database.Glenn Anderson2015-08-151-0/+270