aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/panic.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-05runtime: convert panic/recover to GoKeith Randall
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-03runtime: make onM and mcall take Go func valuesRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-08-28runtime: convert print.c to GoRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-27runtime: changes to g->atomicstatus (nee status) to support concurrent GCRick Hudson
2014-08-18runtime: move panicindex/panicslice to Go.Keith Randall
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-07-31runtime: get rid of freeDmitriy Vyukov
2014-07-23runtime: rename throwgo to gothrowDave Cheney
2014-07-22runtime: pass correct size to mallocDmitriy Vyukov
2014-07-18runtime: add throwgoDave Cheney
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-04-08reflect, runtime: fix crash in GC due to reflect.call + precise GCRuss Cox
2014-04-03runtime: fix fault during arm software floating pointRuss Cox
2014-03-14cmd/6g, runtime: alignment fixes for amd64p32.Rémy Oudompheng
2014-03-13runtime: harden conditions when runtime panics on crashDmitriy Vyukov
2014-03-07runtime: refactor and fix stack management codeDmitriy Vyukov
2014-03-07runtime: fix memory corruption and leak in recursive panic handlingDmitriy Vyukov
2014-02-27runtime: fix and improve commentsDmitriy Vyukov
2014-02-25runtime: fix 386, arm buildRuss Cox
2014-02-24runtime: stack allocate Panic structure during runtime.panicDave Cheney
2014-01-21runtime: if "panic during panic"'s stacktrace fails, don't recurse.Keith Randall
2014-01-21runtime: per-P defer poolDmitriy Vyukov
2014-01-17runtime: print stack trace when "panic during panic"Keith Randall
2013-12-02runtime: don't use ... formal argument to deferreturn.Keith Randall
2013-09-20runtime: avoid allocation of internal panic valuesRuss Cox
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-09-11runtime: show m stack during crash on m stackRuss Cox
2013-08-15runtime: impose stack size limitRuss Cox
2013-08-14runtime: dump scheduler state if GODEBUG=schedtrace is setDmitriy Vyukov
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-08-09runtime: traceback running goroutinesDmitriy Vyukov
2013-08-08runtime: fix traceback in cgo programsDmitriy Vyukov
2013-08-02runtime: reimplement reflect.call to not use stack splitting.Keith Randall
2013-07-18runtime: disable preemption during deferreturnRuss Cox
2013-07-17runtime: use new frame argument size informationRuss Cox
2013-07-16runtime: print g0 stack if we throw on it and GOTRACEBACK>=2.Keith Randall
2013-07-01runtime: fix memory leaks due to defersDmitriy Vyukov
2013-06-27runtime: record proper goroutine state during stack splitRuss Cox
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-06-12runtime: adjust traceback / garbage collector boundaryRuss Cox
2013-06-03runtime: add stackguard0 to GDmitriy Vyukov
2013-05-28runtime: make mheap statically allocated againDmitriy Vyukov
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-03-14runtime: make panic possible before malloc is readyRuss Cox