aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_freebsd.go
AgeCommit message (Expand)Author
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-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
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
2019-03-15runtime: introduce and consistently use setNsec for timespecIan Lance Taylor
2018-08-24runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann
2018-06-13runtime: move darwin kevent calls to libcKeith Randall
2018-05-26runtime: use the correct AT_HWCAP auxv constant on freebsdYuval Pavel Zholkover
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2018-04-18runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover
2018-03-23runtime: fix AT_HWCAP auxv parsing on freebsdYuval Pavel Zholkover
2018-03-21all: enable c-shared/c-archive support for freebsd/amd64Tim Wright
2018-03-21runtime: parse auxv on freebsdTobias Klauser
2018-02-17runtime: remove unused getrlimit functionTobias Klauser
2018-02-13runtime: remove unused memlimit functionAustin Clements
2017-09-27runtime: allow more CPUs on FreeBSDAustin Clements
2017-03-20runtime: clear signal stack on main threadIan 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-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-06runtime: fetch physical page size from the OSAustin Clements
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-05-06os: rename remaining four os1_*.go files to os_*.goBrad Fitzpatrick
2016-05-06runtime: delete empty filesBrad Fitzpatrick
2016-05-06runtime: merge the last four os-vs-os1 files togetherBrad 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-11[dev.cc] runtime: convert freebsd to GoRuss Cox
2014-09-16runtime: remove duplicated Go constantsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox