aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_darwin_arm64.go
AgeCommit message (Expand)Author
2020-10-28runtime: set up TLS without cgo on darwin/arm64Cherry Zhang
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-06-30runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2019-03-04runtime: use MADV_FREE_REUSABLE on darwinMichael Anthony Knyszek
2018-06-16runtime: move semaphore ops from system calls to libc calls on iOSElias Naur
2018-06-13runtime: move iOS kevent calls to libcElias Naur
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2015-12-18runtime: write sigsetstack for Darwin, fix sigaction argIan Lance Taylor
2015-04-16runtime: darwin/arm64 supportShenghou Ma