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