1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/runtime
Russ Cox 4230044bb8 runtime: remove non-extern decls of runtime.goarm
The linker is in charge of providing the one true declaration.

R=golang-dev, dave, r
CC=golang-dev
https://golang.org/cl/39560043
2013-12-09 19:35:07 -05:00
..
cgo runtime/cgo: mark callback functions as NOSPLIT 2013-10-09 08:44:47 -07:00
debug runtime: impose thread count limit 2013-08-16 22:25:26 -04:00
pprof cmd/5l, runtime: fix divide for profiling tracebacks on ARM 2013-10-31 18:15:55 +00:00
race runtime/race: update runtime to r191161. 2013-09-22 10:56:06 -07:00
alg.c runtime: Smhasher tests of our map hash function. 2013-09-06 16:23:46 -07:00
append_test.go cmd/gc: inline copy in frontend to call memmove directly. 2013-09-12 00:15:28 +02:00
arch_386.h cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
arch_amd64.h cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
arch_arm.h cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
asm_386.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_amd64.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_arm.s runtime: remove non-extern decls of runtime.goarm 2013-12-09 19:35:07 -05:00
atomic_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
atomic_amd64.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
atomic_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
callback_windows.c runtime: do not generate code during runtime in windows NewCallback 2013-06-24 17:17:45 +10:00
cgocall.c cmd/cgo: replace C.malloc with our own wrapper 2013-09-11 11:30:08 -04:00
cgocall.h
chan_test.go
chan.c runtime: remove old preemption checks 2013-08-15 14:32:10 +04:00
closure_test.go
compiler.go
complex_test.go
complex.c
cpuprof.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
crash_cgo_test.go runtime: fix traceback in cgo programs 2013-08-08 00:31:52 +04:00
crash_test.go all: fix some mistakes found by go tool vet . 2013-09-27 10:09:15 +10:00
debug.go runtime: re-format comments. 2012-11-26 10:53:11 -05:00
defs1_linux.go
defs2_linux.go runtime: integrated network poller for linux 2013-03-14 19:06:35 +04:00
defs_arm_linux.go
defs_darwin_386.h runtime: integrated network poller for darwin 2013-03-14 10:38:37 +04:00
defs_darwin_amd64.h runtime: integrated network poller for darwin 2013-03-14 10:38:37 +04:00
defs_darwin.go runtime: integrated network poller for darwin 2013-03-14 10:38:37 +04:00
defs_dragonfly_386.h runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
defs_dragonfly_amd64.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
defs_dragonfly.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
defs_freebsd_386.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_freebsd_amd64.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_freebsd_arm.h runtime: integrated network pollster for freebsd/arm 2013-08-20 16:57:30 +09:00
defs_freebsd.go runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_linux_386.h runtime: integrated network poller for linux 2013-03-14 19:06:35 +04:00
defs_linux_amd64.h runtime: integrated network poller for linux 2013-03-14 19:06:35 +04:00
defs_linux_arm.h net, runtime: enable runtime-integrated pollster on Linux/ARM. 2013-03-16 04:01:56 +08:00
defs_linux.go runtime: integrated network poller for linux 2013-03-14 19:06:35 +04:00
defs_netbsd_386.go runtime: fix build for NetBSD/ARM 2013-03-19 02:47:04 +08:00
defs_netbsd_386.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd_amd64.go runtime: fix build for NetBSD/ARM 2013-03-19 02:47:04 +08:00
defs_netbsd_amd64.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd_arm.go runtime: fix build for NetBSD/ARM 2013-03-19 02:47:04 +08:00
defs_netbsd_arm.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd.go runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_openbsd_386.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_openbsd_amd64.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_openbsd.go runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_plan9_386.h runtime: add support for panic/recover in Plan 9 note handler 2013-01-30 02:53:56 -08:00
defs_plan9_amd64.h runtime: add support for panic/recover in Plan 9 note handler 2013-01-30 02:53:56 -08:00
defs_windows_386.h net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
defs_windows_amd64.h net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
defs_windows.go net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
env_plan9.c runtime: change int32 to intgo in findnull and findnullw 2013-08-06 21:49:03 +10:00
env_posix.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
error.go runtime: avoid allocation of internal panic values 2013-09-20 15:15:25 -04:00
export_futex_test.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
export_test.c runtime: avoid inconsistent goroutine state in profiler 2013-09-13 14:19:23 -04:00
export_test.go runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys 2013-10-04 13:54:03 -07:00
extern.go runtime: add GODEBUG option for an electric fence like heap mode 2013-12-06 14:40:45 -08:00
float.c
funcdata.h cmd/gc, runtime: correct a misnomer regarding dead value maps 2013-12-09 14:45:10 -08:00
futex_test.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
gc_test.go tests: remove two misuses of nil pointers 2013-08-15 11:51:04 -04:00
hash_test.go runtime: Smhasher tests of our map hash function. 2013-09-06 16:23:46 -07:00
hashmap_fast.c runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
hashmap.c runtime: fix race detector when map keys/values are passed by pointer. 2013-12-02 18:03:25 -08:00
iface_test.go
iface.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
lfstack_test.go
lfstack.c runtime: make cas64 like cas32 and casp 2013-07-12 00:03:32 -04:00
lock_futex.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
lock_sema.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
Makefile
malloc1.go
malloc_test.go runtime: do not scan stack by frames during garbage collection 2013-10-02 11:59:53 -04:00
malloc.goc runtime: add GODEBUG option for an electric fence like heap mode 2013-12-06 14:40:45 -08:00
malloc.h runtime: add an allocation and free tracing for gc debugging 2013-12-03 14:42:38 -08:00
mallocrand.go
mallocrep1.go all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
mallocrep.go
map_test.go runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys 2013-10-04 13:54:03 -07:00
mapspeed_test.go runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
mcache.c runtime: speedup malloc stats collection 2013-06-06 14:56:50 +04:00
mcentral.c runtime: correct parameter name in MCentral_AllocList comment 2013-10-17 11:57:00 -07:00
mem_darwin.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_dragonfly.c runtime: unbreak build on dragonfly 2013-09-09 08:48:06 -07:00
mem_freebsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_linux.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_netbsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_openbsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_plan9.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_windows.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem.go runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
memclr_arm.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_arm.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_linux_amd64_test.go runtime: fix integer overflow in amd64 memmove. 2013-03-09 00:41:03 +01:00
memmove_test.go runtime: faster x86 memmove (a.k.a. built-in copy()) 2013-05-17 12:53:49 -07:00
mfinal_test.go runtime: fix finalizer test on amd64 2013-10-02 12:30:49 -04:00
mfinal.c runtime: rename FlagNoPointers to FlagNoScan. Better represents 2013-08-23 17:28:47 -07:00
mfixalloc.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mgc0.c runtime: add GODEBUG option for an electric fence like heap mode 2013-12-06 14:40:45 -08:00
mgc0.go runtime: interpret type information during garbage collection 2013-01-10 15:45:46 -05:00
mgc0.h runtime: record type information for hashtable internal structures. 2013-08-31 09:09:50 -07:00
mheap.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mprof.goc runtime: add an allocation and free tracing for gc debugging 2013-12-03 14:42:38 -08:00
msize.c runtime: transfer whole span from MCentral to MCache 2013-05-15 18:35:05 +04:00
netpoll_epoll.c runtime: change PollDesc.fd from int32 to uintptr 2013-05-20 12:55:50 +10:00
netpoll_kqueue.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
netpoll_stub.c runtime: integrated network pollster for freebsd/arm 2013-08-20 16:57:30 +09:00
netpoll_windows.c runtime: use GetQueuedCompletionStatusEx on windows if available 2013-08-08 17:41:57 +04:00
netpoll.goc runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
noasm_arm.goc runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
norace_test.go runtime: fix race builders 2013-07-30 22:13:51 +04:00
os_darwin.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_darwin.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
os_dragonfly.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
os_dragonfly.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
os_freebsd_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_freebsd.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_freebsd.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
os_linux_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_linux_arm.c runtime: remove non-extern decls of runtime.goarm 2013-12-09 19:35:07 -05:00
os_linux.c cmd/cc,runtime: change preprocessor to expand macros inside of 2013-08-29 12:36:59 -07:00
os_linux.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
os_netbsd_386.c runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
os_netbsd_amd64.c runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
os_netbsd_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_netbsd.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_netbsd.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
os_openbsd.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_openbsd.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
os_plan9_386.c runtime: do not use memmove in the Plan 9 signal handler 2013-12-09 18:41:48 -05:00
os_plan9_amd64.c runtime: do not use memmove in the Plan 9 signal handler 2013-12-09 18:41:48 -05:00
os_plan9.c cmd/cc,runtime: change preprocessor to expand macros inside of 2013-08-29 12:36:59 -07:00
os_plan9.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
os_windows_386.c runtime: fix plan9, windows builds 2013-06-12 09:41:29 -04:00
os_windows_amd64.c runtime: fix plan9, windows builds 2013-06-12 09:41:29 -04:00
os_windows.c undo CL 14231047 / 2f4c2dde2756 2013-10-15 14:37:43 -04:00
os_windows.h runtime: use GetQueuedCompletionStatusEx on windows if available 2013-08-08 17:41:57 +04:00
panic.c runtime: don't use ... formal argument to deferreturn. 2013-12-02 13:07:15 -08:00
parfor_test.go runtime: re-enable TestParForParallel 2013-08-29 11:42:18 +10:00
parfor.c runtime: make cas64 like cas32 and casp 2013-07-12 00:03:32 -04:00
print.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
proc_test.go runtime: make new tests shorter in short mode 2013-08-01 18:25:36 +04:00
proc.c runtime: remove nomemprof 2013-10-18 10:45:19 +04:00
proc.p
race0.c runtime: remove unused m->racepc 2013-08-12 21:48:19 +04:00
race_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
race.c runtime: do not preempt race calls 2013-08-19 23:06:46 +04:00
race.go runtime/race: tell race detector what memory Read/Write syscalls touch 2013-06-10 22:40:35 +04:00
race.h runtime: remove unused m->racepc 2013-08-12 21:48:19 +04:00
rt0_darwin_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_darwin_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_dragonfly_386.s runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
rt0_dragonfly_amd64.s runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
rt0_freebsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_freebsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_freebsd_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
rt0_linux_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_linux_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_linux_arm.s runtime: remove OABI check from ARM startup 2013-09-09 15:06:05 -04:00
rt0_netbsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_netbsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_netbsd_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
rt0_openbsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_openbsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_plan9_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_plan9_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_windows_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_windows_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rune.c
runtime1.goc
runtime_linux_test.go
runtime_test.go runtime: avoid inconsistent goroutine state in profiler 2013-09-13 14:19:23 -04:00
runtime-gdb.py runtime: explicit init of runtime-gdb helpers 2013-09-10 13:00:08 -04:00
runtime.c runtime: add GODEBUG option for an electric fence like heap mode 2013-12-06 14:40:45 -08:00
runtime.h runtime: add GODEBUG option for an electric fence like heap mode 2013-12-06 14:40:45 -08:00
sema.goc cmd/cc,runtime: change preprocessor to expand macros inside of 2013-08-29 12:36:59 -07:00
signal_386.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_amd64.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_arm.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_darwin_386.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
signal_darwin_amd64.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
signal_dragonfly_386.h runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
signal_dragonfly_amd64.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_freebsd_386.h runtime: freebsd, netbsd build fixes after reorg 2013-03-14 17:39:39 -04:00
signal_freebsd_amd64.h runtime: freebsd, netbsd build fixes after reorg 2013-03-14 17:39:39 -04:00
signal_freebsd_arm.h runtime: fix build for freebsd/arm after reorg 2013-03-14 17:50:07 -04:00
signal_linux_386.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
signal_linux_amd64.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
signal_linux_arm.h runtime, net: fix arm build 2013-03-14 19:42:25 +00:00
signal_netbsd_386.h runtime: unbreak netbsd builds 2013-03-15 11:43:43 -04:00
signal_netbsd_amd64.h runtime: unbreak netbsd builds 2013-03-15 11:43:43 -04:00
signal_netbsd_arm.h runtime: fix build for NetBSD/ARM 2013-03-19 02:47:04 +08:00
signal_openbsd_386.h runtime: fix build on openbsd/386 2013-04-15 10:20:24 -07:00
signal_openbsd_amd64.h runtime: refactor os-specific code 2013-03-14 11:35:13 -07:00
signal_unix.c runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_unix.h runtime: accept GOTRACEBACK=crash to mean 'crash after panic' 2013-03-15 01:11:03 -04:00
signals_darwin.h
signals_dragonfly.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signals_freebsd.h
signals_linux.h
signals_netbsd.h
signals_openbsd.h
signals_plan9.h runtime: add missing copyright 2013-03-20 02:40:29 +09:00
signals_windows.h
sigqueue.goc runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
slice.c cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
softfloat64_test.go
softfloat64.go
softfloat_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
stack_test.go runtime: fix test for new closure representation 2013-06-17 15:41:17 +04:00
stack.c runtime: relax preemption assertion during stack split 2013-10-28 19:40:40 -04:00
stack.h runtime: change default stack segment size to 8 kB 2013-10-03 09:19:10 -04:00
string_test.go runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
string.goc runtime: get rid of concatstring's vararg C argument. 2013-12-03 10:39:19 -08:00
symtab_test.go
symtab.c runtime: export PCDATA value reader 2013-09-16 19:03:19 -07:00
sys_arm.c runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
sys_darwin_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_darwin_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_dragonfly_386.s runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
sys_dragonfly_amd64.s runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
sys_freebsd_386.s runtime: fix wrong syscall numbers on freebsd/386, openbsd/386 2013-08-15 23:22:55 +09:00
sys_freebsd_amd64.s runtime: fix freebsd build 2013-09-16 14:22:24 -04:00
sys_freebsd_arm.s runtime, syscall: update freebsd/arm calling convention to match EABI 2013-09-26 21:35:49 +10:00
sys_linux_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_linux_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_linux_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
sys_netbsd_386.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_netbsd_amd64.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_netbsd_arm.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_openbsd_386.s runtime: fix wrong syscall numbers on freebsd/386, openbsd/386 2013-08-15 23:22:55 +09:00
sys_openbsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_plan9_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_plan9_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_windows_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_windows_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_x86.c runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
syscall_windows_test.go runtime: clear locked bit when goroutine exits 2013-03-08 11:26:00 -05:00
syscall_windows.goc runtime: remove syscall.NewCallbackCDecl on Windows 2013-10-02 21:39:45 -04:00
time_plan9_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
time.goc runtime: handle timer overflow in tsleep 2013-09-06 15:47:39 -04:00
traceback_arm.c cmd/5l, runtime: fix divide for profiling tracebacks on ARM 2013-10-31 18:15:55 +00:00
traceback_x86.c runtime: remove 3 unused declarations. 2013-10-04 13:22:20 -07:00
type.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
type.h runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
typekind.h runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
vdso_linux_amd64.c runtime: faster & safer hash function 2013-03-12 10:47:44 -07:00
vlop_386.s runtime: fix uint64 division on 386 2013-09-16 15:11:32 -04:00
vlop_arm_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
vlop_arm.s runtime: remove cross-function jump in vlop_arm.s 2013-12-08 22:52:08 -05:00
vlrt_386.c runtime: fix uint64 division on 386 2013-09-16 15:11:32 -04:00
vlrt_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00