| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing ksceUsbdGetEndpointId NID | Sergi Granell | 2017-04-02 | 1 | -0/+1 |
| * | Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDs | Sergi Granell | 2017-04-02 | 1 | -0/+1 |
| * | Add more SceCtrlForDriver NIDs | Sergi Granell | 2017-04-02 | 1 | -0/+4 |
| * | Add more SceCtrl NIDs | Sergi Granell | 2017-04-01 | 1 | -0/+15 |
| * | Add SceMotionDev NIDs | Sergi Granell | 2017-04-02 | 1 | -0/+47 |
| * | Add more SceTouch NIDs | Sergi Granell | 2017-04-01 | 1 | -0/+26 |
| * | Added 3 SceSysclibForDriver NIDs | TheOfficialFloW | 2017-03-10 | 1 | -1/+3 |
| * | Added more SceKernelUtilsForDriver NIDs | TheOfficialFloW | 2017-03-07 | 1 | -1/+20 |
| * | Added some SceKernelUtilsForDriver NIDs | TheOfficialFloW | 2017-03-07 | 1 | -0/+11 |
| * | Added more npdrm nids | TheOfficialFloW | 2017-03-05 | 1 | -0/+22 |
| * | Added SceRegistryMgr nids | TheOfficialFloW | 2017-03-05 | 2 | -31/+91 |
| * | Added SceNpDrmForDriver | TheOfficialFloW | 2017-03-04 | 2 | -9/+28 |
| * | Added ksceKernelGetProcessAuthid | TheOfficialFloW | 2017-03-04 | 1 | -0/+1 |
| * | Added two ScePromoterUtil functions (#147) | TheOfficialFloW | 2017-02-26 | 1 | -0/+2 |
| * | Added some syscalls | TheOfficialFloW | 2017-02-25 | 2 | -0/+8 |
| * | SceDebugForDriver was in the wrong module (#145) | Yifan Lu | 2017-02-25 | 2 | -5/+14 |
| * | Added undocumeted kernel debug flag set | Yifan Lu | 2017-02-24 | 1 | -0/+2 |
| * | Added some sblauthmgr functions (#141) | Yifan Lu | 2017-02-24 | 1 | -0/+11 |
| * | Merge pull request #127 from TheOfficialFloW/master | Sunguk Lee | 2017-02-18 | 1 | -4/+4 |
| |\ | |||||
| | * | Rename ksceKernelMemPool* functions | TheOfficialFloW | 2017-02-07 | 1 | -4/+4 |
| * | | Add ksceUsbdGetDescriptor | Sergi Granell | 2017-02-16 | 1 | -0/+1 |
| * | | Update psp2kern/usbd.h | Sergi Granell | 2017-02-16 | 1 | -0/+1 |
| * | | Even more cache NIDs | Sergi Granell | 2017-02-16 | 1 | -0/+3 |
| * | | Add more cache NIDs | Sergi Granell | 2017-02-16 | 2 | -0/+4 |
| * | | Add more SceThreadmgrForDriver NIDs | Sergi Granell | 2017-02-14 | 1 | -0/+2 |
| * | | Removed ksceKernelChangeThreadPriority2 | TheOfficialFloW | 2017-02-14 | 1 | -1/+0 |
| * | | Added SceThreadmgrForDriver nids | TheOfficialFloW | 2017-02-14 | 1 | -0/+32 |
| * | | Added many nids found in vsh | TheOfficialFloW | 2017-02-14 | 6 | -0/+53 |
| * | | Fix ScePower NID | Sergi Granell | 2017-02-14 | 1 | -1/+5 |
| * | | Added a dozen of nids | TheOfficialFloW | 2017-02-14 | 8 | -1/+62 |
| * | | Add more SceGpioForDriver NIDs | Sergi Granell | 2017-02-14 | 1 | -0/+5 |
| * | | Add ksceGpioQueryIntr NID | Sergi Granell | 2017-02-13 | 1 | -0/+8 |
| * | | Add some kernel semaphores NIDs | Sergi Granell | 2017-02-13 | 2 | -0/+11 |
| * | | Add ksceKernelDisableSubIntr NID | Sergi Granell | 2017-02-13 | 1 | -0/+1 |
| * | | Add ksceKernelEnableSubIntr NID | Sergi Granell | 2017-02-13 | 1 | -0/+1 |
| * | | Add some intrmgr subintr NIDs | Sergi Granell | 2017-02-13 | 1 | -0/+2 |
| * | | Add some SceKernelIntrMgr NIDs | Sergi Granell | 2017-02-13 | 1 | -0/+19 |
| * | | Merge pull request #135 from xerpi/cpu_nids | Sergi Granell | 2017-02-13 | 1 | -5/+6 |
| |\ \ | |||||
| | * | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs | Sergi Granell | 2017-02-10 | 1 | -5/+6 |
| * | | | Update db.yml (#134) | TheOfficialFloW | 2017-02-11 | 3 | -8/+23 |
| |/ / | |||||
| * | | Added many SceSysrootForKernel functions | TheOfficialFloW | 2017-02-09 | 1 | -0/+6 |
| * | | Add some SceDisplayForDriver NIDs | Sergi Granell | 2017-02-09 | 1 | -0/+8 |
| * | | Update psp2/usbd.h (#128) | Sergi Granell | 2017-02-08 | 1 | -1/+5 |
| * | | Added more SceUsbdForUser NIDs | Sergi Granell | 2017-02-08 | 1 | -0/+2 |
| * | | Add SceUsbdForUser NIDs | Sergi Granell | 2017-02-08 | 1 | -0/+28 |
| |/ | |||||
| * | Added two more kernel nids | TheOfficialFloW | 2017-01-21 | 1 | -0/+2 |
| * | Added usb nids and headers (#120) | TheOfficialFloW | 2017-01-13 | 1 | -0/+11 |
| * | Add SceMtpIfDriver::SceMtpIf NIDs | Sergi Granell | 2017-01-11 | 1 | -0/+22 |
| * | Add sceUdcdGetDrvState NID | Sergi Granell | 2017-01-05 | 1 | -0/+1 |
| * | Add more SceUdcd NIDs and defines (thanks to @TheOfficialFloW) | Sergi Granell | 2017-01-05 | 1 | -0/+11 |
