summaryrefslogtreecommitdiff
path: root/include/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sceKernelGetSystemTime functionsReiko Asakura2021-03-111-7/+0
|
* Move threadmgr functions to common headerReiko Asakura2021-03-111-15/+0
| | | | | sceKernelGetTLSAddr has been removed for kernel because it does not exist.
* Add prototypes in clockgen.hReiko Asakura2021-03-111-0/+16
|
* Add and change names in SceSblACMgr from dbg logReiko Asakura2021-03-081-1/+1
| | | | | | | | | | | | From prototype 0.940 ss_mgr.skprx sceSblACMgrIsSystemProgram sceSblACMgrGetMediaType From prototype 0.940 exfatfs.skprx sceSblACMgrGetFSAttributeByThreadAccessLevel sceSblACMgrSetFSAttributeByPermission
* Fix name and type sceKernelExtendKernelStackWideReiko Asakura2021-03-081-6/+31
| | | | | | | | | | | Name is from prototype 0.940 threadmgr.skprx. In practice, sceKernelExtendKernelStack is the same function as sceKernelExtendKernelStackWide, but are named differently for two reason: 1. SceThreadmgrForDriver exports both of them. 2. iofilemgr.skprx uses both of them depending on if a wide return value is required.
* Rename include guardsReiko Asakura2021-03-0834-102/+102
|
* Add clockgen functionsGrapheneCt2021-03-071-0/+30
| | | | Not sure about sceClockgenSetSpectrumSpreading.
* Rename sceKernelCpuGetCpuId -> sceKernelCpuIdReiko Asakura2021-03-051-7/+0
| | | | | This name is from SDK 0.945.040, and also confirmed by SHA1 digest in SceKblForKernel.
* Add prototype for sceKernelSysrootGetShellPidReiko Asakura2021-02-231-0/+7
|
* Add sceKernelCreateHeap flags and optsrelease/0.1.0Reiko Asakura2021-02-161-4/+14
|
* Add sceSysconCtrlDolceLEDReiko Asakura2021-02-161-0/+9
|
* Add prototype for sceKernelSwitchPidContextReiko Asakura2021-02-161-0/+1
|
* Remove inline asm in cpu.hReiko Asakura2021-02-161-81/+1
|
* Add package workflowReiko Asakura2021-02-1136-0/+144
|
* Fix includes: variousReiko Asakura2021-02-1127-52/+25
|
* SceIntrmgrForDriver: fix function namesReiko Asakura2021-02-111-9/+8
| | | | | | | Confirmed by 0.990 intrmgr.skprx deci4p_sdbgp.skprx
* Merge common: ctrl.hReiko Asakura2021-01-201-59/+0
|
* Merge common: dmacmgrReiko Asakura2021-01-201-36/+0
|
* Merge common: iofilemgrReiko Asakura2021-01-204-391/+0
|
* Remove dupe: iofilemgrReiko Asakura2021-01-204-301/+10
|
* Rename iofilemgr headersReiko Asakura2021-01-203-0/+0
|
* Add scejpegenc.h for kernelReiko Asakura2021-01-201-0/+1
|
* Remove dupe: ctrl.hReiko Asakura2021-01-191-161/+8
|
* Remove dupe: processmgr.hReiko Asakura2021-01-191-1/+1
|
* Remove dupe: modulemgr.hReiko Asakura2021-01-191-109/+11
|
* Remove dupe: kernel/threadmgr.hReiko Asakura2021-01-191-858/+1
|
* Remove dupe: sysmem relatedReiko Asakura2021-01-191-57/+9
|
* Remove dupe: kernel/cpu.hReiko Asakura2021-01-191-2/+3
|
* Remove kscePowerSetGpuClockFrequencyReiko Asakura2021-01-151-10/+0
|
* Fix ScePower NIDs and prototypePrincess of Sleeping2021-01-041-3/+3
|
* SceDisplay: use real names for iUpdateTimingModeReiko Asakura2020-11-011-4/+6
|
* Add SceFios2KernelPrincess of Sleeping2020-09-231-0/+88
| | | https://github.com/DolceSDK/headers/pull/11
* Remove functions for old firmware versionsReiko Asakura2020-09-211-2/+0
|
* Remove deprecated headersReiko Asakura2020-09-221-8/+0
|
* Make errors signedReiko Asakura2020-09-1910-407/+407
|
* Merge vitasdkReiko Asakura2020-09-171-1/+7
|\
| * Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. (#468)Princess of Sleeping2020-09-161-1/+7
| | | | | | | | | | * Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. * Remove unnecessary if branches
* | Merge VitasdkReiko Asakura2020-09-142-37/+89
|\|
| * Add SceProcEvent (#466)Princess of Sleeping2020-09-031-0/+73
| | | | | | | | | | | | | | * add SceProcEvent * Create proc_event.h * Fix args name
| * Refactor ksceKernelCpuUnrestrictedMemcpyPrincess of Sleeping2020-08-121-6/+5
| | | | | | | | apply memcpy and volatile
| * Fix return type of SceCpuPrincess of Sleeping2020-08-121-31/+11
| |
* | Add thread related function and typesGrapheneCt2020-09-051-8/+0
| | | | | | | | Credits: Graphene
* | Add const qualifier and attributeReiko Asakura2020-09-021-1/+6
| |
* | SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura2020-08-201-16/+0
| |
* | Add sceAppMgrDrmOpen/CloseReiko Asakura2020-08-201-3/+7
| |
* | Add all remaining NIDs in SceSysclibForDriverReiko Asakura2020-07-251-0/+41
| |
* | Merge VitasdkReiko Asakura2020-07-2413-125/+149
|\|
| * Update modulemgr structs (#453)Princess of Sleeping2020-06-291-7/+12
| | | | | | | | | | | | | | | | | | * Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum
| * Fix many args (#451)Princess of Sleeping2020-06-2613-117/+116
| | | | | | Changes document and variable types
| * Fix modulemgr two function arg name and documentPrincess of Sleeping2020-06-261-5/+5
| |