aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2020-06-10runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho
2020-06-09runtime: fix typo in comment (object -> objects)Brad Fitzpatrick
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08runtime: always mark span when marking an objectAustin Clements
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-06-03runtime: make runtime-gdb.py tolerant of creatively-named gdb versionsDavid Chase
2020-06-03runtime: repair gdb printing fix for 7.12, 8.{1,2,3}.1, 9.2David Chase
2020-06-03runtime: steal timers from running P'sIan Lance Taylor
2020-06-02runtime: repair slice, string, and channel printing in gdbDavid Chase
2020-06-02runtime: add three new partial orders for lock rankingDan Scales
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-29runtime: no SIGWINCH to pgrp while GDB is runningMichael Pratt
2020-05-27runtime: check gdb exit status and log outputMichael Pratt
2020-05-26runtime, time: gofmtTobias Klauser
2020-05-26runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7Joel Sing
2020-05-21runtime: detect and report zombie slots during sweepingAustin Clements
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2020-05-21runtime: synchronize StartTrace and StopTrace with sysmonMichael Anthony Knyszek
2020-05-21runtime: add a barrier after a new span is allocatedCherry Zhang
2020-05-20runtime: allocate fewer bytes during TestEINTRBryan C. Mills
2020-05-20runtime: don't use (addrRange).subtract in removeGreaterEqualMichael Anthony Knyszek
2020-05-18runtime: don't enable notes (=signals) too early in Plan 9Richard Miller
2020-05-14runtime: add a lock partial order edge (assistQueue -> mspanSpecial)Dan Scales
2020-05-14runtime: remove flaky "goroutine 2 bt" from gdb testJosh Bleecher Snyder
2020-05-14runtime: make maxOffAddr reflect the actual address space upper boundMichael Anthony Knyszek
2020-05-13runtime: reduce timing sensitivity in TestEINTRBryan C. Mills
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-09runtime: fix dead link in gcc_androd.c fileAlberto Donizetti
2020-05-08runtime: use first line of cpuset output on FreeBSDSteven Hartland
2020-05-08runtime: use offAddr in more parts of the runtimeMichael Anthony Knyszek
2020-05-08runtime: make addrRange[s] operate on offset addressesMichael Anthony Knyszek
2020-05-08runtime: avoid re-scanning scavenged and untouched memoryMichael Anthony Knyszek
2020-05-08runtime: remove scavAddr in favor of address rangesMichael Anthony Knyszek
2020-05-07runtime: do not attempt bulkBarrierPreWrite when dst slice length is zeroMartin Möhrmann
2020-05-07runtime: avoid overflow from linearAllocMichael Anthony Knyszek
2020-05-07runtime: avoid overflow in (*mheap).growMichael Anthony Knyszek
2020-05-07runtime: incorporate Gscan acquire/release into lock ranking orderDan Scales
2020-05-07crypto/x509: use Security.framework without cgo for roots on macOSFilippo Valsorda
2020-05-07runtime: grow stack more than 2x if the new frame is largeKeith Randall
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2020-05-07runtime: call osyield directly in lockextra徐志强
2020-05-07runtime/runtime2: pack the sudog structAaron Patterson
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-05-06runtime: use correct truncated constants for float conversionAgniva De Sarker
2020-05-05runtime: correct waitReasonForceGGIdle to waitResonForceGCIdlegeedchin
2020-05-04runtime: mark riscv64 goexit with TOPFRAMEJoel Sing
2020-05-01runtime: add one extra lock ranking partial edgeDan Scales
2020-05-01runtime/race: rebuild race detector .syso filesKeith Randall