summaryrefslogtreecommitdiff
path: root/src/runtime/os1_linux.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: minimize time between lockextra/unlockextraIan Lance Taylor2016-01-141-3/+2
* runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor2016-01-091-4/+18
* runtime: preserve signal stack when calling Go on C threadIan Lance Taylor2016-01-061-2/+19
* runtime: use a proper type, sigset, for m.sigmaskElias Naur2015-11-241-6/+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/+6
* runtime: use a proper type, sigset, for m.sigmaskElias Naur2015-11-171-6/+3
* runtime: update newosproc asm to access m.id directlyMatthew Dempsky2015-11-121-2/+1
* runtime: ignore rt_sigaction error if it is for SIGRTMAXMichael Hudson-Doyle2015-11-121-1/+2
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-4/+7
* runtime: restructured os1_linux.go, added mips64 supportYao Zhang2015-11-121-6/+4
* runtime: use a 64kb system stack on armDavid Crawshaw2015-10-261-3/+2
* runtime: pass a smaller buffer to sched_getaffinity on ARMMichael Hudson-Doyle2015-07-271-2/+3
* runtime: handle linux CPU masks up to 64k CPUsRuss Cox2015-07-221-2/+10
* runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor2015-07-221-0/+6
* runtime: set m.procid always on LinuxRuss Cox2015-06-241-0/+5
* runtime: clean up signalstack APIAustin Clements2015-06-021-7/+8
* runtime: don't always unblock all signalsElias Naur2015-05-221-4/+24
* runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic2015-04-241-2/+1
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-3/+3
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-7/+26
* 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: use urandom instead of randomKeith Randall2015-01-091-1/+1
* runtime: rename gothrow to throwKeith Randall2014-12-281-5/+5
* runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stackAustin Clements2014-12-231-0/+14
* runtime: clean up & go-ify the hash function seederKeith Randall2014-12-101-18/+6
* [dev.cc] runtime: change set_sec to take int64Russ Cox2014-11-141-2/+2
* [dev.cc] runtime: fix linux buildRuss Cox2014-11-141-2/+2
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-3/+13
* [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-1/+1
* [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-111-0/+277