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_mipsx.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-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2021-03-03
syscall: implement rawVforkSyscall for remaining linux platforms
Joel Sing
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
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
2018-07-27
syscall: support Faccessat flags argument
Ian Lance Taylor
2018-07-26
syscall: implement pipe() on linux/mips
David Wimmer
2018-06-04
syscall: fix EpollWait for arm64
Wei Xiao
2018-04-26
syscall: 32-bit MIPS splice system call returns int, not int64
Ian Lance Taylor
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-11-03
syscall: add support for GOARCH=mips{,le}
Vladimir Stefanovic