aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defs_netbsd.go
AgeCommit message (Expand)Author
2024-04-12runtime: utilize EVFILT_USER to wake up kevent for kqueueAndy Pan
2022-11-18runtime: add page tracerMichael Knyszek
2022-09-02runtime: support MADV_DONTNEED on the BSDs and Solaris/IllumosTobias Klauser
2022-03-03runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2017-10-20runtime: for kqueue treat EVFILT_READ with EV_EOF as permitting a writeIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox