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_arm.s
Age
Commit message (
Expand
)
Author
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
2022-04-28
runtime: mark sigtramp as TOPFRAME on the rest of unix
Michael Pratt
2021-12-02
runtime: print errno on clock_gettime failure on OpenBSD
Austin Clements
2021-05-09
runtime,syscall: convert syscall on openbsd/arm to libc
Joel Sing
2021-05-09
runtime: switch runtime to libc for openbsd/arm
Joel Sing
2021-05-09
runtime: switch openbsd/arm locking to libc
Joel Sing
2021-05-09
runtime: switch openbsd/arm to pthreads
Joel Sing
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2020-05-26
runtime, syscall: correct openbsd/arm and openbsd/arm64 syscalls for OpenBSD 6.7
Joel Sing
2019-10-26
runtime: save/restore callee-save registers in arm's sigtramp
Ben Shi
2019-10-26
runtime: M-targeted signals for BSDs
Austin Clements
2019-10-22
runtime: correctly negate errno value for *BSD ARM
Ian Lance Taylor
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-26
runtime: add support for openbsd/arm64
Joel Sing
2018-12-18
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
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
2018-02-12
runtime, sync/atomic: use NOFRAME on arm
Austin Clements
2017-10-18
runtime: separate error result for mmap
Austin Clements
2017-10-16
runtime: fix use of STREX in various exitThread implementations
Ian Lance Taylor
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-12
runtime, syscall: update openbsd for changes to syskill
Joel Sing
2016-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
2016-08-25
all: fix assembly vet issues
Josh Bleecher Snyder
2016-08-22
runtime: ignore closeonexec ret val on openbsd/arm
Josh Bleecher Snyder
2015-12-24
runtime: adjust gsignal stack to current signal stack
Ian Lance Taylor
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-07-30
runtime: replace divide with multiply in runtime.usleep on arm
Russ Cox
2015-07-27
runtime: log all thread stack traces during GODEBUG=crash on Unix
Ian Lance Taylor
2015-06-19
runtime: ensure GC sees type-safe memory on weak machines
Austin Clements
2015-04-14
runtime: rename close to closefd
David Crawshaw
2015-03-21
runtime: fix return values for open/read/write/close on openbsd/arm
Joel Sing
2015-03-15
runtime: add support for openbsd/arm
Joel Sing