aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_amd64.s
AgeCommit message (Expand)Author
2017-08-30runtime: add symbols for Linux syscall numbers on 386/amd64Chris Ball
2017-06-06runtime: intercept munmap as we do mmapIan Lance Taylor
2017-05-19runtime: use pselect6 for usleep on linux/amd64 and linux/armAustin Clements
2017-04-21runtime: inform arena placement using sbrk(0)Austin Clements
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2017-01-12runtime: avoid clobbering C callee-save register in cgoSigtrampBryan C. Mills
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-09-24runtime: unify some signal handling functionsIan Lance Taylor
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-20runtime: use correct psABI SP alignment before calling libc mmapShenghou Ma
2015-10-28runtime, cmd: TLS setup for android/amd64.Hyang-Ah Hana Kim
2015-10-20runtime: add syscalls needed for android/amd64 logging.Hyang-Ah Hana Kim
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-06-24runtime: set m.procid always on LinuxRuss Cox
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-22runtime: fix build after CL 9164 on LinuxShenghou Ma
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-05cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-02-02runtime: eliminate uses of BP on amd64Austin Clements
2015-01-14runtime: log all thread stack traces during GODEBUG=crash on Linux and OS XRuss Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-10-28[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox