1
0
mirror of https://github.com/golang/go synced 2024-10-01 13:28:37 -06:00
go/src/runtime
Shenghou Ma 2cbe27a272 runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6
The test program requires static constructor, which in turn needs
external linking to work, but external linking never works on 10.6.

This should fix the darwin-{386,amd64} builders.

Change-Id: I714fdd3e35f9a7e5f5659cf26367feec9412444f
Reviewed-on: https://go-review.googlesource.com/2235
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-03 03:18:46 +00:00
..
cgo runtime/cgo: remove unused variable 2015-01-01 03:14:56 +00:00
debug runtime: gofmt 2014-12-16 06:16:00 +00:00
pprof [dev.cc] runtime: convert scheduler from C to Go 2014-11-11 17:08:33 -05:00
race runtime: fix atomic operations on non-heap addresses 2014-11-20 09:51:02 -05:00
alg.go runtime: get rid of goalg, no longer needed 2014-12-28 18:42:39 +00:00
append_test.go
arch1_386.go [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generate 2014-11-18 12:07:50 -05:00
arch1_amd64.go [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generate 2014-11-18 12:07:50 -05:00
arch1_amd64p32.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
arch1_arm.go [dev.cc] runtime: generate GOOS- and GOARCH-specific files with go generate 2014-11-18 12:07:50 -05:00
arch1_ppc64.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
arch1_ppc64le.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
arch_386.go
arch_amd64.go
arch_amd64p32.go
arch_arm.go
arch_ppc64.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
arch_ppc64le.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
asm_386.s runtime: use SETEQ instead of JZ for cas 2015-01-02 19:06:36 +00:00
asm_amd64.s runtime: use SETEQ instead of JZ for cas 2015-01-02 19:06:36 +00:00
asm_amd64p32.s runtime: use SETEQ instead of JZ for cas 2015-01-02 19:06:36 +00:00
asm_arm.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
asm_ppc64x.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
asm.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
atomic_386.go [dev.cc] runtime: convert arch-specific .c and .h files to Go 2014-11-11 17:09:09 -05:00
atomic_amd64x.go [dev.cc] runtime: convert arch-specific .c and .h files to Go 2014-11-11 17:09:09 -05:00
atomic_arm.go [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack 2014-11-12 14:54:31 -05:00
atomic_ppc64x.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
atomic_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
cgo.go [dev.cc] runtime/cgo: convert from C to Go 2014-11-11 17:05:37 -05:00
cgocall.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
cgocall.h
cgocallback.go
chan1.go [dev.cc] runtime: convert header files to Go 2014-11-11 17:05:19 -05:00
chan_test.go runtime: use doubly-linked lists for channel send/recv queues. 2014-12-08 19:20:12 +00:00
chan.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
closure_test.go
compiler.go
complex_test.go
complex.go [dev.cc] runtime: convert basic library routines from C to Go 2014-11-11 17:07:06 -05:00
cpuprof.go runtime: remove thunk.s 2014-12-23 03:17:22 +00:00
cputicks.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
crash_cgo_test.go runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6 2015-01-03 03:18:46 +00:00
crash_test.go runtime: fix unrecovered panic on external thread 2014-10-28 21:53:09 -04:00
debug.go [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack 2014-11-12 14:54:31 -05:00
defs1_linux.go
defs1_netbsd_386.go [dev.cc] runtime: convert netbsd/386 port to Go 2014-11-22 22:09:11 +11:00
defs1_netbsd_amd64.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
defs1_netbsd_arm.go runtime: convert netbsd/arm to Go 2014-12-05 16:17:09 -05:00
defs1_solaris_amd64.go [dev.cc] runtime: convert Solaris port to Go 2014-11-13 16:07:10 +01:00
defs2_linux.go
defs3_linux.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
defs_arm_linux.go
defs_darwin_386.go [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go 2014-11-11 17:07:37 -05:00
defs_darwin_amd64.go [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go 2014-11-11 17:07:37 -05:00
defs_darwin.go
defs_dragonfly_386.go [dev.cc] runtime: convert dragonfly/386 port to Go 2014-11-25 03:15:11 +11:00
defs_dragonfly_amd64.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_dragonfly.go
defs_freebsd_386.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_freebsd_amd64.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_freebsd_arm.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_freebsd.go
defs_linux_386.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
defs_linux_amd64.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
defs_linux_arm.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
defs_linux_ppc64.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
defs_linux_ppc64le.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
defs_linux.go
defs_nacl_386.go [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go 2014-11-11 17:07:37 -05:00
defs_nacl_amd64p32.go [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go 2014-11-11 17:07:37 -05:00
defs_nacl_arm.go [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to Go 2014-11-11 17:07:37 -05:00
defs_netbsd_386.go
defs_netbsd_amd64.go
defs_netbsd_arm.go
defs_netbsd.go
defs_openbsd_386.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_openbsd_amd64.go [dev.cc] runtime: change set_sec to take int64 2014-11-14 14:50:00 -05:00
defs_openbsd.go
defs_plan9_386.go runtime: consolidate arch-specific signal handlers on Plan 9 2014-12-30 14:36:15 +00:00
defs_plan9_amd64.go runtime: consolidate arch-specific signal handlers on Plan 9 2014-12-30 14:36:15 +00:00
defs_solaris_amd64.go
defs_solaris.go
defs_windows_386.go runtime: provide a dummy value of _SIGPROF on plan9 and windows 2015-01-01 04:41:43 +00:00
defs_windows_amd64.go runtime: provide a dummy value of _SIGPROF on plan9 and windows 2015-01-01 04:41:43 +00:00
defs_windows.go runtime: provide a dummy value of _SIGPROF on plan9 and windows 2015-01-01 04:41:43 +00:00
env_plan9.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
env_posix.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
error.go
export_futex_test.go
export_test.go runtime: remove unused export_test declarations 2015-01-01 18:44:36 +00:00
extern.go [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack 2014-11-12 14:54:31 -05:00
funcdata.h [dev.cc] runtime: convert header files to Go 2014-11-11 17:05:19 -05:00
futex_test.go [dev.cc] runtime: convert scheduler from C to Go 2014-11-11 17:08:33 -05:00
gc_test.go
gcinfo_test.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
gengoos.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
go_tls.h [dev.cc] cmd/dist: adjust for build process without cmd/cc 2014-11-11 01:29:05 -05:00
hash32.go runtime: a better fallback hash 2014-12-22 22:41:01 +00:00
hash64.go runtime: a better fallback hash 2014-12-22 22:41:01 +00:00
hash_test.go runtime: a better fallback hash 2014-12-22 22:41:01 +00:00
hashmap_fast.go runtime: get rid of goalg, no longer needed 2014-12-28 18:42:39 +00:00
hashmap.go runtime: get rid of goalg, no longer needed 2014-12-28 18:42:39 +00:00
heapdump.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
iface_test.go
iface.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
lfstack_32bit.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
lfstack_amd64.go [dev.cc] runtime: fix lfstack for amd64 addresses in top half of addr space 2014-11-14 12:55:23 -05:00
lfstack_linux_ppc64x.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
lfstack_test.go [dev.garbage] runtime: fix TestLFStack on 386 2014-10-27 15:57:07 -04:00
lfstack.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
lock_futex.go liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
lock_sema.go liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
Makefile
malloc1.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
malloc2.go runtime: fix a minor typo in comments 2014-12-18 20:35:56 +00:00
malloc_test.go
malloc.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
map_test.go
mapspeed_test.go
mcache.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mcentral.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mem_bsd.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mem_darwin.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mem_linux.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mem_plan9.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
mem_windows.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mem.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
memclr_386.s [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped 2014-10-28 21:50:16 -04:00
memclr_amd64.s [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped 2014-10-28 21:50:16 -04:00
memclr_arm.s
memclr_plan9_386.s [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped 2014-10-28 21:50:16 -04:00
memclr_plan9_amd64.s
memclr_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
memmove_386.s
memmove_amd64.s
memmove_arm.s
memmove_linux_amd64_test.go
memmove_nacl_amd64p32.s
memmove_plan9_386.s
memmove_plan9_amd64.s
memmove_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
memmove_test.go
mfinal_test.go
mfixalloc.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mgc0.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mgc0.h [dev.garbage] all: merge dev.cc into dev.garbage 2014-11-15 08:00:38 -05:00
mgc1.go [dev.garbage] all: merge dev.cc into dev.garbage 2014-11-15 08:00:38 -05:00
mgc.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
mheap.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
mknacl.sh
mprof.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
msize.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
netpoll_epoll.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
netpoll_kqueue.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
netpoll_nacl.go
netpoll_solaris.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
netpoll_stub.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
netpoll_windows.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
netpoll.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
noasm.go runtime: add comments for blank import of "unsafe" 2014-12-23 05:09:07 +00:00
norace_test.go [dev.cc] runtime: convert race implementation from C to Go 2014-11-11 17:08:14 -05:00
os1_darwin.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_dragonfly.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_freebsd.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_linux.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_nacl.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_netbsd_386.go [dev.cc] runtime: convert netbsd/386 port to Go 2014-11-22 22:09:11 +11:00
os1_netbsd_amd64.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
os1_netbsd.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_openbsd.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os1_plan9.go runtime: rename atoi to _atoi on Plan 9 2014-12-29 17:04:24 +00:00
os1_windows_386.go [dev.cc] runtime: convert remaining windows C code to Go 2014-11-20 12:24:03 +11:00
os1_windows_amd64.go [dev.cc] runtime: convert remaining windows C code to Go 2014-11-20 12:24:03 +11:00
os1_windows.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os2_darwin.go [dev.cc] runtime: convert operating system support code from C to Go 2014-11-11 17:08:54 -05:00
os2_dragonfly.go [dev.cc] runtime: convert dragonfly/amd64 port to Go 2014-11-15 04:47:20 +11:00
os2_freebsd.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
os2_linux.go [dev.cc] runtime: convert operating system support code from C to Go 2014-11-11 17:08:54 -05:00
os2_nacl.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
os2_netbsd.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
os2_openbsd.go [dev.cc] runtime: convert openbsd/amd64 port to Go 2014-11-14 13:01:12 +11:00
os2_plan9.go runtime: provide a dummy value of _SIGPROF on plan9 and windows 2015-01-01 04:41:43 +00:00
os2_solaris.go [dev.cc] runtime: convert Solaris port to Go 2014-11-13 16:07:10 +01:00
os2_windows.go [dev.cc] runtime: convert remaining windows C code to Go 2014-11-20 12:24:03 +11:00
os3_plan9.go runtime: consolidate arch-specific signal handlers on Plan 9 2014-12-30 14:36:15 +00:00
os3_solaris.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os_android_arm.go runtime: add comments for blank import of "unsafe" 2014-12-23 05:09:07 +00:00
os_darwin.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
os_dragonfly.go [dev.cc] runtime: convert dragonfly/amd64 port to Go 2014-11-15 04:47:20 +11:00
os_freebsd_arm.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
os_freebsd.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
os_linux_386.go runtime: clean up & go-ify the hash function seeder 2014-12-10 21:15:35 +00:00
os_linux_arm.go [dev.cc] runtime: fix bus error accessing auxv random data on arm5 2014-11-15 09:57:02 +11:00
os_linux.go [dev.cc] runtime: convert operating system support code from C to Go 2014-11-11 17:08:54 -05:00
os_nacl_arm.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
os_nacl.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os_netbsd_arm.go runtime: convert netbsd/arm to Go 2014-12-05 16:17:09 -05:00
os_netbsd.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
os_openbsd.go [dev.cc] runtime: convert openbsd/amd64 port to Go 2014-11-14 13:01:12 +11:00
os_plan9.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
os_solaris.go [dev.cc] runtime: convert Solaris port to Go 2014-11-13 16:07:10 +01:00
os_windows_386.go
os_windows_amd64.go
os_windows.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
panic1.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
panic.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
parfor_test.go
parfor.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
print1_write_android.go runtime: send android stderr to /dev/log/main 2014-12-10 22:06:13 +00:00
print1_write.go runtime: send android stderr to /dev/log/main 2014-12-10 22:06:13 +00:00
print1.go runtime: send android stderr to /dev/log/main 2014-12-10 22:06:13 +00:00
proc1.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
proc_test.go
proc.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
race0.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
race1.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
race_amd64.s [dev.cc] all: merge default (e4ab8f908aac) into dev.cc 2014-11-20 11:48:08 -05:00
race.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
rdebug.go [dev.cc] runtime: convert scheduler from C to Go 2014-11-11 17:08:33 -05:00
rt0_android_arm.s
rt0_darwin_386.s
rt0_darwin_amd64.s
rt0_dragonfly_386.s
rt0_dragonfly_amd64.s
rt0_freebsd_386.s
rt0_freebsd_amd64.s
rt0_freebsd_arm.s
rt0_linux_386.s [dev.garbage] all: merge dev.cc into dev.garbage 2014-11-15 08:00:38 -05:00
rt0_linux_amd64.s
rt0_linux_arm.s
rt0_linux_ppc64.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
rt0_linux_ppc64le.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
rt0_nacl_386.s
rt0_nacl_amd64p32.s runtime: disable fake time on nacl 2014-10-27 20:47:15 -04:00
rt0_nacl_arm.s
rt0_netbsd_386.s
rt0_netbsd_amd64.s
rt0_netbsd_arm.s
rt0_openbsd_386.s
rt0_openbsd_amd64.s
rt0_plan9_386.s
rt0_plan9_amd64.s
rt0_solaris_amd64.s
rt0_windows_386.s
rt0_windows_amd64.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
rune.go
runtime1.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
runtime2.go liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
runtime_linux_test.go
runtime_test.go
runtime_unix_test.go
runtime-gdb.py
runtime.go runtime: remove thunk.s 2014-12-23 03:17:22 +00:00
select.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
sema.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
signal1_unix.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
signal_386.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_amd64x.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_arm.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_darwin_386.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_darwin_amd64.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_darwin.go [dev.cc] runtime: convert signal handlers from C to Go 2014-11-11 17:05:55 -05:00
signal_dragonfly_386.go [dev.cc] runtime: convert dragonfly/386 port to Go 2014-11-25 03:15:11 +11:00
signal_dragonfly_amd64.go [dev.cc] runtime: convert dragonfly/amd64 port to Go 2014-11-15 04:47:20 +11:00
signal_dragonfly.go [dev.cc] runtime: convert dragonfly/amd64 port to Go 2014-11-15 04:47:20 +11:00
signal_freebsd_386.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
signal_freebsd_amd64.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
signal_freebsd_arm.go [dev.cc] runtime: convert freebsd to Go 2014-11-11 23:00:29 -05:00
signal_freebsd.go [dev.cc] runtime: make SIGSYS notifiable on freebsd (again) 2014-11-14 04:29:03 +11:00
signal_linux_386.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
signal_linux_amd64.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
signal_linux_arm.go [dev.cc] runtime: add explicit siginfo.si_addr field 2014-11-19 14:56:49 -05:00
signal_linux_ppc64x.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
signal_linux.go runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack 2014-12-23 01:33:36 +00:00
signal_nacl_386.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
signal_nacl_amd64p32.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
signal_nacl_arm.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
signal_nacl.go [dev.cc] runtime: convert nacl support to Go 2014-11-21 10:22:18 -05:00
signal_netbsd_386.go [dev.cc] runtime: convert netbsd/386 port to Go 2014-11-22 22:09:11 +11:00
signal_netbsd_amd64.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
signal_netbsd_arm.go runtime: convert netbsd/arm to Go 2014-12-05 16:17:09 -05:00
signal_netbsd.go [dev.cc] runtime: convert netbsd/amd64 port to Go 2014-11-22 16:05:31 +11:00
signal_openbsd_386.go [dev.cc] runtime: convert openbsd/386 port to Go 2014-11-15 03:55:14 +11:00
signal_openbsd_amd64.go [dev.cc] runtime: convert openbsd/amd64 port to Go 2014-11-14 13:01:12 +11:00
signal_openbsd.go [dev.cc] runtime: convert openbsd/amd64 port to Go 2014-11-14 13:01:12 +11:00
signal_plan9.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
signal_ppc64x.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
signal_solaris_amd64.go [dev.cc] runtime: fix nil pointer crash handler bug on Solaris 2014-11-14 14:25:49 +01:00
signal_solaris.go [dev.cc] runtime: convert Solaris port to Go 2014-11-13 16:07:10 +01:00
signal_unix.go runtime: remove thunk.s 2014-12-23 03:17:22 +00:00
signal_unix.h
signals_windows.h
sigpanic_unix.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
sigqueue.go runtime: provide a dummy value of _SIGPROF on plan9 and windows 2015-01-01 04:41:43 +00:00
slice.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
softfloat64_test.go [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes 2014-11-11 22:30:02 -05:00
softfloat64.go [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes 2014-11-11 22:30:02 -05:00
softfloat_arm.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
sqrt.go [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes 2014-11-11 22:30:02 -05:00
stack1.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
stack2.go liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
stack_test.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
stack.h [dev.garbage] runtime: raise StackGuard limit for Windows (again) 2014-12-05 19:50:09 -05:00
string1.go [dev.cc] runtime: convert basic library routines from C to Go 2014-11-11 17:07:06 -05:00
string_test.go
string.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
stubs2.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
stubs3.go [dev.cc] runtime: convert Plan 9 port to Go 2014-11-21 19:39:01 +01:00
stubs.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
symtab_test.go
symtab.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
sys_arm.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
sys_darwin_386.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_darwin_amd64.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_dragonfly_386.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_dragonfly_amd64.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_freebsd_386.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_freebsd_amd64.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_freebsd_arm.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_linux_386.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_linux_amd64.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_linux_arm.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_linux_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
sys_nacl_386.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_nacl_amd64p32.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_nacl_arm.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_netbsd_386.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_netbsd_amd64.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_netbsd_arm.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_openbsd_386.s [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc 2014-11-14 12:10:52 -05:00
sys_openbsd_amd64.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
sys_plan9_386.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
sys_plan9_amd64.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
sys_ppc64x.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
sys_solaris_amd64.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
sys_windows_386.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
sys_windows_amd64.s liblink, cmd/ld, runtime: remove stackguard1 2014-12-29 07:36:07 +00:00
sys_x86.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
syscall2_solaris.go runtime: add comments for blank import of "unsafe" 2014-12-23 05:09:07 +00:00
syscall_nacl.h
syscall_solaris.go [dev.cc] runtime: convert Solaris port to Go 2014-11-13 16:07:10 +01:00
syscall_windows_test.go syscall: clean up TestStdcallAndCDeclCallbacks to have no warnings 2014-12-22 00:31:57 +00:00
syscall_windows.go runtime: rename gothrow to throw 2014-12-28 06:16:16 +00:00
time.go runtime: remove thunk.s 2014-12-23 03:17:22 +00:00
tls_arm.s [dev.cc] runtime: convert assembly files for C to Go transition 2014-11-11 17:06:22 -05:00
traceback.go runtime: remove go prefix from a few routines 2014-12-29 15:18:29 +00:00
type.go runtime: get rid of goalg, no longer needed 2014-12-28 18:42:39 +00:00
typekind1.go [dev.cc] runtime: convert header files to Go 2014-11-11 17:05:19 -05:00
typekind.go
typekind.h [dev.cc] runtime: convert header files to Go 2014-11-11 17:05:19 -05:00
unaligned1.go runtime: a better fallback hash 2014-12-22 22:41:01 +00:00
unaligned2.go runtime: a better fallback hash 2014-12-22 22:41:01 +00:00
vdso_linux_amd64.go runtime: clean up & go-ify the hash function seeder 2014-12-10 21:15:35 +00:00
vdso_none.go [dev.garbage] all: merge dev.cc into dev.garbage 2014-11-15 08:00:38 -05:00
vlop_386.s
vlop_arm_test.go
vlop_arm.s [dev.cc] runtime: fix arm5 build 2014-11-11 23:24:54 -05:00
vlrt.go
wbfat_gen.go [dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarrierptr 2014-10-30 10:16:03 -04:00
wbfat.go [dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarrierptr 2014-10-30 10:16:03 -04:00
wincallback.go runtime: use go generate for zcallback_windows.go 2014-12-19 02:45:40 +00:00
zcallback_windows.go runtime: use go generate for zcallback_windows.go 2014-12-19 02:45:40 +00:00
zcallback_windows.s runtime: generate windows callback list with go generate 2014-12-05 16:24:20 -05:00
zgoarch_386.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoarch_amd64.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoarch_amd64p32.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoarch_arm.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoarch_ppc64.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoarch_ppc64le.go all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
zgoos_android.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_darwin.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_dragonfly.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_freebsd.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_linux.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_nacl.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_netbsd.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_openbsd.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_plan9.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_solaris.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00
zgoos_windows.go [dev.cc] runtime: explicitly exclude android in zgoos_linux.go 2014-11-21 18:13:59 -05:00