aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_aix.go
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-10-29runtime: move ppc64/aix cpu feature detection to internal/cpuMartin Möhrmann
2019-10-30runtime: make fcntl arguments consistent across OS'sIan Lance Taylor
2019-10-26runtime: M-targeted signals for libc-based OSesAustin Clements
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-26runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot
2018-10-31internal/cpu, runtime: add CPU feature detection support for AIXClément Chigot
2018-10-03runtime: add AIX operating systemClément Chigot