aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_linux_amd64.s
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-08-27cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox
2014-08-06runtime: remove dead codeShenghou Ma
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-02-25all: nacl import round 2Russ Cox
2014-02-24runtime: use monotonic clock for timers (linux/386, linux/amd64)Jay Weisskopf
2013-08-07runtime: convert .s textflags from numbers to symbolic constants.Keith Randall
2013-07-12runtime: correctly handle signals received on foreign threadsShenghou Ma
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-03-14runtime: integrated network poller for linuxDmitriy Vyukov
2012-12-22runtime: ignore failure from madviseRuss Cox
2012-12-19runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ...Jingcheng Zhang
2012-11-27runtime: duplicate code for runtime.nanotime to avoid stack overflow in vDSO ...Shenghou Ma
2012-11-09runtime: use vDSO clock_gettime for time.now & runtime.nanotime on Linux/amd64Shenghou Ma
2012-11-07runtime: use vDSO for gettimeofday on linux/amd64Anthony Martin
2012-09-04runtime: discard SIGPROF delivered to non-Go threads.Alan Donovan
2012-08-10runtime: use sched_getaffinity for runtime.NumCPU() on LinuxShenghou Ma
2012-03-12runtime: print error on receipt of signal on non-Go threadRuss Cox
2012-03-08runtime: inline calls to notokRuss Cox
2012-02-24runtime: size arena to fit in virtual address space limitRuss Cox
2012-02-23runtime: linux signal maskingRuss Cox
2012-02-13os/signal: selective signal handlingRuss Cox
2011-12-19runtime: separate out auto-generated files, take 2Russ Cox
2011-12-16runtime: hg revert -r 6ec0a5c12d75Russ Cox
2011-12-16runtime: separate out auto-generated filesRuss Cox
2011-12-16runtime: make more build-friendlyRuss Cox