aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_netbsd.go
AgeCommit message (Expand)Author
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-02-19runtime: clean up system calls during cgo callback initRuss Cox
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-09-28runtime: initialise cpu.HWCap on netbsd/arm64Tobias Klauser
2020-08-17runtime: use hw.ncpuonline sysctl in getncpu on netbsdTobias Klauser
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-09-07runtime: in semasleep, subtract time spent so far from timeoutKeith Randall
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-03-27runtime: parse auxv for page size on netbsdTobias Klauser
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-12-05runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is activeChristos Zoulas
2017-12-04runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-05-31runtime: work around NetBSD bug in thread creationBenny Siegert
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan Lance Taylor
2016-09-27runtime: simplify signalstack by dropping nil as argumentIan Lance Taylor
2016-09-26runtime: unify Unix implementations of unminitIan Lance Taylor
2016-09-26runtime: merge setting new signal mask in minitIan Lance Taylor
2016-09-26runtime: unify sigtrampgoIan Lance Taylor
2016-09-26runtime: unify handling of alternate signal stackIan Lance Taylor
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-09-06runtime: fetch physical page size from the OSAustin Clements
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-04-06os: consolidate os{1,2}_*.go filesBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-13runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky
2015-10-22runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky
2015-10-02runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara
2015-04-27runtime: remove unnecessary noescape to fix netbsdDavid Crawshaw
2015-04-26runtime: signal forwarding for darwin/amd64David Crawshaw
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-22[dev.cc] runtime: convert netbsd/amd64 port to GoJoel Sing
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox