summaryrefslogtreecommitdiff
path: root/psx
Commit message (Expand)AuthorAgeFilesLines
* Fix some static analysis results.Andrew G. Morgan2021-08-261-0/+4
* Fix typos.Samanta Navarro2021-08-142-2/+2
* Permit compilation with -std=c89.Andrew G. Morgan2021-06-211-1/+1
* Fruit of more static analysis resultsAndrew G. Morgan2021-04-221-0/+4
* Fix the README reference to the License file.Andrew G. Morgan2021-03-061-1/+1
* Sadness trying to satisfy automation and lawyers.cap/v1.2.49-rc3Andrew G. Morgan2021-03-062-11/+0
* Go apparently needs files to be named insensitive of case.cap/v1.2.49-rc2Andrew G. Morgan2021-03-062-2/+2
* Rework psx to compile more robustly and have clearer documentation.Andrew G. Morgan2021-02-262-18/+36
* Clean up comment now that go1.16 has been released.Andrew G. Morgan2021-02-211-3/+3
* Trying to stop the DOS attack on me from lawyers.Andrew G. Morgan2021-02-142-380/+402
* Add some CGO_ENABLED=0 documentation for the Syscall functions.Andrew G. Morgan2021-02-021-0/+2
* Correct a stale comment in psx.c related to weak linkingAndrew G. Morgan2021-01-291-8/+9
* Update the "psx" README file.Andrew G. Morgan2021-01-271-11/+19
* No longer need the Go build tag allthreadssyscall.Andrew G. Morgan2020-12-221-1/+1
* Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx".psx/v0.2.46-rc5Andrew G. Morgan2020-12-115-138/+172
* Fix some typos in the psx.c code related to 6 argument syscalls.psx/v0.2.46-rc4Andrew G. Morgan2020-12-102-7/+11
* Further trim the psx headers and support easy vendoring.psx/v0.2.46-rc3Andrew G. Morgan2020-12-093-30/+3
* SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.psx/v0.2.46-rc2Andrew G. Morgan2020-12-081-8/+42
* Allow a dying thread to participate in the psx mechanism.psx/v0.2.46-rc1Andrew G. Morgan2020-11-112-0/+67
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-131-8/+0
* Clean up the Go package documentation now that go1.15 is released.Andrew G. Morgan2020-08-151-8/+1
* Further trim layers of abstraction for psx pthread_create wrapping.psx/v0.2.43rc1Andrew G. Morgan2020-08-131-5/+7
* Tweaking the psx and cap package documentation further.psx/v0.2.42-rc2cap/v0.2.42-rc2Andrew G. Morgan2020-07-261-8/+23
* Mode cap package documentation updates.psx/v0.2.42-rc1cap/v0.2.42-rc1Andrew G. Morgan2020-07-261-0/+4
* Test errno behavior for psx syscalls.Andrew G. Morgan2020-07-252-8/+73
* Various source files: spelling fixes on commentsMichael Kerrisk (man-pages)2020-07-162-4/+4
* Some README files for the Go packages.Andrew G. Morgan2020-07-141-0/+20
* Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2020-07-092-54/+47
* Documentation fixes for go packages.Andrew G. Morgan2020-07-051-14/+18
* Migrate header for psx_syscall.h to Go package tree.Andrew G. Morgan2020-07-032-1/+130
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-034-37/+560
* A step closer to modularizing the cap and psx packages.Andrew G. Morgan2020-07-033-17/+29
* First attempt at supporting the Go "psx" package as a module.Andrew G. Morgan2020-07-023-2/+434
* Add a failure test case to libcap/psx Go package.Andrew G. Morgan2019-12-071-0/+10
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-062-0/+61