aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os1_linux.go
AgeCommit message (Expand)Author
2016-04-06runtime: rename os1_linux.go to os_linux.goBrad Fitzpatrick
2016-04-06runtime: merge os_linux.go into os1_linux.goBrad Fitzpatrick
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-01-14runtime: minimize time between lockextra/unlockextraIan Lance Taylor
2016-01-09runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor
2016-01-06runtime: preserve signal stack when calling Go on C threadIan Lance Taylor
2015-11-24runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-18runtime: fix bad signal stack when using cgo-created threads and async signalsRuss Cox
2015-11-18Revert "runtime: use a proper type, sigset, for m.sigmask"Russ Cox
2015-11-17runtime: use a proper type, sigset, for m.sigmaskElias Naur
2015-11-12runtime: update newosproc asm to access m.id directlyMatthew Dempsky
2015-11-12runtime: ignore rt_sigaction error if it is for SIGRTMAXMichael Hudson-Doyle
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-12runtime: restructured os1_linux.go, added mips64 supportYao Zhang
2015-10-26runtime: use a 64kb system stack on armDavid Crawshaw
2015-07-27runtime: pass a smaller buffer to sched_getaffinity on ARMMichael Hudson-Doyle
2015-07-22runtime: handle linux CPU masks up to 64k CPUsRuss Cox
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-06-02runtime: clean up signalstack APIAustin Clements
2015-05-22runtime: don't always unblock all signalsElias Naur
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-30runtime: make "write barriers are not allowed" comments more preciseAustin Clements
2015-03-26runtime: disallow write barriers in handoffp and calleesAustin Clements
2015-01-09runtime: use urandom instead of randomKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stackAustin Clements
2014-12-10runtime: clean up & go-ify the hash function seederKeith Randall
2014-11-14[dev.cc] runtime: change set_sec to take int64Russ Cox
2014-11-14[dev.cc] runtime: fix linux buildRuss Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert operating system support code from C to GoRuss Cox