aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os2_aix.go
AgeCommit message (Expand)Author
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2020-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
2020-10-29runtime: move ppc64/aix cpu feature detection to internal/cpuMartin Möhrmann
2019-12-09runtime: use mprotect in sysMap for aix/ppc64Clément Chigot
2019-10-26runtime: M-targeted signals for libc-based OSesAustin Clements
2019-10-21runtime: change read and write to return negative errno valueIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-09-08all: fix typosAinar Garipov
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-04-29runtime: make mmap return 0 instead of -1 on aix/ppc64Clément Chigot
2019-04-18runtime: move libcall to stack for runtime syscalls on AIXClément Chigot
2019-04-12runtime: add //go:cgo_unsafe_args to AIX syscallX functionsClément Chigot
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-05runtime: handle syscalls without g or m for aix/ppc64Clément Chigot
2018-12-18runtime: fix backtrace during C syscalls for aix/ppc64Clé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