aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/proc.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-09runtime: remove direct assignments to memory locationsIan Lance Taylor1-2/+2
2021-03-08runtime: cast SIGSTKSZ to uintptrIan Lance Taylor1-2/+2
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor1-0/+3
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor1-1/+0
2019-07-15runtime: expose the g variableIan Lance Taylor1-2/+2
2019-06-03runtime: remove unnecessary functions calling between C and GoIan Lance Taylor1-10/+0
2019-05-31runtime: implement cheaper context switch on Linux/AMD64Ian Lance Taylor1-19/+17
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-6/+7
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-6/+7
2018-12-05runtime: add precise stack scan supportIan Lance Taylor1-2/+71
2018-09-13runtime: avoid write barriers with traceback infoIan Lance Taylor1-5/+5
2018-08-24runtime: remove the dummy arg of getcallerspIan Lance Taylor1-9/+9
2018-06-23runtime: use #ifdef instead of #if for USING_SPLIT_STACKIan Lance Taylor1-3/+3
2018-02-02runtime: scan register backing store on ia64Ian Lance Taylor1-0/+10
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor1-3/+1
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-2/+38
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor1-1/+1
2017-09-14libgo: update to go1.9Ian Lance Taylor1-0/+6
2017-07-18re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...Ian Lance Taylor1-1/+0
2017-06-22runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor1-1/+1
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor1-12/+14
2017-05-12runtime: fix build for non-split-stack systemsIan Lance Taylor1-1/+3
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-940/+118
2017-01-26runtime: fix context used by getTracebackIan Lance Taylor1-1/+1
2017-01-20runtime, testing/internal/testdeps: fixes for cgoIan Lance Taylor1-2/+14
2017-01-14libgo: update to Go 1.8 release candidate 1Ian Lance Taylor1-22/+38
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-258/+6
2017-01-09runtime: copy more of scheduler from Go 1.7 runtimeIan Lance Taylor1-1340/+60
2017-01-03runtime: remove __go_alloc and __go_freeIan Lance Taylor1-300/+22
2016-12-19runtime: copy cgo support from Go 1.7 runtimeIan Lance Taylor1-321/+68
2016-12-08runtime: copy memory hash code from Go 1.7Ian Lance Taylor1-1/+2
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor1-11/+17
2016-11-18runtime: move schedt type and sched var from C to GoIan Lance Taylor1-256/+227
2016-11-16runtime: replace runtime1.goc with Go and C codeIan Lance Taylor1-5/+69
2016-11-10runtime: copy signal code from Go 1.7 runtimeIan Lance Taylor1-3/+14
2016-10-18runtime: scan caller-saved registers for non-split-stackIan Lance Taylor1-1/+6
2016-10-17runtime: copy rdebug code from Go 1.7 runtimeIan Lance Taylor1-5/+5
2016-10-14runtime: copy mprof code from Go 1.7 runtimeIan Lance Taylor1-58/+34
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor1-26/+32
2016-10-13runtime: copy mstats code from Go 1.7 runtimeIan Lance Taylor1-10/+10
2016-10-12runtime: copy Go 1.7 runtime semaphore codeIan Lance Taylor1-1/+4
2016-10-10runtime: copy print/println support from Go 1.7Ian Lance Taylor1-2/+3
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor1-2/+42
2016-09-30runtime: copy internal locking code from Go 1.7 runtimeIan Lance Taylor1-31/+26
2016-09-21compiler, runtime: replace hashmap code with Go 1.7 hashmapIan Lance Taylor1-7/+7
2016-09-20re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...Ian Lance Taylor1-6/+14
2016-09-09runtime: use alignof to check alignment of ucontext_tIan Lance Taylor1-1/+7
2016-09-09runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroIan Lance Taylor1-3/+0
2016-09-09runtime: align ucontext_t argument to 16 byte boundaryIan Lance Taylor1-20/+38
2016-08-30runtime: use -fgo-c-header to build C header fileIan Lance Taylor1-346/+374