summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-6/+38
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-157/+210
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-27/+87
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-3/+3
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-125/+86
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-242/+303
2010-06-29runtime: fix scheduling bug - world wasn't stoppingRuss Cox1-1/+1
2010-05-06Save the scheduling state even predawn.Ian Lance Taylor1-4/+4
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike1-5/+8
2010-04-21runtime: switch state back to Grunning after recoveryRuss Cox1-1/+2
2010-04-09Library support for cgo export.Ian Lance Taylor1-2/+24
2010-04-08runtime: fix bad status throwRuss Cox1-3/+6
2010-04-06runtime: two proc bug fixesRuss Cox1-6/+13
2010-04-05runtime: various arm fixesRuss Cox1-4/+5
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-1/+1
2010-03-31gc: implement panic and recoverRuss Cox1-1/+165
2010-03-29runtime: run deferred calls at GoexitRuss Cox1-34/+90
2010-03-26runtime: run all finalizers in a single goroutine.Russ Cox1-1/+2
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-0/+3
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-4/+6
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-20/+16
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-3/+10
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-14/+14
2010-01-12runtime: fix bug in preemption checks; was causing "lock count" panicsRuss Cox1-0/+2
2010-01-09runtime: check for preemption due to garbage collectionRuss Cox1-0/+4
2010-01-06runtime: close TODO now that 8c bug is fixedRuss Cox1-12/+2
2010-01-06Ported runtime to Windows.Hector Chu1-2/+14
2009-12-15os/signal: new packageDavid Symonds1-4/+1
2009-12-14runtime: in exitsyscall, avoid confusing garbage collectorRuss Cox1-1/+6
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox1-1/+2
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-0/+2
2009-11-17runtime: two trivial but important bug fixesRuss Cox1-1/+1
2009-11-17runtime: do not create new threads during malloc.Russ Cox1-2/+5
2009-11-10update old comment: things are much better nowRuss Cox1-5/+6
2009-10-15rename sys functions to runtime,Russ Cox1-7/+7
2009-10-12stack overflow debugging and fix.Russ Cox1-10/+1
2009-10-09keep a list of all the M's,Russ Cox1-1/+6
2009-10-038c, 8l dynamic loading support.Russ Cox1-4/+41
2009-09-18Rudimentary command shell for Ogle. Hack to prevent linkerAustin Clements1-0/+6
2009-08-31add newprocreadylocked for debuggerRuss Cox1-1/+10
2009-08-26recycle G structsRuss Cox1-0/+1
2009-08-06add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike1-1/+23
2009-07-21runtime: fix init scheduling bug.Russ Cox1-0/+8
2009-07-13add LockOSThread and UnlockOSThread toRuss Cox1-80/+90
2009-07-08reflection for functionsRuss Cox1-4/+5
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox1-104/+50
2009-06-15fix garbage collection race: save stack traceRuss Cox1-4/+5
2009-06-09mv src/lib to src/pkgRob Pike1-0/+858