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_386.go
Age
Commit message (
Expand
)
Author
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
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-09-24
syscall: replace lstat, lchown, stat to please Android O
Elias Naur
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-04
syscall: fix EpollWait for arm64
Wei Xiao
2018-02-13
syscall: support syscalls without error return on Linux
Tobias Klauser
2018-01-31
syscall: use SYS_GETDENTS64 on linux/mips64{,le}
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 support for linux/mips64{,le}
Yao Zhang
2015-05-15
syscall: add explicit build tags
Shenghou Ma
2015-05-09
syscall: fix InotifyInit on linux/arm64
Shenghou Ma
2015-03-27
syscall: don't allocate when boxing common Errno values into errors
Brad Fitzpatrick
2015-03-26
syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall
Ian Lance Taylor
2015-03-24
syscall: use Getpgid to emulate Getpgrp on linux
Shenghou Ma
2015-02-26
syscall: Reimplement linux syscalls in terms of their *at replacements.
Dave Cheney
2015-02-25
syscall: split implementation of Dup2 per linux GOOS
Dave Cheney
2015-02-25
syscall: split implementation of Pipe/Pipe2 per GOOS
Dave Cheney
2014-09-08
syscall: keep allocated C string live across call to Syscall
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox