aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/sys_linux_386.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-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ 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-12-18runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotimeShenghou Ma
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-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