summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ksceAppMgrDestroyOtherAppByPidTheOfficialFloW2019-02-191-0/+1
|
* Merge pull request #393 from d3m3vilurr/rename-aesSunguk Lee2019-02-181-14/+14
|\ | | | | db: Rename hash functions
| * db: Change non-portability hash function's postfixSunguk Lee2019-02-151-2/+2
| | | | | | | | `WithKeygen` to `NP`
| * db: Rename hash functionsSunguk Lee2019-02-151-14/+14
| | | | | | | | | | all applied camelCase it also fixed typo `ksceSblDmac5AEsCbcDec`
* | correct ksceKernelSysrootSetProcessHandler libraryDavee2019-02-181-1/+1
| | | | | | | | should be part of SceSysrootForDriver instead.
* | add ksceAppMgrLaunchAppByPath headerDavee2019-02-181-0/+31
| |
* | add missing status param to ksceKernelSuspendProcessDavee2019-02-181-1/+2
| |
* | add ksceKernelSysrootSetProcessHandlerDavee2019-02-172-0/+27
|/
* Add for kernel MsgPipesDavee2019-02-132-0/+107
|
* Merge pull request #388 from scribam/scegxm-enumsSunguk Lee2019-02-092-2/+10
|\ | | | | Add/Update some enums and structs
| * Add SCE_SYSMODULE_GAME_UPDATEscribam2019-02-091-0/+1
| |
| * Add error codesscribam2019-02-091-1/+2
| |
| * Update SceAppMgrAppStatescribam2019-02-091-1/+7
|/
* Merge pull request #390 from vitasdk/import-nidsdevnoname1202019-02-0243-1/+1068
|\ | | | | Import NIDs from misc locations
| * Misc manual changes on db.ymldevnoname1202019-02-024-19/+4
| |
| * Import NIDs from https://wiki.henkaku.xyzdevnoname1202019-01-3131-1/+624
| | | | | | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
| * Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1202019-01-3120-0/+459
|/
* Add ksceKernelGetMutexInfo_089 (#389)Alex James2019-01-292-0/+11
| | | | | | | | * Add ksceKernelGetMutexInfo_089 https://wiki.henkaku.xyz/vita/SceKernelThreadMgr#sceKernelGetMutexInfo_089ForDriver * Remove _089 suffix for kscekernelGetMutexInfo
* Change function name in psp2kern/syscon.hSunguk Lee2019-01-281-2/+2
| | | | | just fix wrong function name since 21ffa306d (db.yml was changed) it will fix broken CI, but documents is still wrong
* Add ksceKernelSysrootGetSystemSwVersiondevnoname1202019-01-281-0/+4
| | | This returns the real version of the system, even if Henkaku spoofing is enabled.
* Added SceSysconForDriver NIDsTheOfficialFloW2019-01-241-4/+28
| | | Found in debug strings
* Added new NIDs found in debug stringsTheOfficialFloW2019-01-237-6/+18
|
* Added ksceKernelAllocHeapMemoryWithOptionTheOfficialFloW2019-01-111-0/+1
|
* Added two SceModulemgrForKernel NIDsTheOfficialFloW2019-01-101-0/+2
| | | Found in debug strings in old FW.
* Merge pull request #386 from xerpi/lcdSergi Granell2019-01-081-0/+15
|\ | | | | Add some SceLcd NIDs
| * Add some SceLcd NIDsSergi Granell2019-01-081-0/+15
|/
* Add ksceSblACMgrIsAllowedUsbSerial to db.yml (#384)Bluzume2019-01-081-0/+1
| | | | | | * Update db.yml * Update db.yml
* Merge pull request #385 from xerpi/masterSergi Granell2019-01-072-5/+5
|\ | | | | Minor UDCD fixes
| * Minor UDCD fixesSergi Granell2019-01-062-5/+5
|/
* Fix SceSdif duplicate functions (#383)CelesteBlue-dev2018-12-281-6/+0
|
* Update SceSdif according to wiki (#382)CelesteBlue-dev2018-12-271-4/+10
| | | | * Update SceSdif according to wiki
* Add some SceSdif NIDs (#377)Alex James2018-12-241-0/+20
| | | | | | Taken from psvgamesd: https://github.com/motoharu-gosuto/psvgamesd/blob/bbfd3f6b4d822d263738e4328556f8b284aecb2d/driver/extra.yml For 3.65, the SceSdif NID is 0x285023ED instead of 0x2E7C52F7 (the SceSdifForDriver NIDs are unchanged).
* Update SceRtc (#378)CelesteBlue-dev2018-12-231-0/+33
|
* Add ksceKernelLaunchApp in processmgr.h (#375)CelesteBlue-dev2018-12-191-0/+10
|
* Update SceNetPs (#376)CelesteBlue-dev2018-12-193-6/+43
| | | Update SceNetPs, net_syscalls.h, net.h
* Merge pull request #372 from Princess-of-Sleeping/masterRémy F2018-12-155-8/+180
|\ | | | | update vita-headers
| * Update sysmem.hPrincess of Sleeping2018-12-151-0/+2
| |
| * Update vshbridge.hPrincess of Sleeping2018-12-151-6/+21
| |
| * Create idstorage.hPrincess of Sleeping2018-12-151-0/+24
| |
| * Update utils.hPrincess of Sleeping2018-12-151-2/+126
| |
| * Add of some SceKernelUtilsForDriverPrincess of Sleeping2018-12-151-0/+7
|/
* Add of some SceModulemgrForKernel (#369)Princess of Sleeping2018-12-102-2/+84
| | | | | * Add nid of some SceModulemgrForKernel * Add function of some SceModulemgrForKernel * Update modulemgr.h
* Merge pull request #368 from Princess-of-Sleeping/masterSunguk Lee2018-11-303-0/+22
|\ | | | | Add ksceNetConnect and sceNetConnectForSyscalls
| * Add net_syscalls.h and sceNetConnectForSyscallsPrincess of Sleeping2018-11-191-0/+16
| |
| * Add ksceNetConnectPrincess of Sleeping2018-11-191-0/+1
| |
| * Add ksceNetConnect and sceNetConnectForSyscallsPrincess of Sleeping2018-11-191-0/+5
|/
* appmgr: add some const keywordsdevnoname1202018-11-141-11/+11
|
* Merge pull request #367 from Princess-of-Sleeping/masterSunguk Lee2018-11-101-0/+1
|\ | | | | Add ksceIdStorageEnumId nid
| * Add ksceIdStorageEnumId nidPrincess of Sleeping2018-11-091-0/+1
|/
* add ksceKernelSuspendProcessDavee2018-11-032-0/+8
|