Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sceGUIDSet{,Name} | Reiko Asakura | 2021-08-28 | 1 | -1/+2 |
| | | | | Names from 0.990 prototype sysmem.elf. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 1 | -25/+25 |
| | | | | These names are inferred from canon names found in debug strings. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 1 | -4/+4 |
| | | | | Names from 3.60 devkit sysmem.elf. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 1 | -2/+2 |
| | | | | Names from 0.990 prototype threadmgr.elf. | ||||
* | Update names in SceSysmemForDriver/Kernel | Reiko Asakura | 2021-08-28 | 1 | -2/+2 |
| | | | | From 0.990 prototype deci4p_dbgp.elf. | ||||
* | Update names in SceSysmemForDriver | Reiko Asakura | 2021-08-28 | 1 | -24/+24 |
| | | | | Names are from 0.990 prototype sysmem.elf. | ||||
* | Fix name in SceSysmem | GrapheneCt | 2021-07-08 | 1 | -1/+1 |
| | | | | Name from devkit 1.66 | ||||
* | Update name, doc, prototype in sblaimgr.h | Princess of Sleeping | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Add functions in SceDebugFor{Driver,Kernel} | Princess of Sleeping | 2020-10-31 | 1 | -0/+2 |
| | |||||
* | Add function prototypes in sysroot.h | Princess of Sleeping | 2020-10-31 | 1 | -0/+2 |
| | |||||
* | Fix name for sceSysrootGetHardwareFlags | Princess of Sleeping | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | Add and fix names in SceSysrootForKernel | Reiko Asakura | 2021-03-12 | 1 | -1/+13 |
| | | | | Names from 0.940 prototype sysmem.skprx | ||||
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 1 | -0/+1 |
| | |||||
* | Remove duplicate exports | Reiko Asakura | 2021-03-10 | 1 | -2/+0 |
| | |||||
* | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2021-03-05 | 1 | -2/+2 |
| | | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel. | ||||
* | Add kernel net function NIDs | Reiko Asakura | 2021-03-03 | 1 | -0/+4 |
| | | | | | | | | | | | | From 0.940 bt.skprx: sceNetDriverAttach sceNetGatewayAttach From 0.990 deci4p_dbgp.skprx: sceNetDebugAttach sceNetDebugDetach | ||||
* | Move functions to correct library | Reiko Asakura | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | Remove functions for old firmware versions | Reiko Asakura | 2020-09-21 | 1 | -2/+0 |
| | |||||
* | Merge Vitasdk | Reiko Asakura | 2020-09-14 | 1 | -2/+0 |
|\ | |||||
| * | Remove non-existing nid entry for SceCpu | Princess of Sleeping | 2020-08-10 | 1 | -2/+0 |
| | | |||||
* | | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -3/+3 |
| | | |||||
* | | Add all remaining NIDs in SceSysclibForDriver | Reiko Asakura | 2020-07-25 | 1 | -2/+12 |
| | | |||||
* | | Add names for NIDs in SceSysclibForDriver | Reiko Asakura | 2020-04-22 | 1 | -0/+12 |
| | | |||||
* | | Add ksceDebugVprintf | Reiko Asakura | 2020-03-24 | 1 | -0/+1 |
|/ | |||||
* | Fixed some function names and sorted alphabetically | Princess of Sleeping | 2019-07-17 | 1 | -7/+32 |
| | |||||
* | db: Fix more duplicated NIDs | Sunguk Lee | 2019-03-23 | 1 | -1/+1 |
| | | | | just add `2` postfix into name | ||||
* | psp2kern: Add postfix `2` into ksceKernelCreateUidObj(for driver) | Sunguk Lee | 2019-03-22 | 1 | -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 ksceKernelSysrootCheckModelCapability | TheOfficialFloW | 2019-02-23 | 1 | -0/+1 |
| | |||||
* | correct ksceKernelSysrootSetProcessHandler library | Davee | 2019-02-18 | 1 | -1/+1 |
| | | | | should be part of SceSysrootForDriver instead. | ||||
* | add ksceKernelSysrootSetProcessHandler | Davee | 2019-02-17 | 1 | -0/+1 |
| | |||||
* | Misc manual changes on db.yml | devnoname120 | 2019-02-02 | 1 | -10/+0 |
| | |||||
* | Import NIDs from https://wiki.henkaku.xyz | devnoname120 | 2019-01-31 | 1 | -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 ksceKernelSysrootGetSystemSwVersion | devnoname120 | 2019-01-28 | 1 | -0/+4 |
| | | | This returns the real version of the system, even if Henkaku spoofing is enabled. | ||||
* | Added new NIDs found in debug strings | TheOfficialFloW | 2019-01-23 | 1 | -0/+5 |
| | |||||
* | Added ksceKernelAllocHeapMemoryWithOption | TheOfficialFloW | 2019-01-11 | 1 | -0/+1 |
| | |||||
* | Add of some SceKernelUtilsForDriver | Princess of Sleeping | 2018-12-15 | 1 | -0/+7 |
| | |||||
* | Add some functions of SceKernelUtilsForDriver (#350) | Princess of Sleeping | 2018-09-01 | 1 | -0/+3 |
| | | | | | | * Add some functions of SceKernelUtilsForDriver * Add some nid of SceKernelUtilsForDriver | ||||
* | Add ksceSblAimgrGetTargetId nid | Princess of Sleeping | 2018-08-18 | 1 | -0/+1 |
| | |||||
* | Update SceDebug (#338) | CelesteBlue-dev | 2018-08-11 | 1 | -0/+4 |
| | | | Update SceDebug | ||||
* | Update SceSysmem | Sergi Granell | 2018-08-02 | 1 | -0/+5 |
| | |||||
* | Fix 0x50FE3B4D from ksceSysrootIsManufacturingMode to ↵ | CelesteBlue-dev | 2018-06-29 | 1 | -1/+1 |
| | | | | | ksceSysrootUseInternalStorage Thanks to SKGleba | ||||
* | Add SBL NIDs (#328) | Sergi Granell | 2018-06-21 | 1 | -0/+2 |
| | |||||
* | Readded NIDs to database | TheOfficialFloW | 2018-02-17 | 1 | -0/+3 |
| | |||||
* | Added inline ksceKernelCpuUnrestrictedMemcpy because this doesn't exist in ↵ | TheOfficialFloW | 2018-02-17 | 1 | -3/+0 |
| | | | | newer FWs | ||||
* | Add Cpu and Sysmem NIDs (#293) | Sergi Granell | 2018-02-14 | 1 | -0/+9 |
| | | | | * Add Cpu and Sysmem NIDs | ||||
* | Add ksceKernelFindClassByName, update SceClass | Sergi Granell | 2017-12-03 | 1 | -0/+1 |
| | |||||
* | Add ksceKernelCpuGetCpuId NID | Sergi Granell | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | Added more SceSysclibForDriver NIDs | TheOfficialFloW | 2017-11-12 | 1 | -0/+7 |
| | |||||
* | Add ksceKernelGetMemBlockType | Sergi Granell | 2017-11-08 | 1 | -0/+1 |
| | |||||
* | strlen -> strnlen | TheOfficialFloW | 2017-10-31 | 1 | -1/+1 |
| |