summaryrefslogtreecommitdiff
path: root/src/runtime/defs_darwin.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove scattered remnants of darwin/386Austin Clements2020-04-081-1/+0
* runtime: add netpollBreakIan Lance Taylor2019-10-211-0/+1
* runtime: use a pipe to wake up signal_recv on DarwinIan Lance Taylor2019-06-301-0/+4
* runtime: use MADV_FREE_REUSABLE on darwinMichael Anthony Knyszek2019-03-041-2/+4
* runtime: move semaphore ops from system calls to libc calls on DarwinKeith Randall2018-06-161-43/+7
* runtime: move darwin kevent calls to libcKeith Randall2018-06-131-0/+4
* runtime: use libc's signal functions on DarwinKeith Randall2018-06-121-0/+1
* runtime: use libc for nanotime on DarwinKeith Randall2018-05-201-0/+3
* runtime,cmd/ld: on darwin, create theads using libcKeith Randall2018-04-301-0/+6
* runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor2017-10-201-0/+1
* runtime: write sigsetstack for Darwin, fix sigaction argIan Lance Taylor2015-12-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+179