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
/
os_dragonfly.go
Age
Commit message (
Expand
)
Author
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2024-11-15
runtime: allow futex OSes to use sema-based mutex
Rhys Hiltner
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-09-06
runtime: clear procid in unminit
Michael Pratt
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-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2022-11-10
runtime: retry thread creation on EAGAIN
Ian Lance Taylor
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-03-03
runtime: remove fallback to pipe on platforms with pipe2
Tobias Klauser
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-09-27
runtime: allow per-OS changes to unix profiler
Rhys Hiltner
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to reference ABI0 assem...
Cherry Mui
2021-05-19
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on Drag...
Cherry Mui
2021-02-25
runtime: use pipe2 for nonblockingPipe on dragonfly
Tobias Klauser
2021-02-24
runtime: remove unused const stackSystem on dragonfly
Tobias Klauser
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-04-02
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Clément Chigot
2018-06-13
runtime: move darwin kevent calls to libc
Keith Randall
2018-04-30
runtime,cmd/ld: on darwin, create theads using libc
Keith Randall
2018-03-29
runtime: parse auxv for page size on dragonfly
Tobias Klauser
2018-02-17
runtime: remove unused getrlimit function
Tobias Klauser
2018-02-13
runtime: remove unused memlimit function
Austin Clements
2016-09-28
runtime: minor simplifications to signal code
Ian Lance Taylor
2016-09-27
runtime: remove sigmask type, use sigset instead
Ian Lance Taylor
2016-09-26
runtime: unify Unix implementations of unminit
Ian Lance Taylor
2016-09-26
runtime: merge setting new signal mask in minit
Ian Lance Taylor
2016-09-26
runtime: unify sigtrampgo
Ian Lance Taylor
2016-09-26
runtime: unify handling of alternate signal stack
Ian Lance Taylor
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-09-21
runtime: revert CL 18835; don't install new signal stack unconditionally on d...
Mikio Hara
2016-09-06
runtime: fetch physical page size from the OS
Austin Clements
2016-06-29
runtime: better error message for newosproc failure
Ian Lance Taylor
2016-04-06
os: consolidate os{1,2}_*.go files
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-10-22
runtime: split plan9 and solaris's m fields into new embedded mOS type
Matthew Dempsky
2015-10-02
runtime: drop sigfwd from signal forwarding unsupported platforms
Mikio Hara
2015-07-22
runtime: if we don't handle a signal on a non-Go thread, raise it
Ian Lance Taylor
2015-04-26
runtime: signal forwarding for darwin/amd64
David Crawshaw
2015-01-14
runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X
Russ Cox
[next]