Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some sblauthmgr functions (#141) | Yifan Lu | 2017-02-24 | 3 | -0/+31 |
| | | | | Added some sblauthmgr functions Added ksceKernelGetPaddr to headers | ||||
* | Merge pull request #127 from TheOfficialFloW/master | Sunguk Lee | 2017-02-18 | 2 | -10/+10 |
|\ | | | | | Rename ksceKernelMemPool* functions | ||||
| * | Rename ksceKernelMemPool* functions | TheOfficialFloW | 2017-02-07 | 2 | -10/+10 |
| | | |||||
* | | Add ksceUsbdGetDescriptor | Sergi Granell | 2017-02-16 | 2 | -6/+18 |
| | | |||||
* | | Update psp2kern/usbd.h | Sergi Granell | 2017-02-16 | 2 | -5/+8 |
| | | |||||
* | | Even more cache NIDs | Sergi Granell | 2017-02-16 | 2 | -0/+24 |
| | | |||||
* | | Add more cache NIDs | Sergi Granell | 2017-02-16 | 3 | -5/+36 |
| | | |||||
* | | Add more SceThreadmgrForDriver NIDs | Sergi Granell | 2017-02-14 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #140 from TheOfficialFloW/master | Sergi Granell | 2017-02-14 | 1 | -0/+31 |
|\ \ | | | | | | | Added SceThreadmgrForDriver nids | ||||
| * | | Removed ksceKernelChangeThreadPriority2 | TheOfficialFloW | 2017-02-14 | 1 | -1/+0 |
| | | | |||||
| * | | Added SceThreadmgrForDriver nids | TheOfficialFloW | 2017-02-14 | 1 | -0/+32 |
| | | | |||||
* | | | Merge pull request #139 from TheOfficialFloW/master | Sunguk Lee | 2017-02-14 | 6 | -0/+53 |
|\| | | | | | | | | Added many nids found in vsh | ||||
| * | | Added many nids found in vsh | TheOfficialFloW | 2017-02-14 | 6 | -0/+53 |
|/ / | |||||
* | | Fix ScePower NID | Sergi Granell | 2017-02-14 | 1 | -1/+5 |
| | | | | | | | | Add SceLedForDriver NID | ||||
* | | Merge pull request #138 from TheOfficialFloW/master | Sergi Granell | 2017-02-14 | 10 | -1/+72 |
|\ \ | | | | | | | A cleaner PR | ||||
| * | | Added missing definitions for VitaShell | TheOfficialFloW | 2017-02-14 | 2 | -0/+10 |
| | | | |||||
| * | | 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 ksceSysconCmdSync NID | ||||
* | | Merge pull request #137 from xerpi/master | Sergi Granell | 2017-02-13 | 2 | -0/+83 |
|\ \ | | | | | | | Add some SceKernelIntrMgr NIDs | ||||
| * | | Add ksceKernelDisableSubIntr NID | Sergi Granell | 2017-02-13 | 2 | -0/+2 |
| | | | |||||
| * | | Add ksceKernelEnableSubIntr NID | Sergi Granell | 2017-02-13 | 2 | -2/+4 |
| | | | |||||
| * | | Add some intrmgr subintr NIDs | Sergi Granell | 2017-02-13 | 2 | -3/+7 |
| | | | |||||
| * | | psp2kern/kernel/intrmgr.h definitions renaming | Sergi Granell | 2017-02-13 | 1 | -11/+11 |
| | | | |||||
| * | | Add psp2kern/kernel/intrmgr.h | Sergi Granell | 2017-02-13 | 1 | -0/+56 |
| | | | |||||
| * | | 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 | 2 | -16/+25 |
|\ \ | | | | | | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs | ||||
| * | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs | Sergi Granell | 2017-02-10 | 2 | -16/+25 |
| | | | | | | | | | | | | Update include/psp2kern/kernel/cpu.h | ||||
* | | | Rename argument of scePromoterUtilityDeletePkg | Sunguk Lee | 2017-02-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 | ||||
* | | | Merge pull request #133 from vitasdk/mit | Sunguk Lee | 2017-02-11 | 4 | -8/+1 |
|\ \ \ | | | | | | | | | Switch license to MIT | ||||
| * | | | Switch license to MIT | devnoname120 | 2017-02-10 | 4 | -8/+1 |
| | | | | | | | | | | | | | | | | Close #104 | ||||
* | | | | Update db.yml (#134) | TheOfficialFloW | 2017-02-11 | 3 | -8/+23 |
| |/ / |/| | | |||||
* | | | Updated SceUsbdDriver struct | TheOfficialFloW | 2017-02-10 | 1 | -3/+3 |
|/ / | |||||
* | | Added many SceSysrootForKernel functions | TheOfficialFloW | 2017-02-09 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #132 from xerpi/SceDisplayForDriver | Francisco José García García | 2017-02-09 | 2 | -0/+95 |
|\ \ | | | | | | | Add some SceDisplayForDriver NIDs | ||||
| * | | Add some SceDisplayForDriver NIDs | Sergi Granell | 2017-02-09 | 2 | -0/+95 |
|/ / | | | | | | | Add psp2kern/display.h | ||||
* | | Update psp2/usbd.h | Sergi Granell | 2017-02-08 | 1 | -3/+3 |
| | | |||||
* | | More psp2/usbd.h changes (#131) | Sergi Granell | 2017-02-08 | 1 | -22/+40 |
| | | |||||
* | | Update psp2/usbd.h (#128) | Sergi Granell | 2017-02-08 | 3 | -7/+74 |
| | | | | | | | | Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h | ||||
* | | Added more SceUsbdForUser NIDs | Sergi Granell | 2017-02-08 | 2 | -0/+58 |
| | | | | | | | | Add initial psp2/usbd.h | ||||
* | | Add SceUsbdForUser NIDs | Sergi Granell | 2017-02-08 | 1 | -0/+28 |
|/ | |||||
* | Add psp2kern/kernel/suspend.h | Sergi Granell | 2017-02-02 | 1 | -0/+35 |
| | |||||
* | Added two more kernel nids | TheOfficialFloW | 2017-01-21 | 1 | -0/+2 |
| | |||||
* | Fix sceKernelCreateCond example | Sergi Granell | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Add Condition variables prototypes | Sergi Granell | 2017-01-14 | 1 | -0/+109 |
| | |||||
* | Added usb nids and headers (#120) | TheOfficialFloW | 2017-01-13 | 4 | -0/+189 |
| | |||||
* | Add SceMtpIfDriver::SceMtpIf NIDs | Sergi Granell | 2017-01-11 | 1 | -0/+22 |
| | |||||
* | Update udcd.h | Sergi Granell | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Update udcd.h | Sergi Granell | 2017-01-06 | 1 | -27/+86 |
| |