summaryrefslogtreecommitdiff
path: root/nids/360/SceSblSsMgr.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-10Remove forwarded syscallsReiko Asakura1-8/+0
The criteria for removal are 1. The syscall forwarder does not modify arguments or pass additional arguments. 2. The syscall is not used outside of the syscall forwarder. For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is correct, and net_syscalls.h is unknown.
2019-02-15db: Change non-portability hash function's postfixSunguk Lee1-2/+2
`WithKeygen` to `NP`
2019-02-15db: Rename hash functionsSunguk Lee1-14/+14
all applied camelCase it also fixed typo `ksceSblDmac5AEsCbcDec`
2019-01-31Import NIDs from https://wiki.henkaku.xyzdevnoname1201-0/+34
Note that only NIDs with name starting with 'vsh', '_vsh', 'sce', '_sce', '__sce', '___sce', 'ksce', and not containing '_unk' have been kept
2019-01-31Import NIDs from https://pastebin.com/ZAfpHwEHdevnoname1201-0/+36
2017-10-28Added some new nidsTheOfficialFloW1-0/+9
2017-10-24Remove stray NIDsSergi Granell1-3/+0
2017-10-24Const correctness in psp2kern/kernel/cpu.hSergi Granell1-0/+3
2017-04-18Fix some incorrect module and library NIDsdevnoname1201-1/+1
Fix #7
2016-11-02kernel development headers (#67)Davee1-0/+8
* 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