aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux
AgeCommit message (Expand)Author
2010-09-07runtime: fix linux/amd64 build: wrong name for munmapRuss Cox
2010-09-07runtime: use manual stack for garbage collectionRuss Cox
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-07-30runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox
2010-07-17linux/386: use Xen-friendly ELF TLS instruction sequenceRuss Cox
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor
2010-06-12runtime: fix 386 signal handler bugRuss Cox
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox
2010-04-13runtime: better trace for fault due to nil pointer callRuss Cox
2010-04-09Run initcgo for all amd64 targets, not just GNU/Linux.Ian Lance Taylor
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox
2010-04-05runtime: handle malloc > 2GB correctlyRuss Cox
2010-04-05runtime: various arm fixesRuss Cox
2010-03-29runtime: Remove unused runtime.write from linux/amd64Christopher Wedgwood
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox
2010-02-10arm: fix build on androidRuss Cox
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox
2010-02-08runtime: instrument malloc + garbage collector.Russ Cox
2010-02-03os/signal: send SIGCHLDs to IncomingChristopher Wedgwood
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2010-01-13runtime: GS already set up by setldt in Linux/386; remove duplicateDevon H. O'Dell
2010-01-13runtime cleanup.Russ Cox
2010-01-06Ported runtime to Windows.Hector Chu
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox
2009-12-15os/signal: new packageDavid Symonds
2009-12-08Fix stack on FreeBSD / add stack check across the boardDevon H. O'Dell
2009-11-18Remove unnecessary execute bits.William Josephson
2009-11-17syscall: use correct pointer in recvfrom/sendto.Russ Cox
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley
2009-11-11 add cache flushing call after generating closure.Kai Backman
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman
2009-10-29clone and futexKai Backman
2009-10-26Get the right sigaction struct for the 386 rt_sigaction systemIan Lance Taylor
2009-10-25proper syscall convention for armKai Backman
2009-10-22Fix the sigaction declaration to match the system for Linux.Ian Lance Taylor
2009-10-22s/pc/PC/ in traceback output to match amd64.Ian Lance Taylor
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-30cgo working on linux/386Russ Cox
2009-09-22changes to accommodate nacl:Russ Cox
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman
2009-08-24start of FFI support, and a demo.Russ Cox
2009-08-24linker workRuss Cox
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman
2009-06-17update 386 to new runtime (CL 30381)Russ Cox
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox
2009-06-10Adding a batch of missing system calls.Kai Backman
2009-06-09mv src/lib to src/pkgRob Pike