Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-28 | Typo fixing, and misnamed struct (#151) | Hexxellor | 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. | |||||
2017-02-10 | Switch license to MIT | devnoname120 | 1 | -2/+0 | |
Close #104 | |||||
2017-01-14 | Fix sceKernelCreateCond example | Sergi Granell | 1 | -2/+2 | |
2017-01-14 | Add Condition variables prototypes | Sergi Granell | 1 | -0/+109 | |
2016-11-17 | Documentation: Simplify grouping | devnoname120 | 6 | -6/+0 | |
2016-11-15 | psp2/kernel/clib.h: add a few defines | cpasjuste | 1 | -0/+11 | |
2016-11-13 | All files should be added to the documentation now | devnoname120 | 6 | -3/+11 | |
2016-11-13 | More stuff related to doxygen | devnoname120 | 1 | -0/+4 | |
2016-11-02 | kernel development headers (#67) | Davee | 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 | |||||
2016-09-24 | updated threadmgr pipe documentation | Davee | 1 | -22/+22 | |
2016-09-11 | Added comments and enum | Himanshu Goel | 1 | -0/+16 | |
Added comments and enum for sceKernelGetModel and sceKernelGetModelForCDialog | |||||
2016-09-10 | Added signature for sceKernelGetModel | Himanshu Goel | 1 | -0/+1 | |
2016-09-06 | Add LwCond | Francisco José García García | 1 | -0/+15 | |
2016-09-05 | Removed sceKernelRotateThreadReadyQueue. | Rinnegatamante | 1 | -9/+0 | |
2016-09-04 | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 1 | -0/+15 | |
2016-09-01 | Add sceKernelGetSystemTimeWide | 173210 | 1 | -0/+6 | |
2016-08-29 | Added missing __cplusplus guards. | codestation | 3 | -0/+24 | |
2016-08-17 | Add sceKernelGetProcessId | Jeffrey Pfau | 1 | -0/+7 | |
2016-08-15 | Add sceKernelGetRandomNumber | xyzz | 1 | -0/+14 | |
2016-08-02 | Add threadmgr LwMutex and power ClockFrequency | ribbid987 | 1 | -0/+16 | |
2016-08-01 | Update wait event flags | Sergi Granell | 1 | -1/+3 | |
2016-01-26 | Added SceKernelAllocMemBlockOpt | TheOfficialFloW | 1 | -4/+14 | |
2016-01-23 | Added sceKernelFindMemBlockByAddr | TheOfficialFloW | 1 | -0/+4 | |
2016-01-22 | Added new NIDs and variable names | TheOfficialFloW | 1 | -6/+25 | |
2016-01-22 | Fixed sceKernelUnloadModule | TheOfficialFloW | 1 | -7/+19 | |
2015-10-11 | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 2 | -32/+32 | |