aboutsummaryrefslogtreecommitdiff
path: root/psx/psx.c
AgeCommit message (Expand)Author
2021-01-29Correct a stale comment in psx.c related to weak linkingAndrew G. Morgan
2020-12-10Fix some typos in the psx.c code related to 6 argument syscalls.Andrew G. Morgan
2020-12-09Further trim the psx headers and support easy vendoring.Andrew G. Morgan
2020-12-08SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.Andrew G. Morgan
2020-11-11Allow a dying thread to participate in the psx mechanism.Andrew G. Morgan
2020-08-13Further trim layers of abstraction for psx pthread_create wrapping.Andrew G. Morgan
2020-07-16Various source files: spelling fixes on commentsMichael Kerrisk (man-pages)
2020-07-09Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan
2020-07-03Refactored the psx package to build as a Go module.Andrew G. Morgan