aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_dragonfly.go
AgeCommit message (Expand)Author
2021-02-25runtime: use pipe2 for nonblockingPipe on dragonflyTobias Klauser
2021-02-24runtime: remove unused const stackSystem on dragonflyTobias Klauser
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
2019-10-26runtime: M-targeted signals for BSDsAustin Clements
2019-10-20runtime: define nonblockingPipeIan Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-03-29runtime: parse auxv for page size on dragonflyTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-13runtime: remove unused memlimit functionAustin Clements
2016-09-28runtime: minor simplifications to signal codeIan Lance Taylor
2016-09-27runtime: remove sigmask type, use sigset insteadIan 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-21runtime: revert CL 18835; don't install new signal stack unconditionally on d...Mikio Hara
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-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-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
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-15[dev.cc] runtime: convert dragonfly/amd64 port to GoJoel Sing
2014-09-08build: move package sources from src/pkg to srcRuss Cox