Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NIDs in SceLibGcc | Reiko Asakura | 2021-03-08 | 1 | -0/+18 |
| | |||||
* | Remove old SDK functions | Reiko Asakura | 2021-03-11 | 1 | -10/+0 |
| | | | | | | | For condition variable functions see: https://psvita.scedev.net/technotes/view/355 https://psvita.scedev.net/technotes/view/356 | ||||
* | Remove internally forwarded funcs in SceLibKernel | Reiko Asakura | 2021-03-11 | 1 | -3/+0 |
| | |||||
* | Add NIDs in SceKernelForVM | Reiko Asakura | 2021-03-11 | 1 | -0/+6 |
| | |||||
* | Add sceKernelDeleteThread in SceLibKernel | Reiko Asakura | 2021-03-11 | 1 | -0/+1 |
| | |||||
* | Fix names for sceKernelGetThreadTLSAddr | Reiko Asakura | 2021-03-10 | 1 | -1/+1 |
| | | | | _sceKernelGetThreadTLSAddr is a name in syslibtrace. | ||||
* | Fix name sceKernelGetThreadCpuAffinityMask | Reiko Asakura | 2021-03-10 | 1 | -1/+1 |
| | | | | Name from SDK. | ||||
* | Add sceSblGcAuthMgr syscall forwarder in libkernel | Reiko Asakura | 2021-03-09 | 1 | -0/+29 |
| | |||||
* | Remove duplicate exports | Reiko Asakura | 2021-03-10 | 1 | -6/+0 |
| | |||||
* | Add and rename old SDK functionsrelease/0.2.0 | Reiko Asakura | 2021-03-05 | 1 | -2/+8 |
| | | | | | | | | | | | The suffix _16XX is used because _sceKernelCreateSema_16XX is an official name found in syslibtrace. All the _16XX functions existed in SDK 0.945.040 and did not exist in SDK 3.300.031. It is not necessary that they are removed immediately after 16XX, although many of them were. sceKernelPuts is from SDK 0.945.040 but in system software 3.60, this function will not do anything except return to caller. | ||||
* | Add SceKernelForMono functions | GrapheneCt | 2020-09-18 | 1 | -0/+8 |
| | | | | Credits: Graphene | ||||
* | Add thread related function and types | GrapheneCt | 2020-09-05 | 1 | -0/+1 |
| | | | | Credits: Graphene | ||||
* | SceSysclib, SceRtabi: fix and add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -0/+19 |
| | |||||
* | SceLibSsp: add all NIDs | Reiko Asakura | 2020-08-20 | 1 | -0/+6 |
| | |||||
* | Rename some IO syscalls and wrappers | Reiko Asakura | 2020-07-23 | 1 | -3/+3 |
| | | | | | | | | | These 3 functions, sceIoClose, sceIoRead, sceIoWrite, are imported from SceIofilemgr (library) by SceLibKernel (module) and exported again by SceLibKernel (library) without a syscall wrapper. After this name change, SceIofilemgr_stub will no longer need to be linked for common IO functions. | ||||
* | libkernel variable exports | Francisco José García García | 2020-01-16 | 1 | -2/+3 |
| | |||||
* | psp2: Add sceKernelUnlockLwMutex2 | Nick Renieris | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | db: Fix more duplicated NIDs | Sunguk Lee | 2019-03-23 | 1 | -4/+4 |
| | | | | just add `2` postfix into name | ||||
* | Import NIDs from https://wiki.henkaku.xyz | devnoname120 | 2019-01-31 | 1 | -0/+3 |
| | | | | Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept | ||||
* | Added some missing nids to SceLibKernel. (#309) | Rinnegatamante | 2018-04-05 | 1 | -0/+25 |
| | |||||
* | Fix for sceKernelUnlockLwMutex wrong nid. | Rinnegatamante | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Add some sceGxm*, sceIo*, sceNet* nids | scribam | 2017-11-13 | 1 | -0/+3 |
| | |||||
* | Fix some incorrect module and library NIDs | devnoname120 | 2017-04-18 | 1 | -1/+1 |
| | | | | Fix #7 | ||||
* | kernel development headers (#67) | Davee | 2016-11-02 | 1 | -0/+278 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Library and module names are now correct in the NID JSON according to what ↵ | Glenn Anderson | 2015-08-15 | 1 | -270/+0 |
| | | | | psp2sdk has. | ||||
* | Makes library/module NIDs unique. | Glenn Anderson | 2015-08-15 | 1 | -2/+2 |
| | |||||
* | Adds initial NID JSON database. | Glenn Anderson | 2015-08-15 | 1 | -0/+270 |