summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/darwin/386
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27Ondřej Surý2-0/+17
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý3-20/+71
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý2-20/+19
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-95/+98
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-06-12runtime: fix 386 signal handler bugRuss Cox1-4/+8
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox1-1/+1
2010-05-03runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}Giles Lean1-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-3/+11
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox2-6/+78
2010-04-08runtime: work around kernel bug in Snow Leopard signal handlingRuss Cox1-63/+18
2010-04-05runtime: various arm fixesRuss Cox1-1/+1
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox1-0/+16
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-1/+1
2010-01-06Ported runtime to Windows.Hector Chu1-6/+9
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-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell1-0/+1
2009-11-19runtime: mask signals during signal handler on OS XRuss Cox1-1/+1
2009-11-18Remove unnecessary execute bits.William Josephson1-0/+0
2009-11-17runtime: two trivial but important bug fixesRuss Cox1-1/+1
2009-11-16runtime: make signal handler work on 386Russ Cox1-6/+17
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
2009-10-038c, 8l dynamic loading support.Russ Cox1-13/+26
2009-09-22changes to accommodate nacl:Russ Cox1-0/+6
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox1-1/+1
2009-06-17update 386 to new runtime (CL 30381)Russ Cox1-10/+13
2009-06-09mv src/lib to src/pkgRob Pike4-0/+618