aboutsummaryrefslogtreecommitdiff
path: root/psx/psx.c
AgeCommit message (Expand)Author
2023-05-09Correct the check of pthread_create()'s return value.Andrew G. Morgan
2023-03-25Undo hiding the wrapped function call in libpsx.Andrew G. Morgan
2023-02-19Update documentation for all API functions.Andrew G. Morgan
2022-04-10Avoid a deadlock in forked psx thread exit.Andrew G. Morgan
2022-02-05psx: free allocated memory at exit.Andrew G. Morgan
2021-12-13Fix argument crash dump order in psx text dumper.Andrew G. Morgan
2021-12-12Make cgo psx_syscall variant crash like runtime.AllThreadsSyscallAndrew G. Morgan
2021-08-26Fix some static analysis results.Andrew G. Morgan
2021-06-21Permit compilation with -std=c89.Andrew G. Morgan
2021-04-22Fruit of more static analysis resultsAndrew G. Morgan
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