1
0
mirror of https://github.com/golang/go synced 2024-11-22 17:24:53 -07:00
go/src/runtime
Paul E. Murphy d49d0e0d3a runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib
The AIX ABI requires allocating parameter save space when calling
a function, even if the arguments are passed via registers.

gcc sometimes uses this space. In the case of the cgo c-archive
tests, it clobbered the storage space of argc/argv which prevented
the test program from running the expected test.

Fixes #68957

Change-Id: I8a267b463b1abb2b37ac85231f6c328f406b7515
Reviewed-on: https://go-review.googlesource.com/c/go/+/606895
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2024-08-20 13:01:47 +00:00
..
asan
cgo runtime/cgo: create C pthreads in detached state 2024-08-13 22:54:53 +00:00
coverage runtime/coverage: remove uses of //go:linkname 2024-05-21 19:41:02 +00:00
debug all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
internal runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
metrics math/rand: make calls to Seed no-op 2024-08-19 20:47:27 +00:00
msan
pprof runtime: store zero-delay mutex contention events 2024-08-19 15:50:50 +00:00
race cmd/compile: add race instrumentation during walkCompare 2024-08-01 14:57:13 +00:00
testdata cmd/cgo: enable #cgo noescape/nocallback 2024-08-16 23:44:54 +00:00
trace runtime, cmd/trace: remove code paths that include v1 tracer 2024-04-15 16:44:47 +00:00
abi_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
alg.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
align_runtime_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
align_test.go
arena_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
arena.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
asan0.go all: fix copyright headers 2023-12-15 21:57:36 +00:00
asan_amd64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_arm64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_loong64.s runtime: change the name of variables in asan-related assembly functions 2023-11-22 02:20:04 +00:00
asan_ppc64le.s
asan_riscv64.s
asan.go internal/asan: add new package 2024-02-13 20:39:58 +00:00
asm_386.s runtime: add crash stack support for 386 2024-03-15 15:45:13 +00:00
asm_amd64.h
asm_amd64.s runtime: add runtime.debugPinnerV1 2024-05-11 20:38:24 +00:00
asm_arm64.s runtime: add runtime.debugPinnerV1 2024-05-11 20:38:24 +00:00
asm_arm.s runtime: add crash stack support for arm 2024-02-23 21:00:52 +00:00
asm_loong64.s runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
asm_mips64x.s
asm_mipsx.s runtime: add crash stack support for mips/mipsle 2024-05-06 11:46:29 +00:00
asm_ppc64x.h
asm_ppc64x.s all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 2024-05-22 18:17:17 +00:00
asm_riscv64.s
asm_s390x.s runtime: add crash stack support for s390x 2024-01-25 09:18:28 +00:00
asm_wasm.s cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
asm.s runtime: cleanup crashstack code 2024-05-16 21:49:14 +00:00
atomic_arm64.s
atomic_loong64.s
atomic_mips64x.s
atomic_mipsx.s
atomic_pointer.go all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
atomic_ppc64x.s
atomic_riscv64.s
auxv_none.go
badlinkname_linux.go runtime: push vdsoClockgettimeSym linkname on linux/arm64 2024-05-21 14:47:42 +00:00
badlinkname.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
callers_test.go runtime: use slices and maps to clean up tests 2024-07-25 00:23:03 +00:00
cgo_mmap.go
cgo_ppc64x.go
cgo_sigaction.go
cgo.go cmd/cgo: enable #cgo noescape/nocallback 2024-08-16 23:44:54 +00:00
cgocall.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
cgocallback.go
cgocheck.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +00:00
chan_test.go
chan.go runtime,internal: move runtime/internal/math to internal/runtime/math 2024-07-23 19:05:16 +00:00
chanbarrier_test.go runtime: parallel run test 2024-05-06 17:50:18 +00:00
checkptr_test.go
checkptr.go all: document legacy //go:linkname for modules with ≥20,000 dependents 2024-05-23 00:18:55 +00:00
closure_test.go
compiler.go
complex_test.go
complex.go
conv_wasm_test.go
coro_test.go runtime: skip coro cgo test on platforms without cgo 2024-05-17 21:36:37 +00:00
coro.go iter: propagate runtime.Goexit from iterator passed to Pull 2024-06-07 19:09:18 +00:00
covercounter.go runtime/coverage: remove uses of //go:linkname 2024-05-21 19:41:02 +00:00
covermeta.go internal/coverage/cfile: remove more //go:linkname usage 2024-05-22 09:57:47 +00:00
cpuflags_amd64.go runtime: add ERMS-based memmove support for modern CPU platforms 2024-07-22 21:22:16 +00:00
cpuflags_arm64.go
cpuflags.go
cpuprof.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
cputicks.go
crash_cgo_test.go cmd/cgo: enable #cgo noescape/nocallback 2024-08-16 23:44:54 +00:00
crash_test.go runtime: fix coro interactions with thread-locked goroutines 2024-05-17 19:46:10 +00:00
crash_unix_test.go
create_file_nounix.go
create_file_unix.go
debug_test.go runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
debug.go runtime: add runtime.debugPinnerV1 2024-05-11 20:38:24 +00:00
debugcall.go runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
debuglog_off.go runtime: switch debuglog from const-toggled to type-toggled 2024-07-30 13:10:56 +00:00
debuglog_on.go runtime: switch debuglog from const-toggled to type-toggled 2024-07-30 13:10:56 +00:00
debuglog_test.go runtime: make TestDebugLogInterleaving much more robust 2024-07-30 17:16:52 +00:00
debuglog.go runtime: run debuglog tests when debuglog tag is *not* set 2024-07-30 13:10:59 +00:00
defer_test.go runtime: use slices and maps to clean up tests 2024-07-25 00:23:03 +00:00
defs1_linux.go
defs1_netbsd_386.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_netbsd_arm.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs1_solaris_amd64.go
defs2_linux.go
defs3_linux.go
defs_aix_ppc64.go
defs_aix.go
defs_arm_linux.go
defs_darwin_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_darwin_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_darwin.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_dragonfly_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_dragonfly.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_386.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_amd64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_arm64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_arm.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd_riscv64.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_freebsd.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_illumos_amd64.go
defs_linux_386.go
defs_linux_amd64.go
defs_linux_arm64.go
defs_linux_arm.go
defs_linux_loong64.go runtime: add padding to Linux kernel structures sigcontext on loong64 2024-08-07 01:13:35 +00:00
defs_linux_mips64x.go
defs_linux_mipsx.go
defs_linux_ppc64.go
defs_linux_ppc64le.go
defs_linux_riscv64.go
defs_linux_s390x.go
defs_linux.go
defs_netbsd_386.go
defs_netbsd_amd64.go
defs_netbsd_arm.go
defs_netbsd.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
defs_openbsd_386.go
defs_openbsd_amd64.go
defs_openbsd_arm64.go
defs_openbsd_arm.go
defs_openbsd_mips64.go
defs_openbsd_ppc64.go
defs_openbsd_riscv64.go
defs_openbsd.go
defs_plan9_386.go
defs_plan9_amd64.go
defs_plan9_arm.go
defs_solaris_amd64.go
defs_solaris.go
defs_windows_386.go
defs_windows_amd64.go
defs_windows_arm64.go
defs_windows_arm.go
defs_windows.go cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVersionNumbers 2024-03-21 11:49:46 +00:00
duff_386.s
duff_amd64.s
duff_arm64.s
duff_arm.s
duff_loong64.s
duff_mips64x.s
duff_ppc64x.s
duff_riscv64.s
duff_s390x.s
ehooks_test.go internal/runtime/exithook: make safe for concurrent os.Exit 2024-05-24 16:41:13 +00:00
env_plan9.go
env_posix.go all: document legacy //go:linkname for modules with ≥2,000 dependents 2024-05-23 01:16:47 +00:00
env_test.go
error.go runtime: properly frame panic values in tracebacks 2024-05-08 19:10:41 +00:00
example_test.go
export_aix_test.go
export_arm_test.go
export_darwin_test.go
export_debug_amd64_test.go
export_debug_arm64_test.go
export_debug_loong64_test.go runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
export_debug_ppc64le_test.go
export_debug_test.go runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
export_debuglog_test.go runtime: make TestDebugLogInterleaving much more robust 2024-07-30 17:16:52 +00:00
export_linux_test.go
export_map_noswiss_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
export_map_swiss_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
export_mmap_test.go
export_pipe2_test.go
export_pipe_test.go
export_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
export_unix_test.go
export_windows_test.go runtime: track frame pointer while in syscall 2024-04-19 17:25:00 +00:00
extern.go Revert "runtime: remove GODEBUG=runtimecontentionstacks" 2024-05-30 17:52:17 +00:00
fastlog2_test.go
fastlog2.go
fastlog2table.go
fds_nonunix.go
fds_test.go
fds_unix.go
float_test.go
float.go
funcdata.h
gc_test.go runtime: soften up the GCTestIsReachable test a bit 2024-06-05 22:33:52 +00:00
gcinfo_test.go
go_tls.h
HACKING.md runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
hash32.go
hash64.go runtime,internal: move runtime/internal/math to internal/runtime/math 2024-07-23 19:05:16 +00:00
hash_test.go runtime: parallel run test 2024-05-06 17:50:18 +00:00
heap_test.go
heapdump.go runtime: use .Pointers() instead of .PtrBytes != 0 2024-08-16 14:47:36 +00:00
histogram_test.go
histogram.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
iface_test.go
iface.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
import_test.go
importx_test.go
lfstack_test.go
lfstack.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
libfuzzer_amd64.s
libfuzzer_arm64.s
libfuzzer.go
linkname_unix.go cmd/link: disallow pull-only linknames 2024-05-15 19:57:43 +00:00
linkname.go cmd/cgo: enable #cgo noescape/nocallback 2024-08-16 23:44:54 +00:00
lock_futex.go Revert "runtime: use semaphore structure for futex locks" 2024-05-30 17:57:34 +00:00
lock_js.go cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
lock_sema.go Revert "runtime: prepare for extensions to waiting M list" 2024-05-30 17:57:37 +00:00
lock_wasip1.go
lockrank_off.go runtime: mark lockWithRankMayAcquire as nosplit 2024-07-19 19:51:57 +00:00
lockrank_on.go runtime: always acquire M when acquiring locks by rank 2024-04-22 14:29:04 +00:00
lockrank_test.go
lockrank.go runtime: add traceallocfree GODEBUG for alloc/free events in traces 2024-05-08 17:47:01 +00:00
Makefile
malloc_test.go
malloc.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
map_benchmark_test.go
map_fast32_noswiss.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_fast32_swiss.go cmd/compile,runtime: disable swissmap fast variants 2024-08-02 16:47:38 +00:00
map_fast64_noswiss.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_fast64_swiss.go cmd/compile,runtime: disable swissmap fast variants 2024-08-02 16:47:38 +00:00
map_faststr_noswiss.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_faststr_swiss.go cmd/compile,runtime: disable swissmap fast variants 2024-08-02 16:47:38 +00:00
map_noswiss_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_noswiss.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_swiss_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_swiss.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
map_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
mbarrier.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
mbitmap.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mcache.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mcentral.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mcheckmark.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mem_aix.go
mem_bsd.go
mem_darwin.go
mem_js.go
mem_linux.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mem_plan9.go
mem_sbrk.go
mem_wasip1.go
mem_wasm.go
mem_windows.go
mem.go
memclr_386.s
memclr_amd64.s
memclr_arm64.s
memclr_arm.s
memclr_loong64.s all: delete loong64 non-register ABI fallback path 2024-05-13 15:04:25 +00:00
memclr_mips64x.s
memclr_mipsx.s
memclr_plan9_386.s
memclr_plan9_amd64.s
memclr_ppc64x.s
memclr_riscv64.s
memclr_s390x.s
memclr_wasm.s
memmove_386.s
memmove_amd64.s runtime: add ERMS-based memmove support for modern CPU platforms 2024-07-22 21:22:16 +00:00
memmove_arm64.s
memmove_arm.s
memmove_linux_amd64_test.go
memmove_loong64.s all: delete loong64 non-register ABI fallback path 2024-05-13 15:04:25 +00:00
memmove_mips64x.s
memmove_mipsx.s
memmove_plan9_386.s
memmove_plan9_amd64.s
memmove_ppc64x.s
memmove_riscv64.s
memmove_s390x.s
memmove_test.go runtime: make use of builtin clear in tests 2024-03-29 16:41:12 +00:00
memmove_wasm.s
metrics_test.go runtime: use slices and maps to clean up tests 2024-07-25 00:23:03 +00:00
metrics.go runtime: move GC pause time CPU metrics update into the STW 2024-04-08 21:03:13 +00:00
mfinal_test.go
mfinal.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mfixalloc.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mgc.go all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
mgclimit_test.go
mgclimit.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
mgcmark.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mgcpacer_test.go
mgcpacer.go runtime: avoid futile mark worker acquisition 2024-08-01 21:11:15 +00:00
mgcscavenge_test.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mgcscavenge.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mgcstack.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mgcsweep.go runtime: update large object stats before freeSpan in sweep 2024-05-08 17:52:18 +00:00
mgcwork.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mheap.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
minmax_test.go cmd/compile: implement float min/max in hardware for riscv64 2024-01-26 01:41:50 +00:00
minmax.go
mkduff.go
mkfastlog2table.go
mklockrank.go runtime: add traceallocfree GODEBUG for alloc/free events in traces 2024-05-08 17:47:01 +00:00
mkpreempt.go runtime: remove VZEROUPPER in asyncPreempt on darwin/amd64 2024-07-23 17:16:29 +00:00
mksizeclasses.go runtime: write out a batch with alignment info for traceallocfree 2024-05-22 20:31:27 +00:00
mmap.go
mpagealloc_32bit.go
mpagealloc_64bit.go runtime: correct scavengeIndex.sysGrow min index handling 2024-01-03 11:00:10 +00:00
mpagealloc_test.go
mpagealloc.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mpagecache_test.go
mpagecache.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mpallocbits_test.go
mpallocbits.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
mprof.go runtime: store zero-delay mutex contention events 2024-08-19 15:50:50 +00:00
mranges_test.go
mranges.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
msan0.go
msan_amd64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msan_arm64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msan_loong64.s runtime: fix tests when running with -msan 2024-01-09 01:36:54 +00:00
msan.go internal/msan: add new package 2024-02-20 20:50:21 +00:00
msize.go runtime: remove the allocheaders GOEXPERIMENT 2024-04-09 04:07:57 +00:00
mspanset.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
mstats.go runtime: move GC pause time CPU metrics update into the STW 2024-04-08 21:03:13 +00:00
mwbbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
nbpipe_pipe2.go
nbpipe_pipe_test.go
nbpipe_pipe.go
nbpipe_test.go
net_plan9.go
netpoll_aix.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_epoll.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_fake.go
netpoll_kqueue_event.go runtime: fix the inconsistency of kq parameter of addWakeupEvent 2024-05-24 17:15:46 +00:00
netpoll_kqueue_pipe.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
netpoll_kqueue.go runtime: utilize EVFILT_USER to wake up kevent for kqueue 2024-04-12 21:17:22 +00:00
netpoll_os_test.go
netpoll_solaris.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_stub.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
netpoll_wasip1.go all: make use of builtin clear 2024-03-27 18:23:49 +00:00
netpoll_windows.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
netpoll.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
nonwindows_stub.go runtime: don't call lockOSThread for every syscall call on Windows 2024-03-26 03:12:13 +00:00
norace_linux_test.go
norace_test.go
note_js.go runtime: don't use maps in js note implementation 2024-08-01 19:13:58 +00:00
note_other.go runtime: don't use maps in js note implementation 2024-08-01 19:13:58 +00:00
numcpu_freebsd_test.go
os2_aix.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
os2_freebsd.go
os2_openbsd.go
os2_plan9.go
os2_solaris.go
os3_plan9.go runtime: make use of stringslite.{HasPrefix, HasSuffix} 2024-05-17 15:41:45 +00:00
os3_solaris.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_aix.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_android.go
os_darwin_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_darwin.go cmd,log,net,runtime: simplify string prefix and suffix processing 2024-07-29 21:29:17 +00:00
os_dragonfly.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd2.go
os_freebsd_amd64.go
os_freebsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_freebsd_noauxv.go
os_freebsd_riscv64.go
os_freebsd.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_illumos.go
os_js.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_be64.go
os_linux_generic.go
os_linux_loong64.go
os_linux_mips64x.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_mipsx.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_linux_noauxv.go
os_linux_novdso.go
os_linux_ppc64x.go
os_linux_riscv64.go
os_linux_s390x.go
os_linux_x86.go
os_linux.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_netbsd_386.go
os_netbsd_amd64.go
os_netbsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_netbsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_netbsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_nonopenbsd.go
os_only_solaris.go
os_openbsd_arm64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_libc.go
os_openbsd_mips64.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_openbsd_syscall1.go
os_openbsd_syscall2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_openbsd_syscall.go
os_openbsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
os_plan9_arm.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_plan9.go runtime: make use of stringslite.{HasPrefix, HasSuffix} 2024-05-17 15:41:45 +00:00
os_solaris.go
os_unix_nonlinux.go
os_unix.go
os_wasip1.go math/rand, math/rand/v2: use ChaCha8 for global rand 2023-12-05 20:34:30 +00:00
os_wasm.go runtime: make the wasm crash function abort 2024-08-12 16:17:59 +00:00
os_windows_arm64.go
os_windows_arm.go
os_windows.go testing: use QueryPerformanceCounter on Windows 2024-04-26 22:55:25 +00:00
panic32.go
panic_test.go runtime: properly frame panic values in tracebacks 2024-05-08 19:10:41 +00:00
panic.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
panicnil_test.go
pinner_test.go
pinner.go all: fix some comments 2024-04-04 14:29:45 +00:00
plugin.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
preempt_386.s
preempt_amd64.s runtime: remove VZEROUPPER in asyncPreempt on darwin/amd64 2024-07-23 17:16:29 +00:00
preempt_arm64.s
preempt_arm.s
preempt_loong64.s
preempt_mips64x.s
preempt_mipsx.s
preempt_nonwindows.go
preempt_ppc64x.s
preempt_riscv64.s
preempt_s390x.s
preempt_wasm.s
preempt.go runtime: make use of stringslite.{HasPrefix, HasSuffix} 2024-05-17 15:41:45 +00:00
print.go
proc_runtime_test.go
proc_test.go runtime: fix nil pointer in TestGoroutineParallelism2 when offline 2024-07-01 13:41:27 +00:00
proc.go cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
profbuf_test.go runtime: use slices and maps to clean up tests 2024-07-25 00:23:03 +00:00
profbuf.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
proflabel.go all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
race0.go
race_amd64.s sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
race_arm64.s sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
race_ppc64le.s sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
race_s390x.s sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
race.go sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
rand_test.go runtime: put runtime.fastrand back temporarily 2023-12-07 23:44:31 +00:00
rand.go runtime,internal: move runtime/internal/math to internal/runtime/math 2024-07-23 19:05:16 +00:00
rdebug.go
retry.go
rt0_aix_ppc64.s runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_lib 2024-08-20 13:01:47 +00:00
rt0_android_386.s
rt0_android_amd64.s
rt0_android_arm64.s
rt0_android_arm.s
rt0_darwin_amd64.s
rt0_darwin_arm64.s
rt0_dragonfly_amd64.s
rt0_freebsd_386.s
rt0_freebsd_amd64.s
rt0_freebsd_arm64.s
rt0_freebsd_arm.s
rt0_freebsd_riscv64.s
rt0_illumos_amd64.s
rt0_ios_amd64.s
rt0_ios_arm64.s
rt0_js_wasm.s cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
rt0_linux_386.s
rt0_linux_amd64.s
rt0_linux_arm64.s
rt0_linux_arm.s
rt0_linux_loong64.s
rt0_linux_mips64x.s
rt0_linux_mipsx.s
rt0_linux_ppc64.s
rt0_linux_ppc64le.s all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 2024-05-22 18:17:17 +00:00
rt0_linux_riscv64.s
rt0_linux_s390x.s
rt0_netbsd_386.s
rt0_netbsd_amd64.s
rt0_netbsd_arm64.s
rt0_netbsd_arm.s
rt0_openbsd_386.s
rt0_openbsd_amd64.s
rt0_openbsd_arm64.s
rt0_openbsd_arm.s
rt0_openbsd_mips64.s
rt0_openbsd_ppc64.s
rt0_openbsd_riscv64.s
rt0_plan9_386.s
rt0_plan9_amd64.s
rt0_plan9_arm.s
rt0_solaris_amd64.s
rt0_wasip1_wasm.s cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
rt0_windows_386.s
rt0_windows_amd64.s
rt0_windows_arm64.s
rt0_windows_arm.s
runtime1.go Revert "runtime: remove GODEBUG=runtimecontentionstacks" 2024-05-30 17:52:17 +00:00
runtime2.go runtime: don't use maps in js note implementation 2024-08-01 19:13:58 +00:00
runtime_boring.go
runtime_linux_test.go
runtime_mmap_test.go
runtime_test.go runtime: add direct benchmark of mutex contention 2024-08-09 21:17:37 +00:00
runtime_unix_test.go
runtime-gdb_test.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
runtime-gdb_unix_test.go runtime: mark TestGdbCoreCrashThreadBacktrace as flaky 2024-01-17 19:05:30 +00:00
runtime-gdb.py all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
runtime-lldb_test.go cmd: remove support for GOROOT_FINAL 2024-02-21 22:16:54 +00:00
runtime-seh_windows_test.go
runtime.go all: document legacy //go:linkname for modules with ≥2,000 dependents 2024-05-23 01:16:47 +00:00
rwmutex_test.go runtime: properly model rwmutex in lock ranking 2023-12-15 22:00:45 +00:00
rwmutex.go runtime: always acquire M when acquiring locks by rank 2024-04-22 14:29:04 +00:00
security_aix.go
security_issetugid.go
security_linux.go
security_nonunix.go
security_test.go
security_unix.go runtime: make use of stringslite.{HasPrefix, HasSuffix} 2024-05-17 15:41:45 +00:00
select.go time: garbage collect unstopped Tickers and Timers 2024-03-13 21:36:04 +00:00
sema_test.go
sema.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
semasleep_test.go
sigaction.go
signal_386.go
signal_aix_ppc64.go all: fix copyright headers 2023-12-15 21:57:36 +00:00
signal_amd64.go
signal_arm64.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
signal_arm.go
signal_darwin_amd64.go
signal_darwin_arm64.go
signal_darwin.go
signal_dragonfly_amd64.go
signal_dragonfly.go
signal_freebsd_386.go
signal_freebsd_amd64.go
signal_freebsd_arm64.go
signal_freebsd_arm.go
signal_freebsd_riscv64.go
signal_freebsd.go
signal_linux_386.go
signal_linux_amd64.go
signal_linux_arm64.go
signal_linux_arm.go
signal_linux_loong64.go
signal_linux_mips64x.go
signal_linux_mipsx.go
signal_linux_ppc64x.go
signal_linux_riscv64.go
signal_linux_s390x.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
signal_loong64.go runtime: add debug call injection support on loong64 2024-08-02 14:38:24 +00:00
signal_mips64x.go
signal_mipsx.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
signal_netbsd_386.go
signal_netbsd_amd64.go
signal_netbsd_arm64.go
signal_netbsd_arm.go
signal_netbsd.go
signal_openbsd_386.go
signal_openbsd_amd64.go
signal_openbsd_arm64.go
signal_openbsd_arm.go
signal_openbsd_mips64.go
signal_openbsd_ppc64.go
signal_openbsd_riscv64.go
signal_openbsd.go
signal_plan9.go
signal_ppc64x.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
signal_riscv64.go
signal_solaris_amd64.go
signal_solaris.go
signal_unix.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
signal_windows_test.go
signal_windows.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
sigqueue_note.go
sigqueue_plan9.go
sigqueue.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sigtab_aix.go
sigtab_linux_generic.go
sigtab_linux_mipsx.go
sizeclasses.go runtime: write out a batch with alignment info for traceallocfree 2024-05-22 20:31:27 +00:00
sizeof_test.go runtime: reduced struct sizes found via pahole 2024-04-22 22:07:41 +00:00
slice_test.go
slice.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
softfloat64_test.go
softfloat64.go
stack_test.go
stack.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
start_line_amd64_test.go
start_line_test.go
stkframe.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
string_test.go
string.go all: document legacy //go:linkname for modules with ≥200 dependents 2024-05-23 01:17:26 +00:00
stubs2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
stubs3.go
stubs_386.go
stubs_amd64.go
stubs_arm64.go
stubs_arm.go
stubs_linux.go
stubs_loong64.go
stubs_mips64x.go
stubs_mipsx.go
stubs_nonlinux.go
stubs_nonwasm.go cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
stubs_ppc64.go
stubs_ppc64x.go
stubs_riscv64.go
stubs_s390x.go
stubs_wasm.go cmd/link, runtime: support library mode on wasip1 2024-08-13 21:27:50 +00:00
stubs.go all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
symtab_test.go
symtab.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
symtabinl_test.go cmd/compile: don't treat an InlMark as a read during deadstore 2024-07-23 20:55:24 +00:00
symtabinl.go all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
sys_aix_ppc64.s
sys_arm64.go
sys_arm.go
sys_darwin_amd64.s
sys_darwin_arm64.go
sys_darwin_arm64.s
sys_darwin.go all: document legacy //go:linkname for modules with ≥200 dependents 2024-05-23 01:17:26 +00:00
sys_dragonfly_amd64.s
sys_freebsd_386.s
sys_freebsd_amd64.s
sys_freebsd_arm64.s
sys_freebsd_arm.s
sys_freebsd_riscv64.s
sys_libc.go
sys_linux_386.s
sys_linux_amd64.s
sys_linux_arm64.s
sys_linux_arm.s
sys_linux_loong64.s
sys_linux_mips64x.s
sys_linux_mipsx.s
sys_linux_ppc64x.s all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 2024-05-22 18:17:17 +00:00
sys_linux_riscv64.s
sys_linux_s390x.s
sys_loong64.go
sys_mips64x.go
sys_mipsx.go
sys_netbsd_386.s
sys_netbsd_amd64.s
sys_netbsd_arm64.s
sys_netbsd_arm.s
sys_nonppc64x.go
sys_openbsd1.go
sys_openbsd2.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
sys_openbsd3.go all: document legacy //go:linkname for modules with ≥100,000 dependents 2024-05-22 20:12:46 +00:00
sys_openbsd_386.s
sys_openbsd_amd64.s
sys_openbsd_arm64.s
sys_openbsd_arm.s
sys_openbsd_mips64.s
sys_openbsd_ppc64.s
sys_openbsd_riscv64.s
sys_openbsd.go
sys_plan9_386.s
sys_plan9_amd64.s
sys_plan9_arm.s
sys_ppc64x.go
sys_riscv64.go
sys_s390x.go
sys_solaris_amd64.s
sys_wasm.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
sys_wasm.s
sys_windows_386.s
sys_windows_amd64.s runtime: use the right number of parameters in syscall_SyscallX on Windows 2024-02-19 07:24:08 +00:00
sys_windows_arm64.s
sys_windows_arm.s
sys_x86.go
syscall2_solaris.go
syscall_aix.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
syscall_solaris.go
syscall_unix_test.go
syscall_windows_test.go
syscall_windows.go all: document legacy //go:linkname for modules with ≥100,000 dependents 2024-05-22 20:12:46 +00:00
tagptr_32bit.go
tagptr_64bit.go
tagptr.go
test_amd64.go
test_amd64.s
test_stubs.go
textflag.h
time_fake.go all: document legacy //go:linkname for modules with ≥5,000 dependents 2024-05-23 01:15:13 +00:00
time_linux_amd64.s
time_nofake.go all: document legacy //go:linkname for modules with ≥200 dependents 2024-05-23 01:17:26 +00:00
time_test.go time: move runtimeTimer out of Timer struct 2024-03-09 03:40:04 +00:00
time_windows_386.s
time_windows_amd64.s
time_windows_arm64.s
time_windows_arm.s
time_windows.h
time.go time: fix some typos in CL 512355 2024-08-02 14:34:04 +00:00
timeasm.go
timestub2.go
timestub.go all: document legacy //go:linkname for modules with ≥100 dependents 2024-05-29 16:25:21 +00:00
tls_arm64.h
tls_arm64.s
tls_arm.s
tls_loong64.s
tls_mips64x.s
tls_mipsx.s
tls_ppc64x.s
tls_riscv64.s
tls_s390x.s
tls_stub.go
tls_windows_amd64.go
trace2map_test.go runtime: rewrite traceMap to scale better 2024-04-10 18:52:49 +00:00
trace_cgo_test.go internal/trace: move v2 tracer into trace directory 2024-05-17 18:48:18 +00:00
trace.go runtime: allow experimental trace batches to be reused 2024-07-26 18:46:28 +00:00
traceallocfree.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
traceback_system_test.go runtime/debug: eliminate temporary variadicity from SetCrashOutput 2024-05-16 15:19:04 +00:00
traceback_test.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
traceback.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
tracebackx_test.go
tracebuf.go runtime: allow experimental trace batches to be reused 2024-07-26 18:46:28 +00:00
tracecpu.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
traceevent.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
traceexp.go runtime: allow experimental trace batches to be reused 2024-07-26 18:46:28 +00:00
tracemap.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
traceregion.go runtime,internal: move runtime/internal/sys to internal/runtime/sys 2024-07-23 19:05:35 +00:00
traceruntime.go runtime: make function comments match function names 2024-08-09 21:16:04 +00:00
tracestack.go runtime: make profstackdepth a GODEBUG option 2024-05-21 14:38:56 +00:00
tracestatus.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
tracestring.go runtime: rename v2 execution tracer files 2024-04-15 17:03:35 +00:00
tracetime.go runtime: allow the tracer to be reentrant 2024-07-25 14:38:21 +00:00
tracetype.go runtime: allow experimental trace batches to be reused 2024-07-26 18:46:28 +00:00
type.go all: split old and swiss map abi and compiler integration 2024-08-02 16:41:53 +00:00
typekind.go all: use kind* of abi 2024-04-02 15:10:48 +00:00
unsafe.go runtime,internal: move runtime/internal/math to internal/runtime/math 2024-07-23 19:05:16 +00:00
unsafepoint_test.go
utf8.go
vdso_elf32.go
vdso_elf64.go
vdso_freebsd_arm64.go
vdso_freebsd_arm.go
vdso_freebsd_riscv64.go
vdso_freebsd_x86.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
vdso_freebsd.go runtime: migrate internal/atomic to internal/runtime 2024-03-25 19:53:03 +00:00
vdso_in_none.go
vdso_linux_386.go
vdso_linux_amd64.go cmd/link: disallow pull-only linknames 2024-05-15 19:57:43 +00:00
vdso_linux_arm64.go
vdso_linux_arm.go
vdso_linux_loong64.go
vdso_linux_mips64x.go
vdso_linux_ppc64x.go
vdso_linux_riscv64.go
vdso_linux_s390x.go
vdso_linux.go
vdso_test.go runtime: skip test if strace crashes 2024-01-17 19:47:47 +00:00
vlop_386.s
vlop_arm_test.go
vlop_arm.s
vlrt.go
wincallback.go
write_err_android.go all: make use of builtin clear 2024-03-27 18:23:49 +00:00
write_err.go runtime/debug: SetCrashOutput sets the FD for fatal panics 2024-01-31 16:50:42 +00:00
zcallback_windows_arm64.s
zcallback_windows_arm.s
zcallback_windows.go
zcallback_windows.s