summaryrefslogtreecommitdiff
path: root/include/user/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* 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
|
* Remove misleading note (docs)Robin B2017-11-281-1/+0
|
* Various fix/update to modulemgr.hRémy F2017-10-291-10/+7
| | | | | | Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer
* Fix typoFrancisco José García García2017-10-261-1/+1
|
* Hexa -> uppercasedevnoname1202017-10-081-4/+4
|
* The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation2017-06-301-1/+1
|
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-251-0/+3
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-154-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 Lu2017-05-161-0/+18
|
* Added dmac functions (#173)TheOfficialFloW2017-05-141-0/+34
| | | Added dmac functions
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-283-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 MITdevnoname1202017-02-101-2/+0
| | | | Close #104
* Fix sceKernelCreateCond exampleSergi Granell2017-01-141-2/+2
|
* Add Condition variables prototypesSergi Granell2017-01-141-0/+109
|
* Merge pull request #89 from devnoname120/doxygenSunguk Lee2016-11-186-0/+6
|\ | | | | Doxygen support
| * Documentation: Simplify groupingdevnoname1202016-11-176-6/+0
| |
| * All files should be added to the documentation nowdevnoname1202016-11-136-3/+11
| |
| * More stuff related to doxygendevnoname1202016-11-131-0/+4
| |
* | psp2/kernel/clib.h: add a few definescpasjuste2016-11-151-0/+11
|/
* kernel development headers (#67)Davee2016-11-021-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 documentationDavee2016-09-241-22/+22
|
* Added comments and enumHimanshu Goel2016-09-111-0/+16
| | | Added comments and enum for sceKernelGetModel and sceKernelGetModelForCDialog
* Added signature for sceKernelGetModelHimanshu Goel2016-09-101-0/+1
|
* Add LwCondFrancisco José García García2016-09-061-0/+15
|
* Removed sceKernelRotateThreadReadyQueue.Rinnegatamante2016-09-051-9/+0
|
* added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddrDavee2016-09-041-0/+15
|
* Add sceKernelGetSystemTimeWide1732102016-09-011-0/+6
|
* Added missing __cplusplus guards.codestation2016-08-293-0/+24
|
* Add sceKernelGetProcessIdJeffrey Pfau2016-08-171-0/+7
|
* Add sceKernelGetRandomNumberxyzz2016-08-151-0/+14
|
* Add threadmgr LwMutex and power ClockFrequencyribbid9872016-08-021-0/+16
|