summaryrefslogtreecommitdiff
path: root/include/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation2017-06-301-1/+1
|
* fix SCE_EVENT_WAITMULTIPLE (#205)David2017-06-251-1/+1
|
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-251-0/+10
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Refactor sceIo headers. (#204)Rinnegatamante2017-06-251-4/+4
| | | | | | | | | | | | * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
* Sort enum values of ctrl.hSunguk Lee2017-06-231-21/+21
|
* ksceDebugPrintf2 (unknow name) and definitioncpasjuste2017-06-221-0/+2
|
* change SceDebugForDriver printf naming and add definitioncpasjuste2017-06-221-0/+2
|
* Added two more enums buttons in kernel! (#195)David Nuñez2017-06-221-1/+3
| | | | | | | | * Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120.
* Manually revert #179 changesSunguk Lee2017-06-211-4/+4
| | | | | | | | | - revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces
* Added new NIDsTheOfficialFloW2017-06-151-0/+3
|
* Merge pull request #185 from joel16/masterSergi Granell2017-06-151-0/+84
|\ | | | | Add SceRegMgrForDriver functions
| * Add SceRegMgrForDriver functionsJoel162017-06-141-0/+84
| |
* | Add UART, syscon, I2C nids. Add I2C header.Sergi Granell2017-06-151-0/+39
|/
* Removed next entryTheOfficialFloW2017-06-141-2/+1
|
* Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee2017-06-121-0/+28
| | | | | - add nid - declare function prototype and param structure
* Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1202017-06-021-2/+4
| | | | | | | | * Fix ksceNetSend() and ksceNetRecv() These functions don't exist in Kernel. A #define have been added to make them work. * Remove non-existing ksceNet functions
* Added dmac functions (#173)TheOfficialFloW2017-05-141-0/+34
| | | Added dmac functions
* Added new function: ksceKernelStartModuleForPidYifan Lu2017-05-131-0/+1
|
* Added sysmem uid object reference counting functionsYifan Lu2017-05-131-0/+38
| | | | | Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode
* Update usbd.hYifan Lu2017-05-041-1/+1
| | | Argument 1 was wrong
* Added missing typedef breaking vitasdkkern.hRinnegatamante2017-04-261-1/+1
| | | Added missing typedef breaking vitasdkkern.h
* Added missing kernel IO headers. (#160)Rinnegatamante2017-04-111-0/+33
| | | | | * Added missing kernel IO headers. Added missing kernel IO headers.
* Typedef udcd structuresSergi Granell2017-04-101-55/+69
|
* Fix UDCD error codeSergi Granell2017-04-101-1/+1
|
* Add GPIO header and more NIDs (#158)Sergi Granell2017-04-102-0/+62
| | | | | | | | | | * Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs
* Revert "Update ctrl.h (#155)"Sunguk Lee2017-04-101-26/+0
| | | | This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
* Update ctrl.h (#155)rereprep2017-04-091-0/+26
|
* Add ksceUsbdInterruptTransfer NIDSergi Granell2017-04-021-0/+6
|
* Add ksceUsbdCloseEndpointSergi Granell2017-04-021-1/+6
|
* Add ksceUsbdGetEndpointId and ksceUsbdControlTransfer NIDsSergi Granell2017-04-021-0/+26
|
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-285-17/+17
| | | | | | | | * Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
* Added ksceKernelRemapBlock to headersYifan Lu2017-02-241-0/+10
|
* Added some sblauthmgr functions (#141)Yifan Lu2017-02-242-0/+20
| | | | Added some sblauthmgr functions Added ksceKernelGetPaddr to headers
* Merge pull request #127 from TheOfficialFloW/masterSunguk Lee2017-02-181-6/+6
|\ | | | | Rename ksceKernelMemPool* functions
| * Rename ksceKernelMemPool* functionsTheOfficialFloW2017-02-071-6/+6
| |
* | Add ksceUsbdGetDescriptorSergi Granell2017-02-161-6/+17
| |
* | Update psp2kern/usbd.hSergi Granell2017-02-161-5/+7
| |
* | Even more cache NIDsSergi Granell2017-02-161-0/+21
| |
* | Add more cache NIDsSergi Granell2017-02-161-5/+32
| |
* | Add ksceKernelDisableSubIntr NIDSergi Granell2017-02-131-0/+1
| |
* | Add ksceKernelEnableSubIntr NIDSergi Granell2017-02-131-2/+3
| |
* | Add some intrmgr subintr NIDsSergi Granell2017-02-131-3/+5
| |
* | psp2kern/kernel/intrmgr.h definitions renamingSergi Granell2017-02-131-11/+11
| |
* | Add psp2kern/kernel/intrmgr.hSergi Granell2017-02-131-0/+56
| |
* | Merge pull request #135 from xerpi/cpu_nidsSergi Granell2017-02-131-11/+19
|\ \ | | | | | | Add more/fix SceCpuForKernel and SceCpuForDriver NIDs
| * | Add more/fix SceCpuForKernel and SceCpuForDriver NIDsSergi Granell2017-02-101-11/+19
| | | | | | | | | | | | Update include/psp2kern/kernel/cpu.h
* | | Merge pull request #133 from vitasdk/mitSunguk Lee2017-02-112-3/+0
|\ \ \ | |/ / |/| | Switch license to MIT
| * | Switch license to MITdevnoname1202017-02-102-3/+0
| | | | | | | | | | | | Close #104
* | | Updated SceUsbdDriver structTheOfficialFloW2017-02-101-3/+3
|/ /
* | Add some SceDisplayForDriver NIDsSergi Granell2017-02-091-0/+87
| | | | | | | | Add psp2kern/display.h