Skip to content

v0.15

Latest
Compare
Choose a tag to compare
@john-tornblom john-tornblom released this 20 Jun 20:42
· 17 commits to master since this release

Changelog

  • add execlp() from musl
  • use gmtime() from musl, the one from sony is buggy
  • add stubs for getpwnam() and getpwuid()
  • make it easier to compile projects that explicitly link with -lpthread
  • libc: implement pipe2() using pipe and fcnt
  • sce stubs: add more known symbols
  • klog: print pid if there is no other label
  • crt: obtain argc and argv from libkernel
  • libc: add stub for stty
  • libc: add if_nametoindex()
  • libc: add indextoname()
  • libc: emulate thread-local storage
  • libc: add tmpfile() and tmpnam()

To download and install on GNU/Linux:

john@localhost:tmp$ wget https://github.com/ps5-payload-dev/sdk/releases/download/v0.15/ps5-payload-sdk.tar.gz
john@localhost:tmp$ mkdir -p /opt/ps5-payload-sdk-0.15/
john@localhost:tmp$ tar xvf ps5-payload-sdk.tar.gz -C /opt/ps5-payload-sdk-0.15/