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