summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-3153/+0
2014-09-26Imported Upstream version 1.3.2upstream/1.3.2Michael Stapelberg1-5/+15
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-267/+450
2014-03-03Imported Upstream version 1.2.1upstream/1.2.1Michael Stapelberg1-2/+2
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-208/+801
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg1-0/+2
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-0/+1
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-17/+104
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-1233/+1701
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-120/+361
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1568
2011-09-13Imported Upstream version 60Ondřej Surý1-1368/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-1/+1
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-6/+29
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