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
/
zsyscall_linux_mips64le.go
Age
Commit message (
Expand
)
Author
2024-12-17
syscall, internal/syscall/unix: fix fstatat on linux/mips64
Damien Neil
2024-08-30
syscall: always use prlimit for getrlimit/setrlimit on Linux
Ian Lance Taylor
2023-11-08
syscall: use fchmodat2 in Fchmodat
Tobias Klauser
2023-09-20
syscall: remove unused writelen
Tobias Klauser
2023-03-15
syscall: restore original NOFILE rlimit in child process
Ian Lance Taylor
2023-02-23
syscall: add ptracePtr that accepts pointer arg as unsafe.Pointer
Dmitri Goutnik
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
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-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
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-06-21
syscall: check faccessat flags parameter on Linux
Tobias Klauser
2018-06-14
syscall, internal/syscall: follow convention for generated code comment
Tobias Klauser
2018-06-13
syscall: check Fchmodat flags parameter on Linux
Tobias Klauser
2018-06-13
syscall: support Linux syscalls without error return on mipsx/mips64x
Tobias Klauser
2018-06-04
syscall: fix EpollWait for arm64
Wei Xiao
2018-01-31
syscall: use SYS_GETDENTS64 on linux/mips64{,le}
Tobias Klauser
2017-10-13
syscall: correct type for timeout argument to Select on linux/{arm64,mips64x}
Tobias Klauser
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-08-15
syscall: add missing int flag argument to utimensat
Yuval Pavel Zholkover
2017-02-09
syscall: remove "use" function and calls from generated code.
Sameer Ajmani
2016-11-08
syscall: fix name of prlimit parameters
Brad Fitzpatrick
2015-11-12
syscall: added machine-generated code for linux/mips64{,le}
Yao Zhang