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.go
Age
Commit message (
Expand
)
Author
2021-09-02
syscall: drop fallback to utimes in UtimesNano on Linux
Tobias Klauser
2021-04-26
syscall: on linux use accept4 in Accept, fall back to accept
Tobias Klauser
2021-03-14
all: add internal/itoa package
Josh Bleecher Snyder
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-06-20
syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L...
Tobias Klauser
2019-10-18
syscall: fix wrong unsafe.Pointer alignment in syscall
Cuong Manh Le
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-13
syscall: check Fchmodat flags parameter on Linux
Tobias Klauser
2018-06-04
syscall: fix EpollWait for arm64
Wei Xiao
2018-04-19
syscall: avoid extra syscall on send/recvmsg on Linux
Jason A. Donenfeld
2018-02-22
syscall: remove list of unimplemented syscalls
Tobias Klauser
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-10-27
syscall: simplify return in Futimesat and Mount
Tobias Klauser
2017-10-26
syscall: remove unnecessary use of unsafe.Pointer.
Christopher Koch
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-09-26
syscall: allow abstract unix socket to use the full Path len
Nicolas BRULEZ
2017-08-29
syscall: drop dummy byte for oob in unixgram SendmsgN
Luca Bruno
2017-08-15
syscall: add missing int flag argument to utimensat
Yuval Pavel Zholkover
2017-02-13
syscall: delete the "use" function and calls in non-generated files.
Sameer Ajmani
2016-11-08
syscall: fix name of prlimit parameters
Brad Fitzpatrick
2016-09-20
syscall: validate ParseDirent inputs
Damien Neil
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-12
syscall: added support for linux/mips64{,le}
Yao Zhang
2015-10-30
syscall: correct parameter name of Setgid on linux
Marvin Stenger
2015-05-09
syscall: fix InotifyInit on linux/arm64
Shenghou Ma
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
[prev]