aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/amd64
AgeCommit message (Expand)Author
2011-12-16runtime: make more build-friendlyRuss Cox
2011-12-12runtime: madvise and SysUnused for LinuxSébastien Paolacci
2011-11-30time: new Time, Duration, ZoneInfo typesRuss Cox
2011-11-10runtime, syscall: convert from godefs to cgoRuss Cox
2011-11-03time: faster Nanoseconds callRuss Cox
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-04-25runtime: turn "too many EPIPE" into real SIGPIPERuss Cox
2011-03-23runtime: cpu profiling supportRuss Cox
2011-03-23runtime: os-specific types and code for setitimerRuss Cox
2011-02-23runtime: omit breakpoint during terminal panicRuss Cox
2011-02-23runtime: pass to signal handler value of g at time of signalRuss Cox
2011-01-18runtime: print signal information during panicRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-09-28runtime: add mmap of null page just in caseRuss Cox
2010-09-11runtime: fix crash trace on amd64Russ Cox
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-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor
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-08runtime: instrument malloc + garbage collector.Russ Cox
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
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-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley
2009-10-15rename sys functions to runtime,Russ Cox
2009-08-24start of FFI support, and a demo.Russ Cox
2009-08-24linker workRuss Cox
2009-06-17runtime: stack growth adjustments, cleanupRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike