| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ksceKernelExitProcess nid. | Rinnegatamante | 2017-11-28 | 1 | -0/+1 |
* | Remove misleading note (docs) | Robin B | 2017-11-28 | 1 | -1/+0 |
* | Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanups | Sergi Granell | 2017-11-13 | 2 | -193/+200 |
* | Fix psp2kern/types.h include in psp2kern headers | Sergi Granell | 2017-11-13 | 9 | -10/+10 |
* | rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly | Joel16 | 2017-11-13 | 1 | -1/+1 |
* | Added more SceSysclibForDriver NIDs | TheOfficialFloW | 2017-11-12 | 1 | -0/+7 |
* | Add some sceGxm*, sceIo*, sceNet* nids | scribam | 2017-11-13 | 3 | -0/+13 |
* | Added ksceSblACMgrIsSystem | TheOfficialFloW | 2017-11-10 | 1 | -0/+1 |
* | Add more AV codec NIDs | Sergi Granell | 2017-11-10 | 6 | -0/+226 |
* | Add ksceKernelGetMemBlockType | Sergi Granell | 2017-11-08 | 2 | -4/+15 |
* | Bring up SceVshBridge | Joel16 | 2017-11-06 | 1 | -0/+42 |
* | Merge pull request #248 from Rinnegatamante/patch-6 | Francisco José García García | 2017-11-03 | 1 | -0/+1 |
|\ |
|
| * | Added ksceKernelLaunchApp nid. | Rinnegatamante | 2017-11-03 | 1 | -0/+1 |
|/ |
|
* | strlen -> strnlen | TheOfficialFloW | 2017-10-31 | 1 | -1/+1 |
* | Update SceKernelAllocMemBlockAttr | Sergi Granell | 2017-10-30 | 1 | -1/+3 |
* | Merge pull request #246 from xerpi/master | Francisco José García García | 2017-10-29 | 1 | -0/+16 |
|\ |
|
| * | Add some JpegEnc SceAvcodecForDriver NIDs | Sergi Granell | 2017-10-29 | 1 | -0/+16 |
* | | Merge pull request #244 from yne/patch-3 | Francisco José García García | 2017-10-29 | 1 | -10/+7 |
|\ \ |
|
| * | | Various fix/update to modulemgr.h | Rémy F | 2017-10-29 | 1 | -10/+7 |
| |/ |
|
* | | Merge pull request #245 from TheOfficialFloW/master | Sergi Granell | 2017-10-29 | 10 | -1/+75 |
|\ \
| |/
|/| |
|
| * | Added some new nids | TheOfficialFloW | 2017-10-29 | 4 | -1/+35 |
| * | Added some new nids | TheOfficialFloW | 2017-10-28 | 7 | -0/+40 |
|/ |
|
* | Add more SceKernelAllocMemBlockAttr info | Sergi Granell | 2017-10-27 | 1 | -21/+24 |
* | Add more docs to psp2kern/kernel/sysmem.h | Sergi Granell | 2017-10-27 | 1 | -4/+21 |
* | Update psp2kern/kernel/sysmem.h | Sergi Granell | 2017-10-27 | 1 | -46/+81 |
* | Add ksceDisplayGetFrameBufInfoForPid NID and prototype | Sergi Granell | 2017-10-27 | 2 | -0/+28 |
* | Fix Display functions naming | Sergi Granell | 2017-10-26 | 3 | -28/+39 |
* | Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHead | Sergi Granell | 2017-10-26 | 3 | -3/+9 |
* | Added some SceSysclibForDriver NIDs | TheOfficialFloW | 2017-10-26 | 1 | -0/+3 |
* | More SceDisplay NIDs, update psp2/display.h | Sergi Granell | 2017-10-26 | 3 | -1/+26 |
* | Even more SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 2 | -0/+16 |
* | More SceDisplayForDriver NIDs, Update pspkern/display.h | Sergi Granell | 2017-10-26 | 2 | -1/+37 |
* | More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.h | Sergi Granell | 2017-10-26 | 5 | -4/+97 |
* | Update SceUdcdDriver | Sergi Granell | 2017-10-26 | 1 | -3/+3 |
* | Update UDCD | Sergi Granell | 2017-10-25 | 1 | -2/+2 |
* | Add more NIDs, update udcd.h | Sergi Granell | 2017-10-25 | 3 | -8/+20 |
* | Fix typo | Francisco José García García | 2017-10-26 | 1 | -1/+1 |
* | Revert "Update modules NIDs" | xyzz | 2017-10-25 | 14 | -27/+27 |
* | Remove stray NIDs | Sergi Granell | 2017-10-24 | 7 | -99/+0 |
* | Const correctness in psp2kern/kernel/cpu.h | Sergi Granell | 2017-10-24 | 8 | -8/+107 |
* | Merge pull request #242 from TheOfficialFloW/master | Francisco José García García | 2017-10-14 | 3 | -0/+33 |
|\ |
|
| * | Added PowerVR nids | TheOfficialFloW | 2017-10-14 | 3 | -0/+33 |
|/ |
|
* | Missing commas. | Rinnegatamante | 2017-10-14 | 1 | -12/+12 |
* | psp2kern/udcd.h: fix a broken header | xyzz | 2017-10-13 | 1 | -10/+10 |
* | Update modules NIDs | CelesteBlue-dev | 2017-10-09 | 14 | -27/+27 |
* | Merge pull request #227 from Rinnegatamante/kern_anon | Sunguk Lee | 2017-10-09 | 15 | -1180/+958 |
|\ |
|
| * | Hexa -> uppercase | devnoname120 | 2017-10-08 | 5 | -288/+288 |
| * | Using upper case chars. | Rinnegatamante | 2017-10-06 | 1 | -4/+4 |
| * | Fix identation. | Rinnegatamante | 2017-10-06 | 1 | -1/+1 |
| * | Using Doxygen comment. | Rinnegatamante | 2017-10-06 | 1 | -1/+1 |