aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_darwin_amd64.go
AgeCommit message (Expand)Author
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 DarwinKeith Randall
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-05-20runtime: use libc for nanotime on DarwinKeith Randall
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-03-26runtime: use uintXX instead of *byte for si_addr on DarwinAustin Clements
2014-11-11[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox