summaryrefslogtreecommitdiff
path: root/libgo/runtime/proc.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix issues on AIX about uintptr(_t)ian2017-10-111-1/+1
* libgo: update to go1.9ian2017-09-141-0/+6
* PR go/81451ian2017-07-181-1/+0
* runtime: fix type cast in assignment to gcnextsp in C codeian2017-06-221-1/+1
* runtime: change some stack fields to uintptrian2017-06-221-12/+14
* runtime: fix build for non-split-stack systemsian2017-05-121-1/+3
* Big merge of changes to gofrontend repo that were postponed due to theian2017-05-101-940/+118
* runtime: fix context used by getTracebackian2017-01-261-1/+1
* runtime, testing/internal/testdeps: fixes for cgoian2017-01-201-2/+14
* libgo: update to Go 1.8 release candidate 1ian2017-01-141-22/+38
* runtime: copy more scheduler code from Go 1.7 runtimeian2017-01-101-258/+6
* runtime: copy more of scheduler from Go 1.7 runtimeian2017-01-091-1340/+60
* runtime: remove __go_alloc and __go_freeian2017-01-031-300/+22
* runtime: copy cgo support from Go 1.7 runtimeian2016-12-191-321/+68
* runtime: copy memory hash code from Go 1.7ian2016-12-081-1/+2
* runtime: rewrite panic/defer code from C to Goian2016-11-221-11/+17
* runtime: move schedt type and sched var from C to Goian2016-11-181-256/+227
* runtime: replace runtime1.goc with Go and C codeian2016-11-161-5/+69
* runtime: copy signal code from Go 1.7 runtimeian2016-11-101-3/+14
* runtime: scan caller-saved registers for non-split-stackian2016-10-181-1/+6
* runtime: copy rdebug code from Go 1.7 runtimeian2016-10-171-5/+5
* runtime: copy mprof code from Go 1.7 runtimeian2016-10-141-58/+34
* runtime: copy cpuprof code from Go 1.7 runtimeian2016-10-141-26/+32
* runtime: copy mstats code from Go 1.7 runtimeian2016-10-131-10/+10
* runtime: copy Go 1.7 runtime semaphore codeian2016-10-121-1/+4
* runtime: copy print/println support from Go 1.7ian2016-10-101-2/+3
* runtime: copy channel code from Go 1.7 runtimeian2016-10-101-2/+42
* runtime: copy internal locking code from Go 1.7 runtimeian2016-09-301-31/+26
* compiler, runtime: replace hashmap code with Go 1.7 hashmapian2016-09-211-7/+7
* PR go/77642ian2016-09-201-6/+14
* runtime: use alignof to check alignment of ucontext_tian2016-09-091-1/+7
* runtime: remove remaining use of MAKECONTEXT_STACK_TOP macroian2016-09-091-3/+0
* runtime: align ucontext_t argument to 16 byte boundaryian2016-09-091-20/+38
* runtime: use -fgo-c-header to build C header fileian2016-08-301-346/+374
* libgo: update to go1.7rc3ian2016-07-221-1/+1
* runtime: Use atomic load for in entersyscall.ian2016-04-021-1/+1
* runtime: For c-archive/c-shared, install signal handlers synchronously.ian2016-02-121-1/+1
* PR go/69511ian2016-02-101-1/+1
* runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.ian2015-10-311-2/+15
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-6/+59
* compiler, reflect, runtime: remove zero field from type descriptorian2015-10-291-3/+1
* compiler, runtime: change type hash/equal to Go funcsian2015-10-291-2/+2
* runtime: Support -buildmode=c-shared.ian2015-04-291-2/+92
* runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.ian2015-01-161-0/+24
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-20/+0
* PR go/61871ian2015-01-051-1/+1
* runtime: Remove undefined references to runtime_race*.ian2014-12-231-8/+0
* runtime: Clear stack pointers for extra G's.ian2014-12-131-0/+3
* runtime: Don't create threads with a small stack.ian2014-10-161-55/+0
* runtime: Mark runtime_goexit function as noinline.ian2014-09-221-0/+1