aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)Author
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-10-25runtime: include bootstrap m in mcpu accountingHector Chu
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-06runtime: fix spurious deadlock reportingDmitriy Vyukov
2011-10-03runtime: fix usleep on linux/386 and re-enable parallel gcHector Chu
2011-09-30runtime: disable parallel gcRuss Cox
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-08-23runtime: fix void warningsRuss Cox
2011-08-22runtime: simplify stack tracesRuss Cox
2011-08-22runtime: Remove extraneous word in comment.Ian Lance Taylor
2011-08-18runtime: speed up cgo callsAlex Brainman
2011-08-16runtime: fix GC bitmap corruptionDmitriy Vyukov
2011-08-04runtime: remove unnecessary lockingHector Chu
2011-07-29runtime: fix scheduling raceHector Chu
2011-07-27runtime: higher goroutine arg limit, clearer errorRuss Cox
2011-07-23runtime: faster entersyscall/exitsyscallRuss Cox
2011-07-21runtime: replace centralized ncgocall counter with a distributed oneDmitriy Vyukov
2011-07-19runtime: faster entersyscall, exitsyscallRuss Cox
2011-07-18runtime: track running goroutine countRuss Cox
2011-07-12runtime: replace runtime.mcpy with runtime.memmoveQuan Yong Zhai
2011-07-12runtime: eliminate false sharing during stack growthDmitriy Vyukov
2011-07-12runtime: fix comment (lost in shuffle)Russ Cox
2011-07-12runtime: eliminate contention during stack allocationDmitriy Vyukov
2011-07-12runtime: eliminate false sharing on runtime.goidgenDmitriy Vyukov
2011-07-12runtime: eliminate false sharing on random number generatorsDmitriy Vyukov
2011-06-29runtime: windows/amd64 portWei Guangjing
2011-05-16runtime: make StackSystem part of StackGuardAlexey Borzenkov
2011-05-02os: make Setenv update C environment variablesBrad Fitzpatrick
2011-04-27runtime: stack split + garbage collection bugRuss Cox
2011-04-21runtime: fix GOMAXPROCS vs garbage collection bugDmitriy Vyukov
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-11runtime/proc.c: which to thatRob Pike
2011-03-11runtime: reduce lock contention via wakeup on scheduler unlock.Ian Lance Taylor
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-03-02runtime: record goroutine creation pc and display in tracebackRuss Cox
2011-02-27runtime: idle goroutineRuss Cox
2011-02-23runtime: always run stackalloc on scheduler stackRuss Cox
2011-02-22ld: detect stack overflow due to NOSPLITRuss Cox
2011-02-16runtime: minor cleanupRuss Cox
2011-02-02runtime: more detailed panic traces, line number workRuss Cox
2011-02-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-25runtime: prefer fixed stack allocator over general memory allocatorRuss Cox
2011-01-19windows: implement exception handlingHector Chu
2011-01-18runtime: print signal information during panicRuss Cox
2011-01-14runtime: fix arm reflect.call boundary caseRuss Cox
2011-01-12runtime: revert 6974:1f3c3696babbAlex Brainman
2011-01-08runtime: Restore scheduler stack position if cgo callback panics.Ian Lance Taylor
2010-12-14runtime: write only to standard errorRuss Cox
2010-12-08runtime/cgo: runtime changes for new cgoRuss Cox