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
/
os2_aix.go
Age
Commit message (
Expand
)
Author
2026-03-18
runtime: implement part of library initialization in Go
qmuntal
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-04-24
runtime: call _exit, not exit, on AIX and Solaris
Ian Lance Taylor
2022-08-02
runtime: trivial replacements of _g_ in os files
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-02-19
runtime: clean up system calls during cgo callback init
Russ Cox
2020-12-01
[dev.regabi] cmd/compile: process //go:linknames after declarations
Matthew Dempsky
2020-10-29
runtime: move ppc64/aix cpu feature detection to internal/cpu
Martin Möhrmann
2019-12-09
runtime: use mprotect in sysMap for aix/ppc64
Clément Chigot
2019-10-26
runtime: M-targeted signals for libc-based OSes
Austin Clements
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-08
all: fix typos
Ainar Garipov
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-04-29
runtime: make mmap return 0 instead of -1 on aix/ppc64
Clément Chigot
2019-04-18
runtime: move libcall to stack for runtime syscalls on AIX
Clément Chigot
2019-04-12
runtime: add //go:cgo_unsafe_args to AIX syscallX functions
Clément Chigot
2019-03-27
runtime: create library startup for aix/ppc64
Clément Chigot
2019-03-05
runtime: handle syscalls without g or m for aix/ppc64
Clément Chigot
2018-12-18
runtime: fix backtrace during C syscalls for aix/ppc64
Clément Chigot
2018-10-31
internal/cpu, runtime: add CPU feature detection support for AIX
Clément Chigot
2018-10-03
runtime: add AIX operating system
Clément Chigot