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_aix_ppc64.s
Age
Commit message (
Expand
)
Author
5 days
runtime: fix AIX library initialization
qmuntal
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2022-05-17
all: fix spelling
John Bampton
2022-04-28
runtime: mark sigtramp as TOPFRAME on the rest of unix
Michael Pratt
2022-01-05
runtime: ensure that asmsyscall6 follow AIX stack convention
Clément Chigot
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-06-06
runtime: fix scattered non-tab indentation in assembly
Russ Cox
2019-05-09
runtime: fix vet complaints for linux/arm64, linux/mips*, linux/ppc64*, linux...
Russ Cox
2019-03-27
runtime: create library startup for aix/ppc64
Clément Chigot
2019-03-26
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-03-19
runtime: fix sigfwd for aix/ppc64
Clément Chigot
2019-03-19
runtime: disable pprof test with cgo on aix/ppc64
Clément Chigot
2019-03-05
runtime: handle syscalls without g or m for aix/ppc64
Clément Chigot
2019-03-05
runtime: use AIX C ABI in asmcgocall
Clément Chigot
2018-10-03
runtime: add AIX operating system
Clément Chigot