summaryrefslogtreecommitdiff
path: root/src/runtime/sys_openbsd_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-2/+2
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-151-4/+21
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-121-3/+4
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-3/+8
* runtime, syscall: use FP instead of SP for parametersMatthew Dempsky2016-09-301-2/+2
* runtime: unify some signal handling functionsIan Lance Taylor2016-09-241-2/+2
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-5/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-25/+7
* runtime: update comment that was missed in CL 6584Matthew Dempsky2015-11-121-1/+1
* runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor2015-07-271-0/+9
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* cmd/internal/ld, runtime: halve tlsoffset on ELF/intelMichael Hudson-Doyle2015-03-051-1/+1
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+8
* runtime: eliminate uses of BP on amd64Austin Clements2015-02-021-3/+3
* [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-111-1/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+350