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
/
internal
/
runtime
/
syscall
Age
Commit message (
Expand
)
Author
2026-03-25
runtime: use uname version check for 64-bit time on 32-bit arch codepaths
Brad Fitzpatrick
2026-03-18
syscall: remove the 42 args limit in SyscallN
qmuntal
2026-03-18
runtime: return the error code as a return value in asmstdcall
qmuntal
2026-03-18
runtime,runtime/cgo: do cgo thread initialization in Go on Windows
qmuntal
2025-11-24
internal/runtime/syscall: Syscall changes for s390x regabi
Srinivas Pokala
2025-09-12
runtime: move Windows types and consts to internal/runtime/syscall/windows
qmuntal
2025-08-21
runtime: remove remaining windows/arm files and comments
qmuntal
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-07-24
internal/runtime/syscall: rename to internal/runtime/syscall/linux
qmuntal
2025-05-19
internal/runtime/syscall: add basic file system calls
Michael Pratt
2025-03-04
runtime: decorate anonymous memory mappings
Lénaïc Huard
2024-05-13
all: delete loong64 non-register ABI fallback path
Guoqi Chen
2024-03-19
runtime: optimize permission changes with mprotect
Lance Yang
2024-03-04
syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6
Andy Pan
2024-02-21
runtime: migrate internal/syscall to internal/runtime
Andy Pan