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_netbsd_arm.s
Age
Commit message (
Expand
)
Author
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
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-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-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
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-05-09
runtime: fix vet complaints for all freebsd, netbsd, openbsd
Russ Cox
2019-04-22
runtime: use named macros on NetBSD
Maya Rashish
2018-09-18
runtime: use MADV_FREE on Linux if available
Tobias Klauser
2018-02-12
runtime, sync/atomic: use NOFRAME on arm
Austin Clements
2018-02-12
runtime: fix silly frame sizes on arm and arm64
Austin Clements
2017-12-04
runtime: make NetBSD lwp_park use monotonic time
Christos Zoulas
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-09-24
runtime: unify some signal handling functions
Ian Lance Taylor
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-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-02-23
[dev.cc] runtime, syscall: add names to FP offsets in freebsd, netbsd arm ass...
Russ Cox
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