summaryrefslogtreecommitdiff
path: root/include/user/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update wait event flagsSergi Granell2016-08-011-1/+3
|
* Added SceKernelAllocMemBlockOptTheOfficialFloW2016-01-261-4/+14
|
* Added sceKernelFindMemBlockByAddrTheOfficialFloW2016-01-231-0/+4
|
* Added new NIDs and variable namesTheOfficialFloW2016-01-221-6/+25
|
* Fixed sceKernelUnloadModuleTheOfficialFloW2016-01-221-7/+19
|
* Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdkSMOKE52015-10-112-32/+32
|
* Initial commit. Added headers from psp2sdk.Glenn Anderson2015-08-145-0/+1201