aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2021-02-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor
2021-02-08runtime/metrics: fix panic in readingAllMetric exampleChangkun Ou
2021-02-04runtime: fix typo in histogram.goIkko Ashimine
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2021-01-28runtime: correct syscall10/syscall10X on openbsd/amd64Joel Sing
2021-01-28runtime,syscall: convert syscall on openbsd/arm64 to libcJoel Sing
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2021-01-27runtime: switch runtime to libc for openbsd/arm64Joel Sing
2021-01-27runtime: convert openbsd/arm64 locking to libcJoel Sing
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2021-01-23runtime: restore cgo_import_dynamic for libc.so on openbsdJoel Sing
2021-01-22runtime: define dummy msanmoveCherry Zhang
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-20runtime: don't adjust timer pp field in timerWaiting statusIan Lance Taylor
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-15runtime: detect errors in DuplicateHandleJason A. Donenfeld
2021-01-08runtime/metrics: mark histogram metrics as cumulativeMichael Anthony Knyszek
2021-01-08runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek
2021-01-08runtime/metrics: change unit on *-by-size metrics to match bucket unitMichael Anthony Knyszek
2021-01-08runtime,runtime/metrics: use explicit histogram boundariesMichael Anthony Knyszek
2021-01-07runtime: check mips64 VDSO clock_gettime return codeMeng Zhuo
2021-01-06runtime/metrics: fix panic message for Float64HistogramMichael Anthony Knyszek
2021-01-05runtime: don't take allglock in tracebackothersMichael Pratt
2020-12-26runtime/cgo: fix Android build with NDK 22Elias Naur
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-12-23runtime: fix allocs-by-size and frees-by-size bucketsMichael Anthony Knyszek
2020-12-23runtime: fix nStackRoots comment about stack rootsMichael Anthony Knyszek
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2020-12-21runtime/metrics: add Read examplesMichael Anthony Knyszek
2020-12-21runtime: use _exit on darwinCherry Zhang
2020-12-21runtime: detect netbsd netpoll overrun in sysmonMichael Pratt
2020-12-21runtime: skip wakep call in wakeNetPoller on Plan 9Richard Miller
2020-12-14test: make a race detector test robust to timing variationsDaniel S Fava
2020-12-10runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek
2020-12-10runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek
2020-12-10runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09runtime/metrics: simplify test to support more environmentsDmitri Shuralyov