summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý5-12/+69
2011-05-04Imported Upstream version 57upstream/57Ondřej Surý1-2/+13
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý8-1/+58
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý15-65/+257
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý7-25/+55
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý2-8/+17
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý6-21/+20
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý20-332/+433
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor3-3/+9
2010-06-12runtime: fix 386 signal handler bugRuss Cox1-11/+27
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox3-3/+3
2010-04-13runtime: better trace for fault due to nil pointer callRuss Cox3-7/+27
2010-04-09Run initcgo for all amd64 targets, not just GNU/Linux.Ian Lance Taylor1-7/+0
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox13-35/+393
2010-04-05runtime: handle malloc > 2GB correctlyRuss Cox1-6/+6
2010-04-05runtime: various arm fixesRuss Cox8-112/+211
2010-03-29runtime: Remove unused runtime.write from linux/amd64Christopher Wedgwood1-17/+9
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox1-14/+6
2010-02-10arm: fix build on androidRuss Cox1-0/+28
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 Cox4-12/+12
2010-01-13runtime: GS already set up by setldt in Linux/386; remove duplicateDevon H. O'Dell1-3/+0
2010-01-13runtime cleanup.Russ Cox1-0/+40
2010-01-06Ported runtime to Windows.Hector Chu1-6/+9
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox3-20/+22
2009-12-15os/signal: new packageDavid Symonds4-23/+61
2009-12-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell2-0/+2
2009-11-18Remove unnecessary execute bits.William Josephson3-0/+0
2009-11-17syscall: use correct pointer in recvfrom/sendto.Russ Cox1-13/+13
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-0/+1
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley2-4/+6
2009-11-11 add cache flushing call after generating closure.Kai Backman1-0/+11
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman1-8/+20
2009-10-29clone and futexKai Backman1-5/+87
2009-10-26Get the right sigaction struct for the 386 rt_sigaction systemIan Lance Taylor3-9/+20
2009-10-25proper syscall convention for armKai Backman1-2/+2
2009-10-22Fix the sigaction declaration to match the system for Linux.Ian Lance Taylor1-1/+1
2009-10-22s/pc/PC/ in traceback output to match amd64.Ian Lance Taylor1-1/+1
2009-10-15rename sys functions to runtime,Russ Cox4-12/+12
2009-10-038c, 8l dynamic loading support.Russ Cox3-13/+20
2009-09-30cgo working on linux/386Russ Cox1-0/+7
2009-09-22changes to accommodate nacl:Russ Cox1-0/+7
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox1-29/+20
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman1-2/+4
2009-08-24start of FFI support, and a demo.Russ Cox1-2/+2
2009-08-24linker workRuss Cox1-0/+7
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman1-9/+14
2009-06-17update 386 to new runtime (CL 30381)Russ Cox3-75/+78