summaryrefslogtreecommitdiff
path: root/src/runtime/os_freebsd.go
Commit message (Expand)AuthorAgeFilesLines
* runtime, syscall: reimplement AllThreadsSyscall using only signals.Michael Pratt2022-02-151-0/+9
* runtime: allow per-OS changes to unix profilerRhys Hiltner2021-09-271-0/+13
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-4/+4
* [dev.typeparams] runtime: fix misuse of funcPCCherry Mui2021-05-211-1/+1
* [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...Cherry Mui2021-05-211-2/+3
* runtime: clean up system calls during cgo callback initRuss Cox2021-02-191-0/+5
* runtime: free Windows event handles after last lock is droppedJason A. Donenfeld2021-01-181-0/+5
* runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch2020-12-221-2/+1
* runtime: add pipe/pipe2 on SolarisIan Lance Taylor2019-11-081-0/+3
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-9/+20
* 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-1/+1
* runtime: move arm hardware division support detection to internal/cpuMartin Möhrmann2018-08-241-0/+1
* runtime: move darwin kevent calls to libcKeith Randall2018-06-131-0/+6
* runtime: use the correct AT_HWCAP auxv constant on freebsdYuval Pavel Zholkover2018-05-261-1/+1
* runtime,cmd/ld: on darwin, create theads using libcKeith Randall2018-04-301-1/+2
* runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover2018-04-181-3/+6
* runtime: fix AT_HWCAP auxv parsing on freebsdYuval Pavel Zholkover2018-03-231-1/+1
* all: enable c-shared/c-archive support for freebsd/amd64Tim Wright2018-03-211-21/+77
* runtime: parse auxv on freebsdTobias Klauser2018-03-211-1/+38
* runtime: remove unused getrlimit functionTobias Klauser2018-02-171-2/+0
* runtime: remove unused memlimit functionAustin Clements2018-02-131-31/+0
* runtime: allow more CPUs on FreeBSDAustin Clements2017-09-271-10/+13
* runtime: clear signal stack on main threadIan Lance Taylor2017-03-201-0/+14
* runtime: use cpuset_getaffinity for runtime.NumCPU() on FreeBSDDavid NewHamlet2017-03-101-8/+74
* runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsdMike Appleby2016-10-011-8/+8
* 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: unify Unix implementations of unminitIan Lance Taylor2016-09-261-3/+1
* runtime: merge setting new signal mask in minitIan Lance Taylor2016-09-261-12/+6
* runtime: unify sigtrampgoIan Lance Taylor2016-09-261-0/+3
* runtime: unify handling of alternate signal stackIan Lance Taylor2016-09-261-26/+4
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-25/+4
* 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/+1
* os: rename remaining four os1_*.go files to os_*.goBrad Fitzpatrick2016-05-061-0/+311
* runtime: delete empty filesBrad Fitzpatrick2016-05-061-5/+0
* runtime: merge the last four os-vs-os1 files togetherBrad Fitzpatrick2016-05-061-32/+0
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* 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-3/+0
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-1/+1
* runtime: signal forwarding for darwin/amd64David Crawshaw2015-04-261-0/+3
* runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox2015-01-141-0/+1
* [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-111-6/+23
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-2/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+19