aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/asm_plan9_amd64.s
AgeCommit message (Expand)Author
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-05-08syscall: eliminate aliasing of syscall error strings in Plan 9Richard Miller
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15runtime: remove unused global variable emptystringIan Lance Taylor
2016-10-25syscall: use name+(NN)FP on plan9/amd64David du Colombier
2016-09-30runtime, syscall: use FP instead of SP for parametersMatthew Dempsky
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2014-09-16liblink: make GO_ARGS the default for functions beginning with ยทRuss Cox
2014-09-14syscall: add GO_ARGS to Go-called assemblyRuss Cox
2014-09-12syscall: add #include "funcdata.h" to files modified in last CLRuss Cox
2014-09-12syscall: make func Syscall use pointer maps from Go prototypesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox