summaryrefslogtreecommitdiff
path: root/src/runtime/os_netbsd.go
Commit message (Expand)AuthorAgeFilesLines
* internal/cpu: consolidate arm64 feature detectionMartin Möhrmann2020-10-201-1/+0
* runtime: initialise cpu.HWCap on netbsd/arm64Tobias Klauser2020-09-281-0/+1
* runtime: use hw.ncpuonline sysctl in getncpu on netbsdTobias Klauser2020-08-171-9/+19
* runtime: add pipe/pipe2 on SolarisIan Lance Taylor2019-11-081-0/+3
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-1/+16
* runtime: add netpollBreakIan Lance Taylor2019-10-211-2/+0
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+1
* runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot2019-04-021-0/+1
* runtime: introduce and consistently use setNsec for timespecIan Lance Taylor2019-03-151-3/+1
* runtime: in semasleep, subtract time spent so far from timeoutKeith Randall2018-09-071-17/+14
* runtime: move darwin kevent calls to libcKeith Randall2018-06-131-0/+6
* runtime,cmd/ld: on darwin, create theads using libcKeith Randall2018-04-301-1/+2
* runtime: parse auxv for page size on netbsdTobias Klauser2018-03-271-1/+35
* runtime: remove unused memlimit functionAustin Clements2018-02-131-4/+0
* runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is activeChristos Zoulas2017-12-051-1/+10
* runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas2017-12-041-3/+5
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-1/+4
* runtime: work around NetBSD bug in thread creationBenny Siegert2017-05-311-0/+10
* runtime: minor simplifications to signal codeIan Lance Taylor2016-09-281-13/+7
* runtime: remove sigmask type, use sigset insteadIan Lance Taylor2016-09-271-4/+2
* runtime: simplify signalstack by dropping nil as argumentIan Lance Taylor2016-09-271-1/+2
* runtime: unify Unix implementations of unminitIan Lance Taylor2016-09-261-3/+1
* runtime: merge setting new signal mask in minitIan Lance Taylor2016-09-261-10/+5
* runtime: unify sigtrampgoIan Lance Taylor2016-09-261-0/+3
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-11/+4
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-26/+5
* runtime: fetch physical page size from the OSAustin Clements2016-09-061-2/+15
* runtime: better error message for newosproc failureIan Lance Taylor2016-06-291-0/+5
* os: consolidate os{1,2}_*.go filesBrad Fitzpatrick2016-04-061-1/+282
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: move m's OS-specific semaphore fields into mOSMatthew Dempsky2015-11-131-1/+3
* runtime: split plan9 and solaris's m fields into new embedded mOS typeMatthew Dempsky2015-10-221-0/+2
* runtime: drop sigfwd from signal forwarding unsupported platformsMikio Hara2015-10-021-4/+0
* runtime: remove unnecessary noescape to fix netbsdDavid Crawshaw2015-04-271-1/+0
* runtime: signal forwarding for darwin/amd64David Crawshaw2015-04-261-0/+5
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+1
* [dev.cc] runtime: convert netbsd/amd64 port to GoJoel Sing2014-11-221-5/+27
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+22