summaryrefslogtreecommitdiff
path: root/include/user/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sceKernelGetSystemTime functionsReiko Asakura2021-03-111-7/+0
|
* Move threadmgr functions to common headerReiko Asakura2021-03-111-21/+0
| | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist.
* Remove old SDK functionsReiko Asakura2021-03-111-27/+0
| | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356
* Remove forwarded syscallsReiko Asakura2021-03-101-83/+0
| | | | | | | | | | | The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
* Fix names for sceKernelGetThreadTLSAddrReiko Asakura2021-03-101-17/+15
| | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace.
* Rename include guardsReiko Asakura2021-03-0810-30/+30
|
* Add package workflowReiko Asakura2021-02-1110-0/+40
|
* Fix includes: variousReiko Asakura2021-02-114-4/+4
|
* Remove dupe: libkernel.hReiko Asakura2021-01-311-15/+3
|
* Rename clib.h -> libkernel.hReiko Asakura2021-01-311-0/+0
|
* Merge common: dmacmgrReiko Asakura2021-01-201-36/+0
|
* Merge common: iofilemgrReiko Asakura2021-01-204-369/+0
|
* Remove dupe: iofilemgrReiko Asakura2021-01-205-318/+11
|
* Rename iofilemgr headersReiko Asakura2021-01-204-0/+0
|
* Remove dupe: processmgr.hReiko Asakura2021-01-191-74/+5
|
* Remove dupe: modulemgr.hReiko Asakura2021-01-191-32/+3
|
* Remove dupe: kernel/threadmgr.hReiko Asakura2021-01-191-1502/+3
|
* Remove dupe: sysmem relatedReiko Asakura2021-01-192-254/+4
|
* 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
| |