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
/
os_aix.go
Age
Commit message (
Expand
)
Author
2025-07-11
runtime: gofmt after CL 643897 and CL 662455
Tobias Klauser
2025-05-19
runtime: rename ncpu to numCPUStartup
Michael Pratt
2025-04-03
runtime: cleanup M vgetrandom state before dropping P
Michael Pratt
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-09-06
runtime: clear procid in unminit
Michael Pratt
2023-07-27
runtime: call miniterrno on m0 on AIX and Solaris
Ian Lance Taylor
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-11-18
all: add missing periods in comments
cui fliter
2022-11-10
runtime: retry thread creation on EAGAIN
Ian Lance Taylor
2022-11-10
runtime: consolidate some low-level error reporting
Ian Lance Taylor
2022-10-26
runtime: fix a few function names on comments
cui fliter
2022-10-18
runtime: always keep global reference to mp until mexit completes
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
runtime: rename _m_ to mp [generated]
Michael Pratt
2021-09-27
runtime: allow per-OS changes to unix profiler
Rhys Hiltner
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-29
runtime: rename walltime1 to walltime
Ian Lance Taylor
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-18
runtime: free Windows event handles after last lock is dropped
Jason A. Donenfeld
2020-10-29
runtime: move ppc64/aix cpu feature detection to internal/cpu
Martin Möhrmann
2019-10-30
runtime: make fcntl arguments consistent across OS's
Ian Lance Taylor
2019-10-26
runtime: M-targeted signals for libc-based OSes
Austin Clements
2019-10-20
runtime: define nonblockingPipe
Ian Lance Taylor
2019-09-04
runtime: wrap nanotime, walltime, and write
Austin Clements
2019-04-02
runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64
Clément Chigot
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
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