Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and fix names in SceSysrootForKernel | Reiko Asakura | 2021-03-12 | 1 | -1/+1 |
* | Remove sceSysrootIsManufacturingMode macro | Reiko Asakura | 2021-03-12 | 1 | -2/+0 |
* | Split debug and sysroot funcs from kernel/sysmem.h | Reiko Asakura | 2021-03-12 | 3 | -102/+134 |
* | Merge common definitions in power.h | Reiko Asakura | 2021-03-12 | 1 | -149/+0 |
* | Remove duplicate definitions in kernel/power.h | Reiko Asakura | 2021-03-12 | 1 | -57/+3 |
* | Refactor structs in common/appmgr.h | Reiko Asakura | 2021-03-12 | 1 | -4/+0 |
* | Add sceKernelGetSystemTime functions | Reiko Asakura | 2021-03-11 | 1 | -7/+0 |
* | Move threadmgr functions to common header | Reiko Asakura | 2021-03-11 | 1 | -15/+0 |
* | Add prototypes in clockgen.h | Reiko Asakura | 2021-03-11 | 1 | -0/+16 |
* | Add and change names in SceSblACMgr from dbg log | Reiko Asakura | 2021-03-08 | 1 | -1/+1 |
* | Fix name and type sceKernelExtendKernelStackWide | Reiko Asakura | 2021-03-08 | 1 | -6/+31 |
* | Rename include guards | Reiko Asakura | 2021-03-08 | 34 | -102/+102 |
* | Add clockgen functions | GrapheneCt | 2021-03-07 | 1 | -0/+30 |
* | Rename sceKernelCpuGetCpuId -> sceKernelCpuId | Reiko Asakura | 2021-03-05 | 1 | -7/+0 |
* | Add prototype for sceKernelSysrootGetShellPid | Reiko Asakura | 2021-02-23 | 1 | -0/+7 |
* | Add sceKernelCreateHeap flags and optsrelease/0.1.0 | Reiko Asakura | 2021-02-16 | 1 | -4/+14 |
* | Add sceSysconCtrlDolceLED | Reiko Asakura | 2021-02-16 | 1 | -0/+9 |
* | Add prototype for sceKernelSwitchPidContext | Reiko Asakura | 2021-02-16 | 1 | -0/+1 |
* | Remove inline asm in cpu.h | Reiko Asakura | 2021-02-16 | 1 | -81/+1 |
* | Add package workflow | Reiko Asakura | 2021-02-11 | 36 | -0/+144 |
* | Fix includes: various | Reiko Asakura | 2021-02-11 | 27 | -52/+25 |
* | SceIntrmgrForDriver: fix function names | Reiko Asakura | 2021-02-11 | 1 | -9/+8 |
* | Merge common: ctrl.h | Reiko Asakura | 2021-01-20 | 1 | -59/+0 |
* | Merge common: dmacmgr | Reiko Asakura | 2021-01-20 | 1 | -36/+0 |
* | Merge common: iofilemgr | Reiko Asakura | 2021-01-20 | 4 | -391/+0 |
* | Remove dupe: iofilemgr | Reiko Asakura | 2021-01-20 | 4 | -301/+10 |
* | Rename iofilemgr headers | Reiko Asakura | 2021-01-20 | 3 | -0/+0 |
* | Add scejpegenc.h for kernel | Reiko Asakura | 2021-01-20 | 1 | -0/+1 |
* | Remove dupe: ctrl.h | Reiko Asakura | 2021-01-19 | 1 | -161/+8 |
* | Remove dupe: processmgr.h | Reiko Asakura | 2021-01-19 | 1 | -1/+1 |
* | Remove dupe: modulemgr.h | Reiko Asakura | 2021-01-19 | 1 | -109/+11 |
* | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 2021-01-19 | 1 | -858/+1 |
* | Remove dupe: sysmem related | Reiko Asakura | 2021-01-19 | 1 | -57/+9 |
* | Remove dupe: kernel/cpu.h | Reiko Asakura | 2021-01-19 | 1 | -2/+3 |
* | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 2021-01-15 | 1 | -10/+0 |
* | Fix ScePower NIDs and prototype | Princess of Sleeping | 2021-01-04 | 1 | -3/+3 |
* | SceDisplay: use real names for iUpdateTimingMode | Reiko Asakura | 2020-11-01 | 1 | -4/+6 |
* | Add SceFios2Kernel | Princess of Sleeping | 2020-09-23 | 1 | -0/+88 |
* | Remove functions for old firmware versions | Reiko Asakura | 2020-09-21 | 1 | -2/+0 |
* | Remove deprecated headers | Reiko Asakura | 2020-09-22 | 1 | -8/+0 |
* | Make errors signed | Reiko Asakura | 2020-09-19 | 10 | -407/+407 |
* | Merge vitasdk | Reiko Asakura | 2020-09-17 | 1 | -1/+7 |
|\ | |||||
| * | Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. (#468) | Princess of Sleeping | 2020-09-16 | 1 | -1/+7 |
* | | Merge Vitasdk | Reiko Asakura | 2020-09-14 | 2 | -37/+89 |
|\| | |||||
| * | Add SceProcEvent (#466) | Princess of Sleeping | 2020-09-03 | 1 | -0/+73 |
| * | Refactor ksceKernelCpuUnrestrictedMemcpy | Princess of Sleeping | 2020-08-12 | 1 | -6/+5 |
| * | Fix return type of SceCpu | Princess of Sleeping | 2020-08-12 | 1 | -31/+11 |
* | | Add thread related function and types | GrapheneCt | 2020-09-05 | 1 | -8/+0 |
* | | Add const qualifier and attribute | Reiko Asakura | 2020-09-02 | 1 | -1/+6 |
* | | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -16/+0 |