aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_darwin.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-06-30runtime: use a pipe to wake up signal_recv on DarwinIan 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-06-12runtime: use libc's signal functions on DarwinKeith 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
2014-09-08build: move package sources from src/pkg to srcRuss Cox