Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sceKernelWaitSignal and sceKernelSendSignal (#462) | Sunho Kim | 2020-08-03 | 1 | -0/+23 |
| | | | | | | | * Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h | ||||
* | Update vshbridge and modulemgr (#457) | Itai Levin | 2020-07-16 | 1 | -0/+7 |
| | | | Update vshbridge and modulemgr documentation | ||||
* | Update modulemgr structs (#453) | Princess of Sleeping | 2020-06-29 | 1 | -1/+7 |
| | | | | | | | | | * Update modulemgr structs * Update modulemgr structs * Added SceKernelModuleState enum * Added SceKernelModuleState enum | ||||
* | Fix many args (#451) | Princess of Sleeping | 2020-06-26 | 5 | -21/+23 |
| | | | Changes document and variable types | ||||
* | Update modulemgr (#434) | Princess of Sleeping | 2020-06-18 | 1 | -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 Stapleton | 2020-06-11 | 1 | -1/+1 |
| | |||||
* | Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags | Simon Stapleton | 2020-06-11 | 1 | -2/+10 |
| | |||||
* | modulemgr.h: correct module_start/stop/exit offsets in SceKernelModuleInfo | Yumiko | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | psp2: Add SCE_KERNEL_MEMBLOCK_TYPE_USER_RX | Sunguk Lee | 2019-10-18 | 1 | -0/+1 |
| | | | | sceKernelAllocMemBlockForVM would alloc the memchunk typed by 0x0C20D050 | ||||
* | fixed wrong structure and function types of modulemgr.h (#425) | Princess of Sleeping | 2019-09-27 | 1 | -6/+3 |
| | | | | | | * fixed wrong structure and function types * fixed wrong structure and function types | ||||
* | fixed clib and added arguments, function | Princess of Sleeping | 2019-09-25 | 1 | -15/+36 |
| | |||||
* | Update sysmem.h | Princess of Sleeping | 2018-12-15 | 1 | -0/+2 |
| | |||||
* | ci: better check headers (#342) | devnoname120 | 2018-08-27 | 1 | -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 comments | devnoname120 | 2018-08-11 | 4 | -17/+17 |
| | |||||
* | Typo fix. | Rinnegatamante | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference. | Rinnegatamante | 2018-04-18 | 1 | -0/+4 |
| | |||||
* | Typo fix | Rinnegatamante | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | Added sceKernelGetFreeMemorySize prototype. | Rinnegatamante | 2018-03-16 | 1 | -2/+17 |
| | |||||
* | Added some ScePowerCallbackTypes, fix some typos. (#299) | Sree | 2018-03-14 | 1 | -1/+2 |
| | | | | | | * fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types | ||||
* | Remove all NID mismatched definitions | Sunguk Lee | 2018-01-15 | 1 | -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 sceKernelTryLockLwMutex | Francisco José García García | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | Doc indentation changes (#253) | Rinnegatamante | 2017-11-28 | 1 | -8/+8 |
| | |||||
* | Remove misleading note (docs) | Robin B | 2017-11-28 | 1 | -1/+0 |
| | |||||
* | Various fix/update to modulemgr.h | Rémy F | 2017-10-29 | 1 | -10/+7 |
| | | | | | | Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer | ||||
* | Fix typo | Francisco José García García | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Hexa -> uppercase | devnoname120 | 2017-10-08 | 1 | -4/+4 |
| | |||||
* | The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfo | codestation | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202) | David | 2017-06-25 | 1 | -0/+3 |
| | | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition | ||||
* | Named anonymous enums in psp2. (#179) | Rinnegatamante | 2017-06-15 | 4 | -142/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references. | ||||
* | Added sceKernelPowerLock sceKernelPowerUnlock (#176) | Yifan Lu | 2017-05-16 | 1 | -0/+18 |
| | |||||
* | Added dmac functions (#173) | TheOfficialFloW | 2017-05-14 | 1 | -0/+34 |
| | | | Added dmac functions | ||||
* | Typo fixing, and misnamed struct (#151) | Hexxellor | 2017-03-28 | 3 | -14/+14 |
| | | | | | | | | * 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. | ||||
* | Switch license to MIT | devnoname120 | 2017-02-10 | 1 | -2/+0 |
| | | | | Close #104 | ||||
* | Fix sceKernelCreateCond example | Sergi Granell | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | Add Condition variables prototypes | Sergi Granell | 2017-01-14 | 1 | -0/+109 |
| | |||||
* | Merge pull request #89 from devnoname120/doxygen | Sunguk Lee | 2016-11-18 | 6 | -0/+6 |
|\ | | | | | Doxygen support | ||||
| * | Documentation: Simplify grouping | devnoname120 | 2016-11-17 | 6 | -6/+0 |
| | | |||||
| * | All files should be added to the documentation now | devnoname120 | 2016-11-13 | 6 | -3/+11 |
| | | |||||
| * | More stuff related to doxygen | devnoname120 | 2016-11-13 | 1 | -0/+4 |
| | | |||||
* | | psp2/kernel/clib.h: add a few defines | cpasjuste | 2016-11-15 | 1 | -0/+11 |
|/ | |||||
* | kernel development headers (#67) | Davee | 2016-11-02 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis | ||||
* | updated threadmgr pipe documentation | Davee | 2016-09-24 | 1 | -22/+22 |
| | |||||
* | Added comments and enum | Himanshu Goel | 2016-09-11 | 1 | -0/+16 |
| | | | Added comments and enum for sceKernelGetModel and sceKernelGetModelForCDialog | ||||
* | Added signature for sceKernelGetModel | Himanshu Goel | 2016-09-10 | 1 | -0/+1 |
| | |||||
* | Add LwCond | Francisco José García García | 2016-09-06 | 1 | -0/+15 |
| | |||||
* | Removed sceKernelRotateThreadReadyQueue. | Rinnegatamante | 2016-09-05 | 1 | -9/+0 |
| | |||||
* | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 2016-09-04 | 1 | -0/+15 |
| | |||||
* | Add sceKernelGetSystemTimeWide | 173210 | 2016-09-01 | 1 | -0/+6 |
| | |||||
* | Added missing __cplusplus guards. | codestation | 2016-08-29 | 3 | -0/+24 |
| | |||||
* | Add sceKernelGetProcessId | Jeffrey Pfau | 2016-08-17 | 1 | -0/+7 |
| |