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_darwin.go
Age
Commit message (
Expand
)
Author
2023-02-10
runtime: skip darwin osinit_hack on ios
Russ Cox
2023-01-10
cmd/link, runtime: Apple libc atfork workaround take 3
Russ Cox
2022-12-22
runtime: revert Apple libc atfork workaround
Russ Cox
2022-11-17
runtime: work around Apple libc bugs to make exec stop hanging
Russ Cox
2022-11-01
net: use libc (not cgo) for DNS on macOS
Russ Cox
2022-10-18
runtime: throw in unreachable exitThread
Michael Pratt
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-28
runtime: avoid cgo_unsafe_args for syscall.syscall functions on darwin/arm64
Cherry Mui
2022-02-22
crypto/x509, runtime: fix occasional spurious “certificate is expired”
Russ Cox
2021-11-30
runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC
Jason A. Donenfeld
2021-11-10
runtime: fix unworkable comments for go:nosplit
Hajime Hoshi
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-04-26
runtime: use abi.FuncPCABI0 for libc syscall wrappers
Cherry Zhang
2021-03-01
runtime: use entersyscall in syscall_syscallX on Darwin
Cherry Zhang
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2021-01-19
cmd/link,runtime: switch openbsd/amd64 to pthreads
Joel Sing
2020-12-21
runtime: use _exit on darwin
Cherry Zhang
2020-12-07
internal/cpu: add darwin/arm64 CPU feature detection support
Martin Möhrmann
2020-11-30
runtime: mlock signal stack on macOS/ARM64
Cherry Zhang
2020-11-18
runtime: use clock_gettime instead of gettimeofday on darwin
Tobias Klauser
2020-08-17
cmd/link: link dynamic library automatically
Cherry Zhang
2020-07-08
crypto/x509/internal/macos: rename package to lowercase
Filippo Valsorda
2020-05-07
crypto/x509: use Security.framework without cgo for roots on macOS
Filippo Valsorda
2020-04-08
all: remove scattered remnants of darwin/386
Austin Clements
2019-11-25
runtime: add go:nosplit to cgo_mmap.go:mmap() and sys_darwin.go:mmap()
Dan Scales
2019-10-26
runtime: M-targeted signals for libc-based OSes
Austin Clements
2019-10-01
runtime: fix darwin syscall performance regression
Shenghou Ma
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-06-30
runtime: use a pipe to wake up signal_recv on Darwin
Ian Lance Taylor
2019-06-21
Revert "runtime: use dispatch semaphores on Darwin"
Ian Lance Taylor
2019-06-15
runtime: use dispatch semaphores on Darwin
Ian Lance Taylor
2019-06-06
runtime: mark all Go symbols called from assembly in other packages
Austin Clements
2019-06-06
runtime: use default system stack size, not 64 kB, on non-cgo macOS
Russ Cox
2019-04-03
syscall: avoid _getdirentries64 on darwin
Keith Randall
2018-11-07
syscall: implement syscalls on Darwin using libSystem
Keith Randall
2018-09-15
runtime: fix TODO comment filepath
Koichi Shiraishi
2018-07-24
runtime: traceback from outermost libc call
Keith Randall
2018-06-25
runtime: respect timeout in semasleep on Darwin
Nikhil Benesch
2018-06-16
runtime: move semaphore ops from system calls to libc calls on Darwin
Keith Randall
2018-06-13
runtime: move darwin kevent calls to libc
Keith Randall
2018-06-12
runtime: use libc's signal functions on Darwin
Keith Randall
2018-05-29
runtime: implement time.now using libc
Keith Randall
2018-05-29
runtime: wrap darwin libc calls to keep profiler happy
Keith Randall
2018-05-21
cmd/link,runtime: move syscalls to libc on iOS
Elias Naur
2018-05-21
runtime: use raise instead of pthread_self and pthread_kill
Elias Naur
2018-05-20
runtime: use libc for nanotime on Darwin
Keith Randall
2018-05-19
runtime: fix darwin 386/amd64 stack switches
Keith Randall
2018-05-01
runtime: move open/close/read/write from syscall to libc on Darwin
Keith Randall
[next]