summaryrefslogtreecommitdiff
path: root/src/runtime/os_freebsd.go
Commit message (Expand)AuthorAgeFilesLines
* 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