summaryrefslogtreecommitdiff
path: root/nids/360/SceSysmem.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sceKernelGetSystemTime functionsReiko Asakura2021-03-111-0/+1
|
* Remove duplicate exportsReiko Asakura2021-03-101-2/+0
|
* Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura2021-03-051-2/+2
| | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
* Add kernel net function NIDsReiko Asakura2021-03-031-0/+4
| | | | | | | | | | | | From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach
* Move functions to correct libraryReiko Asakura2020-09-211-1/+1
|
* Remove functions for old firmware versionsReiko Asakura2020-09-211-2/+0
|
* Merge VitasdkReiko Asakura2020-09-141-2/+0
|\
| * Remove non-existing nid entry for SceCpuPrincess of Sleeping2020-08-101-2/+0
| |
* | SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura2020-08-201-3/+3
| |
* | Add all remaining NIDs in SceSysclibForDriverReiko Asakura2020-07-251-2/+12
| |
* | Add names for NIDs in SceSysclibForDriverReiko Asakura2020-04-221-0/+12
| |
* | Add ksceDebugVprintfReiko Asakura2020-03-241-0/+1
|/
* Fixed some function names and sorted alphabeticallyPrincess of Sleeping2019-07-171-7/+32
|
* db: Fix more duplicated NIDsSunguk Lee2019-03-231-1/+1
| | | | just add `2` postfix into name
* psp2kern: Add postfix `2` into ksceKernelCreateUidObj(for driver)Sunguk Lee2019-03-221-1/+1
| | | | | | | | it would be simple hack, but already we have similar NID names technically we should make the rule that prevents duplicated name in multiple libs related #400
* Added ksceKernelSysrootCheckModelCapabilityTheOfficialFloW2019-02-231-0/+1
|
* correct ksceKernelSysrootSetProcessHandler libraryDavee2019-02-181-1/+1
| | | | should be part of SceSysrootForDriver instead.
* add ksceKernelSysrootSetProcessHandlerDavee2019-02-171-0/+1
|
* Misc manual changes on db.ymldevnoname1202019-02-021-10/+0
|
* Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-311-0/+236
| | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
* Add ksceKernelSysrootGetSystemSwVersiondevnoname1202019-01-281-0/+4
| | | This returns the real version of the system, even if Henkaku spoofing is enabled.
* Added new NIDs found in debug stringsTheOfficialFloW2019-01-231-0/+5
|
* Added ksceKernelAllocHeapMemoryWithOptionTheOfficialFloW2019-01-111-0/+1
|
* Add of some SceKernelUtilsForDriverPrincess of Sleeping2018-12-151-0/+7
|
* Add some functions of SceKernelUtilsForDriver (#350)Princess of Sleeping2018-09-011-0/+3
| | | | | | * Add some functions of SceKernelUtilsForDriver * Add some nid of SceKernelUtilsForDriver
* Add ksceSblAimgrGetTargetId nidPrincess of Sleeping2018-08-181-0/+1
|
* Update SceDebug (#338)CelesteBlue-dev2018-08-111-0/+4
| | | Update SceDebug
* Update SceSysmemSergi Granell2018-08-021-0/+5
|
* Fix 0x50FE3B4D from ksceSysrootIsManufacturingMode to ↵CelesteBlue-dev2018-06-291-1/+1
| | | | | ksceSysrootUseInternalStorage Thanks to SKGleba
* Add SBL NIDs (#328)Sergi Granell2018-06-211-0/+2
|
* Readded NIDs to databaseTheOfficialFloW2018-02-171-0/+3
|
* Added inline ksceKernelCpuUnrestrictedMemcpy because this doesn't exist in ↵TheOfficialFloW2018-02-171-3/+0
| | | | newer FWs
* Add Cpu and Sysmem NIDs (#293)Sergi Granell2018-02-141-0/+9
| | | | * Add Cpu and Sysmem NIDs
* Add ksceKernelFindClassByName, update SceClassSergi Granell2017-12-031-0/+1
|
* Add ksceKernelCpuGetCpuId NIDSergi Granell2017-11-301-0/+1
|
* Added more SceSysclibForDriver NIDsTheOfficialFloW2017-11-121-0/+7
|
* Add ksceKernelGetMemBlockTypeSergi Granell2017-11-081-0/+1
|
* strlen -> strnlenTheOfficialFloW2017-10-311-1/+1
|
* Added some new nidsTheOfficialFloW2017-10-281-0/+12
|
* Added some SceSysclibForDriver NIDsTheOfficialFloW2017-10-261-0/+3
|
* Add more NIDs, update udcd.hSergi Granell2017-10-251-0/+1
|
* Remove stray NIDsSergi Granell2017-10-241-8/+0
|
* Const correctness in psp2kern/kernel/cpu.hSergi Granell2017-10-241-0/+8
|
* Added PowerVR nidsTheOfficialFloW2017-10-141-0/+1
|
* Use real names of SysEventTheOfficialFloW2017-09-111-3/+3
| | | The original name of the nid is found in SceHid.
* Removed wrong NIDTheOfficialFloW2017-09-081-1/+0
|
* Add more pervasive and syscon NIDs, fix Sysroot and Sysbase NIDsSergi Granell2017-08-091-1/+2
|
* Add more SceDebugForKernel NIDsSergi Granell2017-07-111-0/+3
|
* ksceDebugPrintf2 (unknow name) and definitioncpasjuste2017-06-221-0/+1
|
* change SceDebugForDriver printf naming and add definitioncpasjuste2017-06-221-1/+1
|