summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed vshIdStorageXXXXLeaf functionPrincess of Sleeping2019-09-251-4/+10
|
* Merge pull request #414 from Princess-of-Sleeping/masterSunguk Lee2019-08-201-1/+1
|\ | | | | fixed ksceKernelSearchModuleByName
| * fixed ksceKernelSearchModuleByNamePrincess of Sleeping2019-07-231-1/+1
| |
* | Partially revert https://github.com/vitasdk/vita-headers/pull/410devnoname1202019-08-043-144/+144
|\ \ | |/ |/| This pull request introduced some breaking changes.
| * db: Partial revert SceFios2User partSunguk Lee2019-08-042-13/+13
| | | | | | | | move to SceFios2 from SceDriverUser
| * db: Partial revert SceAppMgrForDriver partSunguk Lee2019-08-042-131/+131
|/ | | | move to SceAppMgr from SceDriverUser
* Add _sceAppMgrGetRawPath(OfApp0ByAppIdForShell)devnoname1202019-07-201-0/+21
|
* Update vshbridge.hBluzume2019-07-171-0/+2
|
* add kscePowerSetCallbackStateBluzume2019-07-171-0/+1
| | | | | - add kscePowerSetCallbackEnabled - Change to kscePowerSetCallbackState
* Return some libraries to wrong export to fix build errorsPrincess of Sleeping2019-07-174-79/+83
| | | | | | - SceRtcUser - SceDisplayUser - SceMotion
* Fixed some function names and sorted alphabeticallyPrincess of Sleeping2019-07-178-260/+259
|
* Fix wrong ksceKernelGetModuleList2 (#373)Princess of Sleeping2019-07-021-31/+56
| | | | | | | | | | * Fix wrong ksceKernelGetModuleList2 * Update modulemgr.h * Update modulemgr.h * change the formatting
* psp2: Add sceKernelUnlockLwMutex2Nick Renieris2019-06-071-0/+1
|
* Merge pull request #406 from KuromeSan/patch-4Sunguk Lee2019-04-291-0/+8
|\ | | | | Add SceLibMono & mono_security_enable_core_clr
| * Add SceLibMono & mono_security_enable_core_clrBluzume2019-04-261-0/+8
|/ | | Name was found by looking for the same function in Mono src code .
* db: Fix more duplicated NIDsSunguk Lee2019-03-235-27/+27
| | | | 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 SCE_SYSMODULE_INTERNAL_VIDEO_EXPORT enumTheOfficialFloW2019-02-271-0/+1
|
* Changed sceDisplayGetProcFrameBufInternal headerTheOfficialFloW2019-02-241-1/+1
|
* Use bruteforced nameTheOfficialFloW2019-02-241-1/+1
| | | Real name of 0x3BC165EF is ksceDisplayGetProcFrameBufInternal. Found by using nidattack.
* Added ksceKernelSysrootCheckModelCapabilityTheOfficialFloW2019-02-231-0/+1
|
* 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
|/