summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/freebsd
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý4-19/+16
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý14-220/+299
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor2-2/+6
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox2-2/+2
2010-05-03runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}Giles Lean2-2/+2
2010-04-13runtime: better trace for fault due to nil pointer callRuss Cox2-6/+22
2010-04-08runtime: fix build (panic) for FreeBSDRuss Cox6-7/+101
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox5-20/+126
2010-04-05runtime: handle malloc > 2GB correctlyRuss Cox1-6/+6
2010-04-05runtime: various arm fixesRuss Cox3-25/+2
2010-02-09runtime: fix FreeBSD buildRuss Cox1-0/+1
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-0/+5
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox2-0/+32
2010-02-03os/signal: send SIGCHLDs to IncomingChristopher Wedgwood1-1/+1
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox2-5/+5
2010-01-13runtime cleanup.Russ Cox1-0/+28
2010-01-06Ported runtime to Windows.Hector Chu1-6/+10
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox3-19/+21
2009-12-15os/signal: new packageDavid Symonds3-19/+59
2009-12-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell3-10/+12
2009-12-08When SA_SIGINFO is set, we should use __sa_sigaction on FreeBSDDevon H. O'Dell2-4/+4
2009-11-20Missed a reference to sc instead of mc in 157065.William Josephson1-1/+1
2009-11-20FreeBSD's mcontext isn't exactly the same as sigcontext, soDevon H. O'Dell5-122/+43
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-8/+6
2009-11-18Remove unnecessary execute bits.William Josephson1-0/+0
2009-11-18Add an intptr type to runtime; needed in FreeBSDDevon H. O'Dell1-1/+1
2009-11-17FreeBSD/i386 workDevon H. O'Dell8-22/+492
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell8-0/+686