summaryrefslogtreecommitdiff
path: root/misc/cgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: reimplement reflect.call to not use stack splitting.Keith Randall2013-08-021-0/+1
* runtime: do not split stacks in syscall statusDmitriy Vyukov2013-07-291-0/+1
* cmd/cgo: gccgo fixesIan Lance Taylor2013-07-251-0/+4
* cmd/cgo: Fix issue with cgo cdefsKevin Klues2013-07-244-0/+73
* misc/cgo/test: test recursive internal OS thread lockRuss Cox2013-07-231-0/+8
* misc/cgo/test: add test for cgo callbacks with different amount of stack spac...Dmitriy Vyukov2013-07-223-0/+1496
* misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.Shenghou Ma2013-07-151-0/+1
* misc/cgo/test: relax the threshold in test3250.Shenghou Ma2013-07-121-1/+1
* misc/cgo/test: make test work with -linkmode=internalRuss Cox2013-07-111-2/+2
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-123-0/+106
* runtime: add lr, ctxt, ret to GobufRuss Cox2013-06-121-1/+1
* runtime: more flexible heap memory mapping on 64-bitsDmitriy Vyukov2013-06-121-0/+49
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-092-0/+33
* cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (c...Shenghou Ma2013-06-021-0/+15
* misc/cgo/test: check API compatibility for cgo pseudo-functionsShenghou Ma2013-05-301-0/+24
* misc/cgo/testso: use bash to run test.bashDave Cheney2013-05-241-1/+1
* cmd/cgo: use intgo, not int, for string and slice structuresIan Lance Taylor2013-05-233-0/+51
* cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on DarwinShenghou Ma2013-05-222-4/+24
* misc/cgo/test: deflake TestParallelSleep once moreShenghou Ma2013-05-182-46/+43
* misc/cgo/test: add missing importAlex Brainman2013-05-151-0/+2
* misc/cgo/test: test for issue 5337.Shenghou Ma2013-05-153-0/+41
* runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()Shenghou Ma2013-04-301-5/+0
* misc/cgo/testso: enable test on windowsShenghou Ma2013-04-234-1/+49
* misc/cgo/test: fix a gcc warningShenghou Ma2013-04-181-1/+1
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-102-0/+33
* cmd/ld: fix inconsistency in internal linking of common symbols.R?my Oudompheng2013-04-102-0/+39
* misc/cgo/gmp: fix typo.Andrey Mirtchovski2013-03-301-1/+1
* cmd/ld: emit TLS relocations during external linkingIan Lance Taylor2013-03-273-0/+60
* runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro2013-03-261-8/+1
* runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro2013-03-252-0/+51
* runtime: fix cgo callbacks on windowsRuss Cox2013-03-071-4/+1
* runtime,misc/cgo/test: disable broken tests so we can test the restAlex Brainman2013-03-061-0/+4
* misc/cgo/test: do not stop on first errorRuss Cox2013-03-061-4/+5
* runtime: allow cgo callbacks on non-Go threadsRuss Cox2013-02-204-0/+116
* build: clang supportRuss Cox2013-02-151-1/+1
* runtime: cgo-related fixesRuss Cox2013-02-012-0/+30
* cgo: enable cgo on openbsdJoel Sing2012-12-211-1/+7
* cmd/cgo: access errno from void C functionShenghou Ma2012-12-184-2/+64
* cmd/cgo: fix alignment of bool.Vladimir Nikishenko2012-11-212-0/+45
* misc/cgo/test: changes to pass when using gccgoIan Lance Taylor2012-11-012-0/+20
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-304-5/+5
* cmd/ld: handle weak symbolsShenghou Ma2012-10-302-0/+21
* misc/cgo/test: add -ldl to LDFLAGS on Linux, ignore issue4029 on windows (fix...Shenghou Ma2012-10-102-0/+15
* cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma2012-10-102-0/+58
* misc/cgo: prepare for 64-bit intsRuss Cox2012-09-243-4/+4
* cgo: process DWARF info even when debug data is used for valueJoel Sing2012-09-204-0/+57
* misc/cgo/test: do not run wasteCPU during TestParallelSleep unless on armAlex Brainman2012-09-201-2/+6
* misc/cgo/stdio: make it work on Windows and also test itShenghou Ma2012-09-202-20/+11
* runtime: increase stack frame during cgo call on windows/amd64Alex Brainman2012-09-032-0/+23
* cgo/misc/test: burn CPU to improve sleep accuracyDave Cheney2012-08-311-6/+25