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_dragonfly_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-02-23
runtime: use explicit NOFRAME on dragonfly/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-02-25
runtime: use pipe2 for nonblockingPipe on dragonfly
Tobias Klauser
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
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
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
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-10-27
runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ...
Russ Cox
2016-09-30
runtime, syscall: use FP instead of SP for parameters
Matthew Dempsky
2016-09-28
runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread ...
Mikio Hara
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: on NetBSD and DragonFly drop signal stack in new thread
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-07-24
runtime: fix runtime·raise for dragonfly amd64
Ian Lance Taylor
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
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