aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os2_aix.go
AgeCommit message (Expand)Author
2026-03-18runtime: implement part of library initialization in Goqmuntal
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-04-24runtime: call _exit, not exit, on AIX and SolarisIan Lance Taylor
2022-08-02runtime: trivial replacements of _g_ in os filesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
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