summaryrefslogtreecommitdiff
path: root/nids/360/SceLibKernel.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
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