]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/os2_aix.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / os2_aix.go
2023-06-06 Roland Shoemakerruntime: implement SUID/SGID protections
2023-04-24 Ian Lance Taylorruntime: call _exit, not exit, on AIX and Solaris
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in os files
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: clean up system calls during cgo callback...
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2020-12-28 Matthew Dempsky[dev.regabi] all: merge master (1d78139) into dev.regabi
2020-12-22 Russ Cox[dev.regabi] all: merge master (c9fb4eb) into dev.regabi
2020-12-21 Matthew Dempsky[dev.regabi] all: merge master into dev.regabi
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-01 Matthew Dempsky[dev.regabi] cmd/compile: process //go:linknames after...
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-29 Martin Möhrmannruntime: move ppc64/aix cpu feature detection to intern...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-09 Clément Chigotruntime: use mprotect in sysMap for aix/ppc64
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-01 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2019-10-26 Austin Clementsruntime: M-targeted signals for libc-based OSes
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-21 Ian Lance Taylorruntime: change read and write to return negative errno...
2019-10-20 Ian Lance Taylorruntime: define nonblockingPipe
2019-09-08 Ainar Garipovall: fix typos
2019-09-04 Austin Clementsruntime: wrap nanotime, walltime, and write
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-29 Clément Chigotruntime: make mmap return 0 instead of -1 on aix/ppc64
2019-04-18 Clément Chigotruntime: move libcall to stack for runtime syscalls...
2019-04-12 Clément Chigotruntime: add //go:cgo_unsafe_args to AIX syscallX functions
2019-03-27 Clément Chigotruntime: create library startup for aix/ppc64
2019-03-05 Clément Chigotruntime: handle syscalls without g or m for aix/ppc64
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-18 Clément Chigotruntime: fix backtrace during C syscalls for aix/ppc64
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-31 Clément Chigotinternal/cpu, runtime: add CPU feature detection suppor...
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-03 Clément Chigotruntime: add AIX operating system