aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)Author
2013-07-17runtime: disable preemption again to fix linux buildIan Lance Taylor
2013-07-17runtime: re-enable preemptionRuss Cox
2013-07-17runtime: more reliable preemptionDmitriy Vyukov
2013-07-17runtime: use new frame argument size informationRuss Cox
2013-07-11runtime: fix CPU underutilizationDmitriy Vyukov
2013-07-01runtime: disable preemptionRuss Cox
2013-06-28runtime: introduce GODEBUG env varDmitriy Vyukov
2013-06-28runtime: preempt goroutines for GCDmitriy Vyukov
2013-06-27runtime: remove declaration of function that does not existIan Lance Taylor
2013-06-27undo CL 9776044 / 1e280889f997Dmitriy Vyukov
2013-06-27runtime: fix CPU underutilizationDmitriy Vyukov
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-15runtime: improve scheduler fairnessDmitriy Vyukov
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-06-12runtime: fix scheduler race conditionDmitriy Vyukov
2013-06-12runtime: adjust traceback / garbage collector boundaryRuss Cox
2013-06-06runtime: remove unused mid functionIan Lance Taylor
2013-06-03runtime: disable preemption in several scheduler functionsDmitriy Vyukov
2013-06-03runtime: introduce preemption function (not used for now)Dmitriy Vyukov
2013-06-03runtime: add stackguard0 to GDmitriy Vyukov
2013-05-30runtime: mark runtime.goexit as nosplitDmitriy Vyukov
2013-05-28runtime: allocate internal symbol table eagerlyDmitriy Vyukov
2013-05-22runtime: detect deadlocks in programs using cgoDmitriy Vyukov
2013-05-20runtime: zeroize g->fnstart to not prevent GC of the closureDmitriy Vyukov
2013-05-19runtime: properly set G status after syscallDmitriy Vyukov
2013-05-18runtime: fix newproc debugging printAnthony Martin
2013-04-06runtime: fix deadlock in network pollerDmitriy Vyukov
2013-04-06runtime: reset dangling typed pointerDmitriy Vyukov
2013-04-06runtime: reset typed dangling pointerDmitriy Vyukov
2013-03-28cmd/ld, runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-21runtime: faster parallel GCDmitriy Vyukov
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-03-12runtime: add network polling support into schedulerDmitriy Vyukov
2013-03-12runtime: fix deadlock detector false negativeDmitriy Vyukov
2013-03-08runtime: clear locked bit when goroutine exitsRuss Cox
2013-03-07runtime: fix deadlockDmitriy Vyukov
2013-03-05undo CL 7301062 / 9742f722b558Russ Cox
2013-03-04runtime: restrict stack root scan to locals and argumentsCarl Shapiro
2013-03-04runtime: add link to design doc for new schedulerRuss Cox
2013-03-01runtime: add atomics to fix armRuss Cox
2013-03-01runtime: start all threads with runtime.mstartRuss Cox
2013-03-01runtime: improved schedulerDmitriy Vyukov
2013-02-28runtime/cgo: make symbol naming consistentRuss Cox
2013-02-27runtime: more changes in preparation to the new schedulerDmitriy Vyukov
2013-02-23runtime: fix windows cpu profilingDmitriy Vyukov
2013-02-23runtime: implement local work queues (in preparation for new scheduler)Dmitriy Vyukov
2013-02-23runtime: minor changesDmitriy Vyukov
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2013-02-21runtime: fix heap corruptionDmitriy Vyukov
2013-02-21runtime: split minit() to mpreinit() and minit()Dmitriy Vyukov