aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/proc.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-18libgo: update to Go1.18rc1 releaseIan Lance Taylor1-95/+48
2022-02-11libgo: update to Go1.18beta2Ian Lance Taylor1-107/+64
2022-02-08compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternalIan Lance Taylor1-5/+6
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-310/+484
2021-06-10libgo: update to Go1.16.5 releaseIan Lance Taylor1-0/+26
2021-01-29libgo: update to Go1.16rc1Ian Lance Taylor1-9/+70
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor1-170/+607
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor1-10/+16
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor1-13/+13
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-0/+21
2020-08-07libgo: update to Go1.15rc2 releaseIan Lance Taylor1-17/+52
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor1-58/+212
2020-07-10libgo: update to Go 1.14.4 releaseIan Lance Taylor1-0/+6
2020-02-15libgo: update to Go1.14rc1 releaseIan Lance Taylor1-58/+59
2020-02-15runtime: on 32-bit systems, limit default GOMAXPROCS to 32Ian Lance Taylor1-0/+8
2020-01-21libgo: update to Go1.14beta1Ian Lance Taylor1-272/+375
2020-01-07compiler, runtime: stop using __go_runtime_errorIan Lance Taylor1-0/+8
2019-09-12libgo: update to Go1.13Ian Lance Taylor1-7/+0
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-143/+177
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor1-27/+27
2019-05-11runtime: set up g earlyIan Lance Taylor1-7/+11
2019-05-01compiler,runtime: do more direct interfacesIan Lance Taylor1-1/+1
2019-02-27re PR go/89172 (FAIL: runtime/pprof)Ian Lance Taylor1-1/+8
2019-02-19runtime: abort stack scan in cases that we cannot unwind the stackIan Lance Taylor1-0/+3
2019-02-15compiler, runtime: harmonize types referenced by both C and GoIan Lance Taylor1-1/+1
2019-01-29runtime: fix sigprof frame countingIan Lance Taylor1-2/+1
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1-241/+299
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor1-2/+9
2019-01-17runtime: dropg before CAS g status to _Grunnable/_GwaitingIan Lance Taylor1-3/+8
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-1/+50
2018-10-25compiler: improve name mangling for packpathsIan Lance Taylor1-3/+3
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-29/+147
2018-09-13compiler, runtime: call gcWriteBarrier instead of writebarrierptrIan Lance Taylor1-15/+20
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-2/+2
2018-09-13libgo: build roots index to speed up bulkBarrierPreWriteIan Lance Taylor1-0/+1
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor1-4/+4
2018-07-27libgo: prune sighandler frames in runtime.sigprofIan Lance Taylor1-1/+29
2018-05-31libgo: update to Go 1.10.2 releaseIan Lance Taylor1-0/+6
2018-02-20runtime: allow preemption in fast syscall returnIan Lance Taylor1-0/+7
2018-02-16runtime: add some more preemption checksIan Lance Taylor1-2/+3
2018-02-07runtime: don't call funcPC from a functionIan Lance Taylor1-1/+3
2018-01-17libgo: update to Go1.10beta2 releaseIan Lance Taylor1-1/+7
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor1-0/+4
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-141/+500
2017-09-14libgo: update to go1.9Ian Lance Taylor1-91/+203
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-0/+18
2017-06-22runtime: mark dropm and callees nowritebarrierrecIan Lance Taylor1-0/+5
2017-06-22runtime: export getm functionIan Lance Taylor1-0/+3
2017-06-22runtime: make NumGoroutine wait for system goroutines to registerIan Lance Taylor1-0/+24
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor1-4/+4