1. a8392c9 Add some CGO_ENABLED=0 documentation for the Syscall functions. by Andrew G. Morgan · 3 years, 4 months ago
  2. 4a343a8 Correct a stale comment in psx.c related to weak linking by Andrew G. Morgan · 3 years, 4 months ago
  3. b2b0f25 Update the "psx" README file. by Andrew G. Morgan · 3 years, 4 months ago
  4. 3633ca2 No longer need the Go build tag allthreadssyscall. by Andrew G. Morgan · 3 years, 5 months ago
  5. 90192cd Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx". by Andrew G. Morgan · 3 years, 6 months ago
  6. e7e0e1b Fix some typos in the psx.c code related to 6 argument syscalls. by Andrew G. Morgan · 3 years, 6 months ago
  7. 4d13894 Further trim the psx headers and support easy vendoring. by Andrew G. Morgan · 3 years, 6 months ago
  8. 2b75e6c SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt. by Andrew G. Morgan · 3 years, 6 months ago
  9. 7cfe15e Allow a dying thread to participate in the psx mechanism. by Andrew G. Morgan · 3 years, 7 months ago
  10. 6b1d98b Support shared library build and linkage of -lpsx by Andrew G. Morgan · 3 years, 8 months ago
  11. b942b07 Clean up the Go package documentation now that go1.15 is released. by Andrew G. Morgan · 3 years, 10 months ago
  12. b6256aa Further trim layers of abstraction for psx pthread_create wrapping. by Andrew G. Morgan · 3 years, 10 months ago
  13. 3e59821 Tweaking the psx and cap package documentation further. by Andrew G. Morgan · 3 years, 10 months ago
  14. 445061a Mode cap package documentation updates. by Andrew G. Morgan · 3 years, 10 months ago
  15. 80f7b53 Test errno behavior for psx syscalls. by Andrew G. Morgan · 3 years, 10 months ago
  16. b18bd9a Various source files: spelling fixes on comments by Michael Kerrisk (man-pages) · 3 years, 11 months ago
  17. 78b48be Some README files for the Go packages. by Andrew G. Morgan · 3 years, 11 months ago
  18. dca9b22 Rewrite libpsx thread shutdown path to support musl. by Andrew G. Morgan · 3 years, 11 months ago
  19. 264f8dc Documentation fixes for go packages. by Andrew G. Morgan · 3 years, 11 months ago
  20. a2eb498 Migrate header for psx_syscall.h to Go package tree. by Andrew G. Morgan · 4 years ago
  21. ffa7df0 Refactored the psx package to build as a Go module. by Andrew G. Morgan · 4 years ago
  22. b0d13e8 A step closer to modularizing the cap and psx packages. by Andrew G. Morgan · 4 years ago
  23. a3e844a First attempt at supporting the Go "psx" package as a module. by Andrew G. Morgan · 4 years ago
  24. e305dd2 Add a failure test case to libcap/psx Go package. by Andrew G. Morgan · 4 years, 6 months ago
  25. b2b267e Add support to libcap for overriding system call functions. by Andrew G. Morgan · 4 years, 6 months ago