Sign in
go
/
go
/
9c2be4c22d78cebc52458ba7298a470a3be0cdce
/
src
/
runtime
/
sys_darwin_arm.s
5929ead
runtime: support capturing C backtrace from signal handler on darwin/amd64
by Nikhil Benesch
· 7 years ago
6fdbed0
runtime: respect timeout in semasleep on Darwin
by Nikhil Benesch
· 7 years ago
cdffe9b
runtime: move semaphore ops from system calls to libc calls on iOS
by Elias Naur
· 7 years ago
c824f540
runtime: move iOS kevent calls to libc
by Elias Naur
· 7 years ago
021c39d
runtime: use libc for signal functions on iOS
by Elias Naur
· 7 years ago
6c6e22e
runtime: implement time.now using libc
by Keith Randall
· 7 years ago
c8d0729
cmd/link,runtime: move syscalls to libc on iOS
by Elias Naur
· 7 years ago
a046caa
runtime, sync/atomic: use NOFRAME on arm
by Austin Clements
· 7 years ago
193088b
runtime: separate error result for mmap
by Austin Clements
· 7 years ago
5ddd3d5
runtime: fix use of STREX in various exitThread implementations
by Ian Lance Taylor
· 7 years ago
eff2b26
runtime: make it possible to exit Go-created threads
by Austin Clements
· 8 years ago
91121ff
runtime: fix exit1 arguments on Darwin
by Austin Clements
· 8 years ago
e9348ab
runtime: move mincore from stubs.go to os_linux.go
by Hiroshi Ioka
· 8 years ago
b6e0d46
runtime: update assembly var names after monotonic time changes
by Josh Bleecher Snyder
· 8 years ago
0e33559
time: record monotonic clock reading in time.Now, for more accurate comparisons
by Russ Cox
· 8 years ago
71ab9fa
all: fix assembly vet issues
by Josh Bleecher Snyder
· 9 years ago
4af1148
cmd/vet: improve asmdecl parameter handling
by Josh Bleecher Snyder
· 9 years ago
9fde86b
runtime, syscall: fix kernel gettimeofday ABI change on iOS 10
by Shenghou Ma
· 9 years ago
e43c74a
all: use cannot instead of can not
by Josh Bleecher Snyder
· 9 years ago
f7e51c1
runtime: adjust gsignal stack to current signal stack
by Ian Lance Taylor
· 9 years ago
67faca7
runtime: break atomics out into package runtime/internal/atomic
by Michael Matloob
· 9 years ago
e884334
runtime: use pthread_sigmask, not sigprocmask, on Darwin ARM/ARM64
by Ian Lance Taylor
· 9 years ago
c9d2c7f
runtime: replace divide with multiply in runtime.usleep on arm
by Russ Cox
· 10 years ago
f0876a1
runtime: log all thread stack traces during GODEBUG=crash on Unix
by Ian Lance Taylor
· 10 years ago
f5d494b
runtime: ensure GC sees type-safe memory on weak machines
by Austin Clements
· 10 years ago
cea272d
runtime: rename close to closefd
by David Crawshaw
· 10 years ago
c844bf4
runtime: fix darwin/386, darwin/arm builds
by David Crawshaw
· 10 years ago
f584c05
runtime: Update open/close/read/write to return -1 on error.
by Keith Randall
· 10 years ago
c21f1d5
[dev.cc] runtime,syscall: quiet some more vet errors
by Rob Pike
· 10 years ago
218ff3f
[dev.cc] runtime,syscall: add symbols for FP and SP references in darwin-arm
by Rob Pike
· 10 years ago
56e8f8e
runtime: darwin/arm support
by Shenghou Ma
· 10 years ago