aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_x86.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: delete gosave (dead code)Russ Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2017-11-29runtime: fix documentation typo for gostartcallSebastien Binet
2016-10-05runtime, cmd/internal/obj: get rid of rewindmorestackCherry Zhang
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-11[dev.cc] runtime: convert arch-specific .c and .h files to GoRuss Cox