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_linux_s390x.go
Age
Commit message (
Expand
)
Author
2024-08-30
syscall: always use prlimit for getrlimit/setrlimit on Linux
Ian Lance Taylor
2023-11-21
internal/syscall/unix: add PidFDSendSignal for Linux
Kir Kolyshkin
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-09-07
syscall: add support to get pidfd from ForkExec on Linux
Kir Kolyshkin
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-09-01
syscall: Faccessat: use faccessat2 on linux
Kir Kolyshkin
2022-08-18
syscall: implement EpollCreate using EpollCreate1 on all linux platforms
Tobias Klauser
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-03-02
syscall: remove accept on Linux
Tobias Klauser
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2020-10-29
syscall: handle undefined r2 value on linux-ppc64x
Andrew G. Morgan
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-05-28
syscall: avoid dup2 in forkAndExecInChild1 on Android
Elias Naur
2019-10-08
syscall: don't use deprecated syscalls on linux/arm64
Tobias Klauser
2019-08-28
syscall: move Renameat to syscall_linux_$GOARCH.go
Tobias Klauser
2019-05-15
syscall: implement rawVforkSyscall for linux/ppc64x and linux/s390x
Joel Sing
2018-07-27
syscall: support Faccessat flags argument
Ian Lance Taylor
2018-06-04
syscall: fix EpollWait for arm64
Wei Xiao
2018-01-31
syscall: use SYS_GETDENTS64 on linux/mips64{,le}
Tobias Klauser
2017-03-22
syscall: use CLONE_VFORK and CLONE_VM
Richard Musiol
2017-02-13
syscall: delete the "use" function and calls in non-generated files.
Sameer Ajmani
2016-10-19
syscall: for ForkExec on Linux, always use 32-bit setgroups system call
Russ Cox
2016-10-12
syscall: unify NsecToTime{spec,val}, fix for times < 1970
Ian Lance Taylor
2016-10-11
syscall: unify TimespecToNsec and TimevalToNsec
Ian Lance Taylor
2016-09-06
syscall: make Getpagesize return page size from runtime
Austin Clements
2016-04-03
syscall: add support for s390x
Michael Munday