index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
sys_linux_amd64.s
Age
Commit message (
Expand
)
Author
2017-08-30
runtime: add symbols for Linux syscall numbers on 386/amd64
Chris Ball
2017-06-06
runtime: intercept munmap as we do mmap
Ian Lance Taylor
2017-05-19
runtime: use pselect6 for usleep on linux/amd64 and linux/arm
Austin Clements
2017-04-21
runtime: inform arena placement using sbrk(0)
Austin Clements
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2017-01-12
runtime: avoid clobbering C callee-save register in cgoSigtramp
Bryan C. Mills
2016-12-15
runtime: preserve callee-saved C registers in sigtramp
Bryan C. Mills
2016-11-16
runtime/cgo: use libc for sigaction syscalls when possible
Bryan C. Mills
2016-11-01
runtime: align stack pointer in sigfwd
Bryan C. Mills
2016-09-30
runtime, syscall: use FP instead of SP for parameters
Matthew Dempsky
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-06-13
runtime: collect stack trace if SIGPROF arrives on non-Go thread
Ian Lance Taylor
2016-04-01
runtime: support symbolic backtrace of C code in a cgo crash
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-20
runtime: use correct psABI SP alignment before calling libc mmap
Shenghou Ma
2015-10-28
runtime, cmd: TLS setup for android/amd64.
Hyang-Ah Hana Kim
2015-10-20
runtime: add syscalls needed for android/amd64 logging.
Hyang-Ah Hana Kim
2015-09-30
runtime, runtime/cgo: support using msan on cgo code
Ian Lance Taylor
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-06-24
runtime: set m.procid always on Linux
Russ Cox
2015-04-24
runtime: signal forwarding
Srdjan Petrovic
2015-04-22
runtime: fix build after CL 9164 on Linux
Shenghou Ma
2015-04-22
runtime: merge clone0 and clone
Srdjan Petrovic
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-04-03
runtime: initialize shared library at library-load time
Srdjan Petrovic
2015-03-05
cmd/internal/ld, runtime: halve tlsoffset on ELF/intel
Michael Hudson-Doyle
2015-03-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-02-02
runtime: eliminate uses of BP on amd64
Austin Clements
2015-01-14
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
2014-11-14
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
Russ Cox
2014-11-11
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-10-28
[dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]