aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/proc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-1/+1
2016-04-02runtime: Use atomic load for in entersyscall.Ian Lance Taylor1-1/+1
2016-02-12runtime: For c-archive/c-shared, install signal handlers synchronously.Ian Lance Taylor1-1/+1
2016-02-10re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)Ian Lance Taylor1-1/+1
2015-10-31runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.Ian Lance Taylor1-2/+15
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-6/+59
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor1-3/+1
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-2/+2
2015-04-29runtime: Support -buildmode=c-shared.Ian Lance Taylor1-2/+92
2015-01-16runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.Ian Lance Taylor1-0/+24
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson1-20/+0
2015-01-05re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets)Ian Lance Taylor1-1/+1
2014-12-23runtime: Remove undefined references to runtime_race*.Ian Lance Taylor1-8/+0
2014-12-13runtime: Clear stack pointers for extra G's.Ian Lance Taylor1-0/+3
2014-10-16runtime: Don't create threads with a small stack.Ian Lance Taylor1-55/+0
2014-09-22runtime: Mark runtime_goexit function as noinline.Ian Lance Taylor1-0/+1
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor1-3/+3
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-8/+57