aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/proc.go
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-13runtime: clear isSystemGoroutine in goexitIan Lance Taylor1-0/+1
2017-06-12runtime: ignore _Gscan bit when checking status in CgocallDoneIan Lance Taylor1-1/+1
2017-05-11runtime: fix isSystemGoroutine for gccgoIan Lance Taylor1-4/+14
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-38/+1247
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-0/+3
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-27/+107
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-18/+558
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-5/+1739
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-1/+204
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-0/+330
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-246/+0
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-0/+246