aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_freebsd_arm.go
AgeCommit message (Expand)Author
2020-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-04-26runtime: FreeBSD fast clock_gettime HPET timecounter supportYuval Pavel Zholkover
2018-04-18runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2017-03-10runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet
2016-10-01runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2014-11-14[dev.cc] runtime: change set_sec to take int64Russ Cox
2014-11-11[dev.cc] runtime: convert freebsd to GoRuss Cox
2014-11-11[dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox