summaryrefslogtreecommitdiff
path: root/src/runtime/cgo
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] [dev.cc] runtime: fix freebsd cgo __progname exportJoel Sing2014-11-121-2/+2
* [dev.cc] runtime/cgo: add comment about import _ "unsafe"Russ Cox2014-11-126-6/+6
* [dev.cc] runtime/cgo: fix freebsd build?Russ Cox2014-11-111-0/+3
* [dev.cc] runtime/cgo: add missing import _ "unsafe" for //go:linknameRuss Cox2014-11-113-0/+6
* [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-119-130/+153
* runtime/cgo: add +build tags to files named for $GOOSRuss Cox2014-11-094-0/+8
* runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney2014-10-221-9/+6
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-012-0/+10
* runtime: add load_g call in arm callback.Keith Randall2014-09-251-2/+2
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-0/+3
* runtime: more NOPTRRuss Cox2014-09-244-0/+16
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-0918-158/+53
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-082-33/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-0838-0/+2288