index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgo
/
runtime
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-02
runtime: scan register backing store on ia64
Ian Lance Taylor
1
-0
/
+10
2018-01-10
re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...
Ian Lance Taylor
1
-3
/
+1
2018-01-09
libgo: update to Go1.10beta1
Ian Lance Taylor
1
-2
/
+38
2017-10-11
runtime: fix issues on AIX about uintptr(_t)
Ian Lance Taylor
1
-1
/
+1
2017-09-14
libgo: update to go1.9
Ian Lance Taylor
1
-0
/
+6
2017-07-18
re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...
Ian Lance Taylor
1
-1
/
+0
2017-06-22
runtime: fix type cast in assignment to gcnextsp in C code
Ian Lance Taylor
1
-1
/
+1
2017-06-22
runtime: change some stack fields to uintptr
Ian Lance Taylor
1
-12
/
+14
2017-05-12
runtime: fix build for non-split-stack systems
Ian Lance Taylor
1
-1
/
+3
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
1
-940
/
+118
2017-01-26
runtime: fix context used by getTraceback
Ian Lance Taylor
1
-1
/
+1
2017-01-20
runtime, testing/internal/testdeps: fixes for cgo
Ian Lance Taylor
1
-2
/
+14
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
1
-22
/
+38
2017-01-10
runtime: copy more scheduler code from Go 1.7 runtime
Ian Lance Taylor
1
-258
/
+6
2017-01-09
runtime: copy more of scheduler from Go 1.7 runtime
Ian Lance Taylor
1
-1340
/
+60
2017-01-03
runtime: remove __go_alloc and __go_free
Ian Lance Taylor
1
-300
/
+22
2016-12-19
runtime: copy cgo support from Go 1.7 runtime
Ian Lance Taylor
1
-321
/
+68
2016-12-08
runtime: copy memory hash code from Go 1.7
Ian Lance Taylor
1
-1
/
+2
2016-11-22
runtime: rewrite panic/defer code from C to Go
Ian Lance Taylor
1
-11
/
+17
2016-11-18
runtime: move schedt type and sched var from C to Go
Ian Lance Taylor
1
-256
/
+227
2016-11-16
runtime: replace runtime1.goc with Go and C code
Ian Lance Taylor
1
-5
/
+69
2016-11-10
runtime: copy signal code from Go 1.7 runtime
Ian Lance Taylor
1
-3
/
+14
2016-10-18
runtime: scan caller-saved registers for non-split-stack
Ian Lance Taylor
1
-1
/
+6
2016-10-17
runtime: copy rdebug code from Go 1.7 runtime
Ian Lance Taylor
1
-5
/
+5
2016-10-14
runtime: copy mprof code from Go 1.7 runtime
Ian Lance Taylor
1
-58
/
+34
2016-10-14
runtime: copy cpuprof code from Go 1.7 runtime
Ian Lance Taylor
1
-26
/
+32
2016-10-13
runtime: copy mstats code from Go 1.7 runtime
Ian Lance Taylor
1
-10
/
+10
2016-10-12
runtime: copy Go 1.7 runtime semaphore code
Ian Lance Taylor
1
-1
/
+4
2016-10-10
runtime: copy print/println support from Go 1.7
Ian Lance Taylor
1
-2
/
+3
2016-10-10
runtime: copy channel code from Go 1.7 runtime
Ian Lance Taylor
1
-2
/
+42
2016-09-30
runtime: copy internal locking code from Go 1.7 runtime
Ian Lance Taylor
1
-31
/
+26
2016-09-21
compiler, runtime: replace hashmap code with Go 1.7 hashmap
Ian Lance Taylor
1
-7
/
+7
2016-09-20
re PR go/77642 (GO Bootstrap fail starting with r239872 splitstack signature ...
Ian Lance Taylor
1
-6
/
+14
2016-09-09
runtime: use alignof to check alignment of ucontext_t
Ian Lance Taylor
1
-1
/
+7
2016-09-09
runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
Ian Lance Taylor
1
-3
/
+0
2016-09-09
runtime: align ucontext_t argument to 16 byte boundary
Ian Lance Taylor
1
-20
/
+38
2016-08-30
runtime: use -fgo-c-header to build C header file
Ian Lance Taylor
1
-346
/
+374
2016-07-22
libgo: update to go1.7rc3
Ian Lance Taylor
1
-1
/
+1
2016-04-02
runtime: Use atomic load for in entersyscall.
Ian Lance Taylor
1
-1
/
+1
2016-02-12
runtime: For c-archive/c-shared, install signal handlers synchronously.
Ian Lance Taylor
1
-1
/
+1
2016-02-10
re PR go/69511 (G.gcstack_size uses uintptr instead of size_t)
Ian Lance Taylor
1
-1
/
+1
2015-10-31
runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.
Ian Lance Taylor
1
-2
/
+15
2015-10-31
runtime: Remove now unnecessary pad field from ParFor.
Ian Lance Taylor
1
-6
/
+59
2015-10-29
compiler, reflect, runtime: remove zero field from type descriptor
Ian Lance Taylor
1
-3
/
+1
2015-10-29
compiler, runtime: change type hash/equal to Go funcs
Ian Lance Taylor
1
-2
/
+2
2015-04-29
runtime: Support -buildmode=c-shared.
Ian Lance Taylor
1
-2
/
+92
2015-01-16
runtime: Add __sparc__ case for SETCONTEXT_CLOBBERS_TLS.
Ian Lance Taylor
1
-0
/
+24
2015-01-16
compiler, reflect, runtime: Use static chain for closures.
Richard Henderson
1
-20
/
+0
2015-01-05
re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets)
Ian Lance Taylor
1
-1
/
+1
2014-12-23
runtime: Remove undefined references to runtime_race*.
Ian Lance Taylor
1
-8
/
+0
[next]