aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/amd64/sys.s
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-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: os-specific types and code for setitimerRuss Cox
2011-02-23runtime: pass to signal handler value of g at time of signalRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss 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-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-08Fix stack on FreeBSD / add stack check across the boardDevon 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-06-17runtime: stack growth adjustments, cleanupRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike