summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/darwin/amd64
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý4-814/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý4-0/+814
2011-09-13Imported Upstream version 60Ondřej Surý4-814/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý2-0/+16
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý3-25/+79
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý2-14/+15
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý2-1/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý4-96/+149
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor1-1/+3
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox1-1/+3
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox1-1/+1
2010-04-28darwin: bsdthread_create can fail; print good errorRuss Cox1-2/+4
2010-04-13runtime: better trace for fault due to nil pointer callRuss Cox1-4/+12
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox2-5/+78
2010-04-08runtime: work around kernel bug in Snow Leopard signal handlingRuss Cox1-0/+4
2010-04-05runtime: handle malloc > 2GB correctlyRuss Cox1-5/+5
2010-04-05runtime: various arm fixesRuss Cox2-23/+1
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-1/+12
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-4/+4
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox1-2/+3
2009-12-15os/signal: new packageDavid Symonds1-2/+16
2009-12-08runtime: start new darwin/amd64 threads on correct stack,Russ Cox1-11/+13
2009-11-19runtime: mask signals during signal handler on OS XRuss Cox1-1/+1
2009-11-18runtime: fix bug on darwin/amd64 - bad g in bsdthread_startRuss Cox1-2/+2
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-0/+1
2009-10-15rename sys functions to runtime,Russ Cox1-4/+4
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox1-49/+13
2009-06-09mv src/lib to src/pkgRob Pike4-0/+627