summaryrefslogtreecommitdiff
path: root/include/user/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SceKernelAllocMemBlockOptInternalReiko Asakura2020-11-211-0/+10
|
* Add memblock.hReiko Asakura2020-10-102-79/+267
|
* Fix param type error in kernel/iofilemgr/syscall.hReiko Asakura2020-10-011-11/+11
|
* Add SceKernelForMono functionsGrapheneCt2020-09-181-0/+28
| | | | Credits: Graphene
* Indent with tabs instead of spacesReiko Asakura2020-09-182-45/+45
|
* Merge VitasdkReiko Asakura2020-09-141-0/+23
|\
| * Add sceKernelWaitSignal and sceKernelSendSignal (#462)Sunho Kim2020-08-031-0/+23
| | | | | | | | | | | | | | * Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h
* | Add noreturn attribute to sceClibAbortReiko Asakura2020-09-141-0/+1
| |
* | Add thread related function and typesGrapheneCt2020-09-051-7/+15
| | | | | | | | Credits: Graphene
* | Add const qualifier and attributeReiko Asakura2020-09-021-0/+5
| |
* | Add prototype for sceClibStrtollReiko Asakura2020-09-011-0/+2
| |
* | Merge VitasdkReiko Asakura2020-07-245-14/+29
|\|
| * Update vshbridge and modulemgr (#457)Itai Levin2020-07-161-0/+7
| | | | | | Update vshbridge and modulemgr documentation
| * Update modulemgr structs (#453)Princess of Sleeping2020-06-291-1/+7
| | | | | | | | | | | | | | | | | | * Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum
| * Fix many args (#451)Princess of Sleeping2020-06-265-21/+23
| | | | | | Changes document and variable types
* | Add SceIofilemgr function prototypesReiko Asakura2020-07-231-0/+79
| |
* | Put common IO definitions into psp2commonReiko Asakura2020-07-234-104/+5
| |
* | Add thread event functions for kernelReiko Asakura2020-07-231-2/+0
| |
* | Add {,k}sceIo{Io,Dev}ctlAsync prototypesReiko Asakura2020-07-231-0/+38
| |
* | Add all prototypes for SceClibMspace functionsReiko Asakura2020-07-221-3/+29
| |
* | Add async IO functions for userlandGrapheneCt2020-07-214-1/+401
| | | | | | | | All credits go to https://github.com/GrapheneCt/
* | Refactor userland SceIofilemgr headersReiko Asakura2020-07-213-0/+442
| |
* | MergeReiko Asakura2020-07-053-380/+807
|\ \
| * | Add threadmgr constants and prototypesReiko Asakura2020-07-052-372/+804
| | |
| * | Add kernel constants headerReiko Asakura2020-07-052-3/+1
| | |
| * | Add types headersReiko Asakura2020-07-052-7/+4
| | |
* | | Merge VitasdkReiko Asakura2020-06-231-24/+25
|\ \ \ | |/ / |/| |
| * | Revert vitasdk commitsReiko Asakura2020-06-231-10/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Added sceAppMgrGetBudgetInfo prototype." This reverts commit 8fa5c1fd177b7f921ee809cea04099d3c7e25933. Revert "Added sceSharedFB group in doxygen doc." This reverts commit 70876044c82f8320eaa8c2da6b8af61b48625b18. Revert "Fix for incorrect sceGxmGetRenderTargetMemSize prototype." This reverts commit 361b2153c3ffee8aa4a022a41541391b6465d9fd. Revert "Added sceAVConfigSetDisplayColorSpaceMode prototype (#444)" This reverts commit 3a130e9ab8a981316dbd3d03abccf0a651baabe1. Revert "Added sceSharedFb prototypes." This reverts commit fe1adba231c35f60c0c54ed63bc52d9c25520bc5. Revert "tabification." This reverts commit 537864dfd836390810a0fc5b91256507f3459398. Revert "Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags" This reverts commit eaeaa78e3890aa5ebf12ff88c2f57a08cfda9a51. Revert "Added sceGxmVshInitialize reference." This reverts commit dafa6f1c3a58a2ea9af8008edef4d4c6168c2f90.
| * Update modulemgr (#434)Princess of Sleeping2020-06-181-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update SceKernelModuleInfo and SceKernelSegmentInfo * update SceKernelModuleInfo and SceKernelSegmentInfo * fix wrong name of modulemgr nid * fix SceKernelModuleName * fix wrong function and wrong struct * fix sort * update SceKernelModuleInfo * update SceKernelModuleInfo
| * tabification.Simon Stapleton2020-06-111-1/+1
| |
| * Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flagsSimon Stapleton2020-06-111-2/+10
| |
* | Add sceClibMspace prototypesReiko Asakura2020-04-221-0/+4
| |
* | Add prototype sceClibVprintfReiko Asakura2020-03-241-0/+1
| |
* | Add process UID macrosReiko Asakura2020-03-181-0/+3
| |
* | Add macro SCE_KERNEL_THREAD_ID_SELFReiko Asakura2020-03-171-0/+3
|/
* modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfoYumiko2019-12-091-1/+1
|
* psp2: Add SCE_KERNEL_MEMBLOCK_TYPE_USER_RXSunguk Lee2019-10-181-0/+1
| | | | sceKernelAllocMemBlockForVM would alloc the memchunk typed by 0x0C20D050
* fixed wrong structure and function types of modulemgr.h (#425)Princess of Sleeping2019-09-271-6/+3
| | | | | | * fixed wrong structure and function types * fixed wrong structure and function types
* fixed clib and added arguments, functionPrincess of Sleeping2019-09-251-15/+36
|
* Update sysmem.hPrincess of Sleeping2018-12-151-0/+2
|
* ci: better check headers (#342)devnoname1202018-08-271-0/+2
| | | | | | | | | | | | | | * ci: Make sure every header compiles separately * ci: don't build .gch files when checking headers * Improve header-checking command Thanks to @d3m3vilurr * Fix missing header includes * ci: faster header checking
* Fix incorrect doxygen commentsdevnoname1202018-08-114-17/+17
|
* Typo fix.Rinnegatamante2018-04-181-1/+1
|
* Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference.Rinnegatamante2018-04-181-0/+4
|
* Typo fixRinnegatamante2018-03-161-1/+1
|
* Added sceKernelGetFreeMemorySize prototype.Rinnegatamante2018-03-161-2/+17
|
* Added some ScePowerCallbackTypes, fix some typos. (#299)Sree2018-03-141-1/+2
| | | | | | * fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types
* Remove all NID mismatched definitionsSunguk Lee2018-01-151-9/+0
| | | | | | | | anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201
* Add missing sceKernelTryLockLwMutexFrancisco José García García2017-12-011-0/+1
|
* Doc indentation changes (#253)Rinnegatamante2017-11-281-8/+8
|