summaryrefslogtreecommitdiff
path: root/src/runtime/os1_freebsd.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: minimize time between lockextra/unlockextraIan Lance Taylor2016-01-141-2/+2
* runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor2016-01-091-0/+8
* runtime: preserve signal stack when calling Go on C threadIan Lance Taylor2016-01-061-2/+18
* runtime: use a proper type, sigset, for m.sigmaskElias Naur2015-11-241-8/+3
* runtime: fix bad signal stack when using cgo-created threads and async signalsRuss Cox2015-11-181-3/+14
* Revert "runtime: use a proper type, sigset, for m.sigmask"Russ Cox2015-11-181-3/+8
* runtime: use a proper type, sigset, for m.sigmaskElias Naur2015-11-171-8/+3
* runtime: update newosproc asm to access m.id directlyMatthew Dempsky2015-11-121-2/+1
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-2/+5
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-6/+12
* runtime: clean up signalstack APIAustin Clements2015-06-021-7/+8
* runtime: don't always unblock all signalsElias Naur2015-05-221-4/+24
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: make "write barriers are not allowed" comments more preciseAustin Clements2015-03-301-1/+1
* runtime: disallow write barriers in handoffp and calleesAustin Clements2015-03-261-0/+2
* runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall2015-03-111-1/+1
* runtime: use urandom instead of randomKeith Randall2015-01-091-1/+1
* runtime: rename gothrow to throwKeith Randall2014-12-281-1/+1
* runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stackAustin Clements2014-12-231-0/+5
* runtime: clean up & go-ify the hash function seederKeith Randall2014-12-101-9/+3
* [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-141-1/+1
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-2/+2
* [dev.cc] runtime: convert freebsd to GoRuss Cox2014-11-111-0/+221