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
/
syscall
/
syscall_aix.go
Age
Commit message (
Expand
)
Author
12 days
all: add export linknames for assembly symbols accessed from other package
Cherry Mui
2024-08-21
syscall: optimize Getwd on aix
Kir Kolyshkin
2024-05-29
syscall: add Setuid for aix
Mauri de Souza Meneguzzo
2024-01-30
all: fix typos
Jes Cok
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-02-27
syscall: use unsafe.Slice in anyToSockaddr
Cuong Manh Le
2023-02-23
syscall: add ptracePtr that accepts pointer arg as unsafe.Pointer
Dmitri Goutnik
2022-10-07
internal/poll, net, syscall: enable writev on aix
Tobias Klauser
2022-10-02
syscall: remove redundant type conversion
cui fliter
2022-05-19
syscall: make //sys lines not doc comments
Russ Cox
2022-04-21
syscall: move Syscall declarations to OS files
Michael Pratt
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-03-11
runtime/pprof, syscall: report MaxRSS on all unix platforms
Tobias Klauser
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2021-11-04
syscall: unify unix Recvmsg epilogues
Josh Bleecher Snyder
2021-11-04
syscall: unify unix Sendmsg prologues
Josh Bleecher Snyder
2021-11-02
syscall,internal/poll: copy arrays by assignment instead of looping
Josh Bleecher Snyder
2021-10-26
syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumos
Tobias Klauser
2020-10-20
syscall, cmd/go/internal/modload: add and use Access on aix
Tobias Klauser
2020-09-14
syscall: fix fsync for read-only files on aix
Clément Chigot
2019-12-31
internal/poll: use correct fcntl implementations
Tobias Klauser
2019-08-30
syscall: fix coredump bit for aix/ppc64
Clément Chigot
2019-04-12
syscall: add aix to syscall_unix_test.go
Clément Chigot
2019-04-03
syscall: on AIX use nsendmsg and nrecvmsg, define SockaddrDatalink
Clément Chigot
2019-03-22
syscall: fix returned values of Dup2 on aix/ppc64
Clément Chigot
2019-03-13
syscall: add Chroot and Dup2 for aix/ppc64
Clément Chigot
2019-02-27
archive/tar, syscall: add statUnix for aix/ppc64
Clément Chigot
2019-02-27
syscall: add missing Setrlimit and Termios on aix/ppc64
Clément Chigot
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2018-10-25
syscall: fix TestForeground for AIX
Clément Chigot
2018-10-10
syscall: add AIX operating system
Clément Chigot