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
/
runtime
/
sys_netbsd_amd64.s
Age
Commit message (
Expand
)
Author
2025-12-08
[dev.simd] cmd/compile: zero only low 128-bit of X15
Cherry Mui
2025-11-26
cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd
Cherry Mui
2025-08-22
[dev.simd] cmd/compile: ensure the whole X15 register is zeroed
Cherry Mui
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-20
runtime: consolidate on a single closeonexec definition
Ian Lance Taylor
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2023-03-23
all: replace leading spaces with tabs in assembly
Michael Pratt
2023-02-24
runtime: use explicit NOFRAME on netbsd/amd64
qmuntal
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-04-28
runtime: mark sigtramp as TOPFRAME on the rest of unix
Michael Pratt
2022-04-26
runtime: use ABIInternal for most calls to sigtrampgo
Michael Pratt
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-04-15
runtime: unify C->Go ABI transitions
Austin Clements
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-05-17
runtime: correct netbsd/amd64 assembly for timespec handling
Joel Sing
2019-05-09
runtime: fix vet complaints for all freebsd, netbsd, openbsd
Russ Cox
2019-04-22
runtime: use named macros on NetBSD
Maya Rashish
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2017-12-04
runtime: make NetBSD lwp_park use monotonic time
Christos Zoulas
2017-12-01
runtime: use monotonic time on NetBSD
Brad Fitzpatrick
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-10-11
runtime: make it possible to exit Go-created threads
Austin Clements
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-12-15
runtime: preserve callee-saved C registers in sigtramp
Bryan C. Mills
2016-11-01
runtime: align stack pointer in sigfwd
Bryan C. Mills
2016-09-30
runtime, syscall: use FP instead of SP for parameters
Matthew Dempsky
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-21
runtime: save context value in NetBSD sigtramp
Ian Lance Taylor
2015-12-24
runtime: adjust gsignal stack to current signal stack
Ian Lance Taylor
2015-07-27
runtime: log all thread stack traces during GODEBUG=crash on Unix
Ian Lance Taylor
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-03-05
cmd/internal/ld, runtime: halve tlsoffset on ELF/intel
Michael Hudson-Doyle
2015-03-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-02-02
runtime: eliminate uses of BP on amd64
Austin Clements
2014-11-11
[dev.cc] runtime: convert assembly files for C to Go transition
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox