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_openbsd_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: change fcntl to return two values
Ian Lance Taylor
2023-05-17
runtime: consistently define fcntl
Ian Lance Taylor
2023-02-27
runtime: use explicit NOFRAME on openbsd/amd64
qmuntal
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
2021-12-02
runtime: print errno on clock_gettime failure on OpenBSD
Austin Clements
2021-05-18
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for syscall wrappers on...
Cherry Mui
2021-04-15
runtime: unify C->Go ABI transitions
Austin Clements
2021-01-28
runtime: correct syscall10/syscall10X on openbsd/amd64
Joel Sing
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-22
runtime: remove pthread_kill/pthread_self for openbsd
Joel Sing
2021-01-20
runtime: convert openbsd/amd64 locking to libc
Joel Sing
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
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-04-28
runtime: remove spurious register loads for openbsd/amd64 kqueue
Joel Sing
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-04-05
runtime: fix/improve exitThread on openbsd
Joel Sing
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-12-12
runtime, syscall: update openbsd for changes to syskill
Joel Sing
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
2015-12-24
runtime: adjust gsignal stack to current signal stack
Ian Lance Taylor
2015-11-12
runtime: update comment that was missed in CL 6584
Matthew Dempsky
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