aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgo
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime/cgo: use just #include "textflag.h"Russ Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-08-30runtime: translate env*.c to GoRuss Cox
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-07-03runtime/cgo: replace fprintf(stderr, ...) with fatalf(...) for linux/androidDavid Crawshaw
2014-07-03runtime/cgo: revert use of undefined logging functionDavid Crawshaw
2014-07-03cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw
2014-06-30runtime: update arm comments now register m is goneDavid Crawshaw
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-02-25all: nacl import round 2Russ Cox
2014-02-07runtime/cgo: fix build on freebsd/armMikio Hara
2014-01-22runtime: fix and improve CPU profilingDmitriy Vyukov
2013-12-24runtime/cgo: include <signal.h> to fix buildIan Lance Taylor
2013-12-24runtime/cgo: always set signal mask before calling pthread_createIan Lance Taylor
2013-12-22cgo/runtime: replace sigprocmask with pthread_sigmask.S.Çağlar Onur
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-09-16cmd/cgo: allow C.malloc(0) alwaysRuss Cox
2013-09-04cgo: enable cgo on dragonflyAulus Egnatius Varialus
2013-08-14cmd/go, runtime/cgo: explicitly target ARMv5TCarl Shapiro
2013-08-14runtime/cgo: use old-style indirect call on armRuss Cox
2013-08-14runtime: Fix build on older ARMElias Naur
2013-08-14runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur
2013-08-12all: change textflags from numbers to symbols.Keith Randall
2013-05-30cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10Shenghou Ma
2013-05-22runtime: detect deadlocks in programs using cgoDmitriy Vyukov
2013-05-03runtime/cgo: fix build for ARMShenghou Ma
2013-05-03cmd/ld: add .note.GNU-stack section for external linkingShenghou Ma
2013-05-01runtime/cgo: export symbols in both internal and external link modeIan Lance Taylor
2013-03-25runtime: pass setmg function to cgo_initRuss Cox
2013-03-23runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM.Shenghou Ma
2013-03-11cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma
2013-03-07cmd/ld: host linking support for linux/amd64Russ Cox
2013-03-01runtime/cgo: fix arm build, re-enable testRuss Cox
2013-03-01runtime/cgo: fix crosscall2 on armRuss Cox
2013-02-28runtime/cgo: make crosscall2 5a/6a/8a-assembledRuss Cox
2013-03-01runtime/cgo: fix arm buildRuss Cox
2013-02-28runtime/cgo: move common symbol overrides into 6c-compiled codeRuss Cox
2013-02-28runtime/cgo: make symbol naming consistentRuss Cox
2013-02-26all: clean up C function prototypesAnthony Martin
2013-02-25runtime/cgo: fix deadlock involving signals on darwinDmitriy Vyukov
2013-02-13go/build, runtime/cgo: cgo support for NetBSD/ARMShenghou Ma
2012-12-21cgo: enable cgo on openbsdJoel Sing
2012-11-18runtime/cgo: enable warnings and treat as errorsDave Cheney
2012-11-18runtime/cgo: fix compilation on Windows with CFLAGS -Wall -WerrorShenghou Ma
2012-11-14runtime/cgo: include <string.h> as needed so that strerror is declaredIan Lance Taylor
2012-11-10runtime, runtime/cgo: track memory allocated by non-Go codeIan Lance Taylor
2012-11-03runtime/cgo, go/build: cgo support for FreeBSD/ARMShenghou Ma
2012-07-29runtime/cgo: fix netbsd buildBenny Siegert