aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_aix.go
AgeCommit message (Expand)Author
5 daysruntime: fix AIX library initializationqmuntal
2026-03-18runtime: implement part of library initialization in Goqmuntal
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-11runtime: gofmt after CL 643897 and CL 662455Tobias Klauser
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-04-03runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-09-06runtime: clear procid in unminitMichael Pratt
2023-07-27runtime: call miniterrno on m0 on AIX and SolarisIan Lance Taylor
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-17runtime: consistently define fcntlIan Lance Taylor
2022-11-18all: add missing periods in commentscui fliter
2022-11-10runtime: retry thread creation on EAGAINIan Lance Taylor
2022-11-10runtime: consolidate some low-level error reportingIan Lance Taylor
2022-10-26runtime: fix a few function names on commentscui fliter
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-02-15runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26runtime: rename _m_ to mp [generated]Michael Pratt
2021-09-27runtime: allow per-OS changes to unix profilerRhys Hiltner
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
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