summaryrefslogtreecommitdiff
path: root/src/runtime/defs_freebsd_arm.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-0/+2
* runtime: add netpollBreakIan Lance Taylor2019-10-211-0/+1
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+4
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-2/+3
* runtime: FreeBSD fast clock_gettime HPET timecounter supportYuval Pavel Zholkover2018-04-261-0/+1
* runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover2018-04-181-0/+32
* runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor2017-10-201-0/+1
* runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet2017-03-101-0/+7
* runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby2016-10-011-0/+8
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-6/+0
* [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-141-2/+2
* [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-111-10/+18
* [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-111-0/+178