summaryrefslogtreecommitdiff
path: root/src/pkg/runtime
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-08412-81043/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-085-33/+33
* runtime: implement time.now in assembly on plan9, solaris, windowsRuss Cox2014-09-079-43/+95
* runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loopRuss Cox2014-09-071-1/+13
* runtime: save g to TLS more aggressivelyRuss Cox2014-09-073-25/+57
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-071-13/+3
* runtime: fix windows syscalls for copying stacksRuss Cox2014-09-064-138/+184
* runtime: eliminate Go -> C -> block paths for SolarisRuss Cox2014-09-063-5/+33
* runtime: increase stack split limit againRuss Cox2014-09-062-94/+2
* runtime/cgo: use just #include "textflag.h"Russ Cox2014-09-065-5/+5
* runtime: move stubs.goc code into runtime.cRuss Cox2014-09-062-57/+48
* runtime, syscall: rewrite syscall_solaris.goc in GoAram H?v?rneanu2014-09-064-374/+433
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-0612-99/+51
* runtime: badreflectcall runs on the G stack - convert to Go.Keith Randall2014-09-062-6/+4
* runtime: get rid of other Go->C calls in test exports.Keith Randall2014-09-065-30/+33
* runtime: move gostringw and gogobytes test stubs to Go.Keith Randall2014-09-052-16/+14
* runtime: run getgcmask on the M stack.Keith Randall2014-09-053-10/+14
* runtime: disable StackCopyAlwaysRuss Cox2014-09-051-1/+1
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-0511-277/+172
* runtime: handle nil ptr load/store in arm software floating pointRuss Cox2014-09-052-15/+66
* runtime: clean up sigqueue.goRuss Cox2014-09-051-59/+53
* runtime: convert panic/recover to GoKeith Randall2014-09-057-207/+242
* runtime: use cas loop to coordinate with sigprofRuss Cox2014-09-041-5/+9
* runtime: use new #include "textflag.h"Russ Cox2014-09-04106-106/+106
* runtime: do not stop traceback at onMRuss Cox2014-09-044-5/+18
* runtime: mark sysAlloc nosplitRuss Cox2014-09-0410-4/+46
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-0415-280/+477
* runtime: make more functions safe for GoRuss Cox2014-09-0419-220/+274
* runtime: convert cgocall to GoDmitriy Vyukov2014-09-043-182/+150
* runtime: use C for readgstatus, goroutine status valuesRuss Cox2014-09-042-28/+3
* runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-0413-266/+257
* runtime: fix solaris netpollDmitriy Vyukov2014-09-041-1/+1
* runtime: fix netbsd buildDmitriy Vyukov2014-09-043-3/+3
* runtime: fix typosMikio Hara2014-09-041-3/+3
* runtime: fix Plan 9 buildDavid du Colombier2014-09-042-6/+4
* runtime: fix arm buildDmitriy Vyukov2014-09-041-1/+1
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-0427-767/+746
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-041-2/+2
* runtime: fix int64 reconstruction in semasleepRuss Cox2014-09-041-1/+1
* runtime: fix onM test for curg on armRuss Cox2014-09-041-1/+1
* runtime: fix sigtrampPC on WindowsRuss Cox2014-09-041-1/+1
* runtime: correct various Go -> C function callsRuss Cox2014-09-0421-152/+297
* runtime: reject onM calls from gsignal stackRuss Cox2014-09-045-20/+90
* runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox2014-09-043-16/+25
* runtime: give 2 words back in notetsleep_internalRuss Cox2014-09-031-5/+11
* runtime: make entersyscall/exitsyscall safe for stack splitsRuss Cox2014-09-033-59/+141
* runtime: convert symtab.c into symtab.goRuss Cox2014-09-039-459/+275
* runtime: relax flaky GC pause testBrad Fitzpatrick2014-09-031-3/+6
* runtime: remove guard against uninitialized forcegc.gRuss Cox2014-09-031-6/+3
* runtime: adopt race detector for runtime written in GoDmitriy Vyukov2014-09-033-10/+18