aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_solaris.go
AgeCommit message (Expand)Author
2023-08-24runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsdTobias Klauser
2023-05-20runtime: consolidate on a single closeonexec definitionIan Lance Taylor
2022-11-18runtime: add page tracerMichael Knyszek
2022-09-02runtime: support MADV_DONTNEED on the BSDs and Solaris/IllumosTobias Klauser
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-15runtime: change netpoll to take an amount of time to blockIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox