aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)Author
2014-07-21runtime: keep build version around in binariesKeith Randall
2014-07-17undo CL 101570044 / 2c57aaea79c4Keith Randall
2014-07-17runtime: make NumGoroutines fasterDmitriy Vyukov
2014-07-16runtime: start goroutine ids at 1Dmitriy Vyukov
2014-07-14runtime: refactor routines for stopping, running goroutine from mRuss Cox
2014-06-30undo CL 104200047 / 318b04f28372Keith Randall
2014-06-30runtime: stack allocator, separate from mallocgcKeith Randall
2014-06-26runtime: improve scheduler traceDmitriy Vyukov
2014-06-26runtime: say when a goroutine is locked to OS threadDmitriy Vyukov
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-06-20runtime/race: update runtime to tipDmitriy Vyukov
2014-06-06runtime: fix panic stack during runtime.Goexit during panicRuss Cox
2014-05-31runtime: mark some C globals as having no pointers.Keith Randall
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-28runtime: fix go of nil func valueDmitriy Vyukov
2014-04-28runtime: clean up scanning of GsKeith Randall
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-04-08runtime: cache gotraceback settingRuss Cox
2014-03-26runtime: fix yet another race in bgsweepDmitriy Vyukov
2014-03-24runtime: use VEH, not SEH, for windows/386 exception handlingRuss Cox
2014-03-19runtime: fix stack split detection around forkDmitriy Vyukov
2014-03-13runtime: detect stack split after forkDmitriy Vyukov
2014-03-12runtime: call symtabinit earlierAnthony Martin
2014-03-07runtime: round stack size to power of 2.Shenghou Ma
2014-03-07runtime: refactor and fix stack management codeDmitriy Vyukov
2014-03-06runtime: use custom thunks for race calls instead of cgoDmitriy Vyukov
2014-03-06runtime: fix bad g status after copystackDmitriy Vyukov
2014-03-05runtime: handle Go calls C calls Go panic correctly on windows/386Russ Cox
2014-02-27runtime: move stack shrinking until after sweepgen is incremented.Keith Randall
2014-02-27runtime: disable stack copyingKeith Randall
2014-02-26runtime: grow stack by copyingKeith Randall
2014-02-20runtime/debug: add SetPanicOnFaultRuss Cox
2014-02-20runtime: use goc2c as much as possibleRuss Cox
2014-02-19cmd/gc, runtime: enable precisestack by defaultRuss Cox
2014-02-17undo CL 64100044 / 04d062c2e81cRuss Cox
2014-02-17cmd/gc, runtime: enable precisestack by defaultRuss Cox
2014-02-14runtime: remove misleading message during crashDmitriy Vyukov
2014-02-14runtime: fix windows cpu profilerDmitriy Vyukov
2014-02-12runtime: improve cpu profiles for GC/syscalls/cgoDmitriy Vyukov
2014-02-10runtime: fix crash during cpu profilingDmitriy Vyukov
2014-02-10runtime: do not cpu profile idle threads on windowsDmitriy Vyukov
2014-01-27runtime: tune P retake logicDmitriy Vyukov
2014-01-24sync: scalable PoolDmitriy Vyukov
2014-01-22runtime: remove locks from netpoll hotpathsDmitriy Vyukov
2014-01-22runtime: allocate goroutine ids in batchesDmitriy Vyukov
2014-01-22runtime: fix and improve CPU profilingDmitriy Vyukov
2014-01-21runtime: do not collect GC roots explicitlyDmitriy Vyukov
2014-01-21runtime: per-P defer poolDmitriy Vyukov
2014-01-21runtime: ensure fair scheduling during frequent GCsDmitriy Vyukov
2014-01-17runtime: add support for GOOS=solarisAram Hăvărneanu