summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgocall.c
Commit message (Expand)AuthorAgeFilesLines
* runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex...Elias Naur2013-08-141-5/+0
* runtime: change textflags from numbers to symbolsKeith Randall2013-08-121-1/+2
* runtime: Use old reflect.call implementation from cgo.Keith Randall2013-08-051-1/+1
* runtime: remove unused scheduler knobDmitriy Vyukov2013-08-041-14/+1
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-13/+28
* runtime: more cgocallback_gofunc workRuss Cox2013-07-241-1/+18
* runtime: reduce frame size for runtime.cgocallback_gofuncRuss Cox2013-07-231-4/+19
* runtime: detect deadlocks in programs using cgoDmitriy Vyukov2013-05-221-0/+4
* net: band-aid for windows network pollerDmitriy Vyukov2013-03-251-1/+14
* runtime: clear locked bit when goroutine exitsRuss Cox2013-03-081-7/+13
* cmd/ld: host linking support for linux/amd64Russ Cox2013-03-071-0/+6
* runtime/cgo: make symbol naming consistentRuss Cox2013-02-281-3/+3
* runtime: add cgocallback_gofunc that can call Go func valueRuss Cox2013-02-221-5/+3
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-6/+12
* runtime: allow cgo callbacks on non-Go threadsRuss Cox2013-02-201-0/+5
* runtime: cgo-related fixesRuss Cox2013-02-011-29/+13
* runtime: zero d.free fieldRuss Cox2012-12-221-0/+2
* runtime: aggregate defer allocationsRuss Cox2012-12-221-4/+4
* runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang2012-12-191-4/+4
* runtime, runtime/cgo: track memory allocated by non-Go codeIan Lance Taylor2012-11-101-0/+10
* race: runtime changesDmitriy Vyukov2012-10-071-0/+24
* runtime: update field types in preparation for GC changesJan Ziak2012-05-301-1/+1
* runtime: cgo support for Linux/ARMShenghou Ma2012-05-041-0/+6
* runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe...David Symonds2012-02-171-1/+1
* runtime: update out-of-date commentShenghou Ma2012-01-221-2/+2
* runtime: make more build-friendlyRuss Cox2011-12-161-1/+1
* runtime: use cgo runtime functions to call windows syscallsAlex Brainman2011-08-271-1/+1
* runtime: speed up cgo callsAlex Brainman2011-08-181-23/+21
* runtime: replace centralized ncgocall counter with a distributed oneDmitriy Vyukov2011-07-211-3/+6
* runtime: scheduler, cgo reorganizationRuss Cox2011-03-071-45/+174
* ld: detect stack overflow due to NOSPLITRuss Cox2011-02-221-1/+2
* runtime: take the callback return value from the stackHector Chu2011-02-101-6/+3
* windows: multiple improvements and cleanupsHector Chu2011-02-011-3/+6
* runtime/cgo: runtime changes for new cgoRuss Cox2010-12-081-2/+5
* runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almostRuss Cox2010-11-041-20/+20
* cgo: bug fixesRuss Cox2010-09-211-3/+4
* Library support for cgo export.Ian Lance Taylor2010-04-091-0/+50
* in C and asm, replace pkg?name with ?nameRuss Cox2010-01-251-5/+5
* rename sys functions to runtime,Russ Cox2009-10-151-4/+4
* stack overflow debugging and fix.Russ Cox2009-10-121-4/+1
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-25/+18
* cgo checkpoint.Russ Cox2009-09-241-0/+23
* checkpoint & test (pidigits) before trying to automate.Russ Cox2009-08-251-0/+11
* start of FFI support, and a demo.Russ Cox2009-08-241-0/+38