Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add sceKernelGetRandomNumber | xyzz | 2016-08-15 | 1 | -0/+14 | |
| | ||||||
* | Add threadmgr LwMutex and power ClockFrequency | ribbid987 | 2016-08-02 | 1 | -0/+16 | |
| | ||||||
* | Update wait event flags | Sergi Granell | 2016-08-01 | 1 | -1/+3 | |
| | ||||||
* | Added SceKernelAllocMemBlockOpt | TheOfficialFloW | 2016-01-26 | 1 | -4/+14 | |
| | ||||||
* | Added sceKernelFindMemBlockByAddr | TheOfficialFloW | 2016-01-23 | 1 | -0/+4 | |
| | ||||||
* | Added new NIDs and variable names | TheOfficialFloW | 2016-01-22 | 1 | -6/+25 | |
| | ||||||
* | Fixed sceKernelUnloadModule | TheOfficialFloW | 2016-01-22 | 1 | -7/+19 | |
| | ||||||
* | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 2015-10-11 | 2 | -32/+32 | |
| | ||||||
* | Initial commit. Added headers from psp2sdk. | Glenn Anderson | 2015-08-14 | 5 | -0/+1201 | |