aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2012-03-27runtime: work around false negative in deadlock detectionRuss Cox
2012-03-27undo CL 5844051 / 5d0322034aa8Mikio Hara
2012-03-26runtime: restore deadlock detection in the simplest case.Rémy Oudompheng
2012-03-21runtime: remove unused goc2c.cShenghou Ma
2012-03-15runtime: do not handle signals before configuring handlerRuss Cox
2012-03-15runtime: fix arm buildRuss Cox
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2012-03-15runtime: manage stack by ourselves for badcallback on windows/amd64Shenghou Ma
2012-03-14runtime/cgo: linux signal maskingMikio Hara
2012-03-14runtime/cgo: darwin signal maskingMikio Hara
2012-03-12runtime: fix windows/amd64 exception handlerAlex Brainman
2012-03-12runtime: fix windows/amd64Russ Cox
2012-03-12runtime: print error on receipt of signal on non-Go threadRuss Cox
2012-03-09runtime: move runtime.write back to CRuss Cox
2012-03-08runtime: fix windows buildRuss Cox
2012-03-08runtime: inline calls to notokRuss Cox
2012-03-08cgo, runtime: diagnose callback on non-Go threadRuss Cox
2012-03-07runtime: fix freebsd crashRuss Cox
2012-03-07runtime: try extending arena size in 32-bit allocator.Rémy Oudompheng
2012-03-07runtime/pprof: disable test on Leopard 64-bitRuss Cox
2012-03-06runtime: remove unused runtime·signame and runtime·newErrorIan Lance Taylor
2012-03-05runtime: add CompilerRuss Cox
2012-03-05runtime: wait for main goroutine before setting GOMAXPROCS.Rémy Oudompheng
2012-03-05runtime/debug: fix test when source cannot be foundRuss Cox
2012-03-01runtime: run init on main threadRuss Cox
2012-03-01runtime/pprof: skip test on 64-bit Mac OS X 10.6Shenghou Ma
2012-02-29pkg/runtime: 2 sanity checks in the runtime-gdb.py prettyprinters.Luuk van Dijk
2012-02-28runtime/pprof: support OS X CPU profilingRuss Cox
2012-02-24runtime: size arena to fit in virtual address space limitRuss Cox
2012-02-23runtime: fix armRuss Cox
2012-02-23runtime: check for ARM syscall failuresShenghou Ma
2012-02-23runtime: darwin signal maskingRuss Cox
2012-02-23runtime: linux signal maskingRuss Cox
2012-02-22pprof: add Profile typeRuss Cox
2012-02-22runtime: goroutine profile, stack dumpsRuss Cox
2012-02-22runtime: fix FreeBSD signal handling around thread creationDevon H. O'Dell
2012-02-21ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox
2012-02-22runtime: use SYSCALL instead of INT 0x80 in FreeBSD's runtime.osyield on amd64Devon H. O'Dell
2012-02-21runtime: avoid malloc during mallocRuss Cox
2012-02-21runtime: remove an obsolete fileMikio Hara
2012-02-21runtime: implement runtime.osyield on FreeBSD 386, amd64Devon H. O'Dell
2012-02-19runtime: fix another memory leakRuss Cox
2012-02-19runtime: fix tiny memory leakRuss Cox
2012-02-19runtime: APIRuss Cox
2012-02-17runtime: remove use of ?:Gustavo Niemeyer
2012-02-17runtime: silence warningsAlex Brainman
2012-02-17runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.David Symonds
2012-02-17runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe...David Symonds
2012-02-16runtime: release unused memory to the OS.Sébastien Paolacci
2012-02-15runtime: define NSIG to fix plan 9 buildDavid du Colombier