aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)Author
2014-02-28[release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfileRuss Cox
2013-11-01[release-branch.go1.2] runtime: remove nomemprofAndrew Gerrand
2013-10-17runtime: correct test for when to poll networkIan Lance Taylor
2013-09-20runtime: avoid allocation of internal panic valuesRuss Cox
2013-09-16build: disable precise collection of stack framesRuss Cox
2013-09-15runtime: fix CPU profiling on WindowsRuss Cox
2013-09-13runtime: avoid inconsistent goroutine state in profilerRuss Cox
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-08-29runtime: jump to badmcall instead of calling it.Keith Randall
2013-08-16runtime: impose thread count limitRuss Cox
2013-08-16runtime: fix goroutine stack accountingDmitriy Vyukov
2013-08-15runtime: impose stack size limitRuss Cox
2013-08-15runtime: remove old preemption checksDmitriy Vyukov
2013-08-13runtime: fix build on armRuss Cox
2013-08-14runtime: dump scheduler state if GODEBUG=schedtrace is setDmitriy Vyukov
2013-08-13runtime: fix LockOSThreadDmitriy Vyukov
2013-08-13runtime: more reliable preemptionDmitriy Vyukov
2013-08-13runtime: do no lose CPU profiling signalsDmitriy Vyukov
2013-08-13runtime: fix false deadlock crashDmitriy Vyukov
2013-08-13syscall: disable cpu profiling around forkDmitriy Vyukov
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-08-09net: add special netFD mutexDmitriy Vyukov
2013-08-09runtime: traceback running goroutinesDmitriy Vyukov
2013-08-08runtime: fix traceback in cgo programsDmitriy Vyukov
2013-08-06runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov
2013-08-05runtime/pprof: test multithreaded profile, remove OS X workaroundsRuss Cox
2013-08-05runtime: remove debugging knob to turn off preemptionRuss Cox
2013-08-05undo CL 12250043 / e911f94c4902Dmitriy Vyukov
2013-08-05runtime: remove singleproc varDmitriy Vyukov
2013-08-05runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov
2013-08-02runtime: reimplement reflect.call to not use stack splitting.Keith Randall
2013-08-01runtime: print "created by" for running goroutines in tracebackDmitriy Vyukov
2013-07-31runtime: do not park sysmon thread if any goroutines are runningDmitriy Vyukov
2013-07-31undo CL 12167043 / 475e11851fc1Dmitriy Vyukov
2013-07-31runtime: do not park sysmon thread if any goroutines are runningDmitriy Vyukov
2013-07-30runtime: enable goroutine preemptionDmitriy Vyukov
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-26runtime: handle runtime.Goexit during initRuss Cox
2013-07-26runtime: refactor mallocgcDmitriy Vyukov
2013-07-24runtime: only define SEH when we need it.Keith Randall
2013-07-24runtime: more cgocallback_gofunc workRuss Cox
2013-07-23runtime: reduce frame size for runtime.cgocallback_gofuncRuss Cox
2013-07-22runtime: add a missing newline in a debug printf.David Symonds
2013-07-19runtime: prevent sysmon from polling network excessivlyDmitriy Vyukov
2013-07-19runtime: preempt long-running goroutinesDmitriy Vyukov
2013-07-18runtime: handle morestack/lessstack in stack traceRuss Cox
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