summaryrefslogtreecommitdiff
path: root/src/runtime/sys_netbsd_amd64.s
Commit message (Expand)AuthorAgeFilesLines
* runtime: consistently define fcntlIan Lance Taylor2023-05-171-0/+12
* all: replace leading spaces with tabs in assemblyMichael Pratt2023-03-231-1/+1
* runtime: use explicit NOFRAME on netbsd/amd64qmuntal2023-02-241-6/+4
* runtime: always keep global reference to mp until mexit completesMichael Pratt2022-10-181-1/+1
* runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt2022-04-281-1/+1
* runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt2022-04-261-6/+14
* runtime: remove fallback to pipe on platforms with pipe2Tobias Klauser2022-03-031-30/+0
* runtime: rename walltime1 to walltimeIan Lance Taylor2021-04-291-2/+2
* runtime: unify C->Go ABI transitionsAustin Clements2021-04-151-22/+16
* runtime: fix uses of ABIInternal PCs in assemblyAustin Clements2021-04-011-1/+5
* runtime: M-targeted signals for BSDsAustin Clements2019-10-261-5/+3
* runtime: change read and write to return negative errno valueIan Lance Taylor2019-10-211-2/+2
* runtime: define nonblockingPipeIan Lance Taylor2019-10-201-0/+39
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime: correct netbsd/amd64 assembly for timespec handlingJoel Sing2019-05-171-2/+2
* runtime: fix vet complaints for all freebsd, netbsd, openbsdRuss Cox2019-05-091-2/+2
* runtime: use named macros on NetBSDMaya Rashish2019-04-221-38/+74
* all: this big patch remove whitespace from assembly filesZhou Peng2018-10-031-1/+1
* runtime: use MADV_FREE on Linux if availableTobias Klauser2018-09-181-1/+3
* runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas2017-12-041-7/+9
* runtime: use monotonic time on NetBSDBrad Fitzpatrick2017-12-011-1/+1
* runtime: separate error result for mmapAustin Clements2017-10-181-1/+8
* runtime: make it possible to exit Go-created threadsAustin Clements2017-10-111-2/+6
* 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-6/+21
* 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-1/+1
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-5/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* runtime: save context value in NetBSD sigtrampIan Lance Taylor2016-01-211-1/+3
* runtime: adjust gsignal stack to current signal stackIan Lance Taylor2015-12-241-28/+10
* 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-2/+2
* 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/+358