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
Age
Commit message (
Expand
)
Author
2023-01-09
[release-branch.go1.18] runtime: revert "call __fork instead of fork on darwin"
Russ Cox
2022-12-22
[release-branch.go1.18] runtime: call __fork instead of fork on darwin
Russ Cox
2022-12-21
[release-branch.go1.18] syscall, internal/poll: fall back to accept on linux-arm
Ian Lance Taylor
2022-11-01
[release-branch.go1.18] syscall, os/exec: reject environment variables contai...
Damien Neil
2022-05-09
[release-branch.go1.18] syscall: check correct group in Faccessat
Damien Neil
2022-05-04
[release-branch.go1.18] syscall: relax output check in TestGroupCleanupUserNa...
Bryan C. Mills
2022-03-07
[release-branch.go1.18] syscall: remove TestRlimit
Ian Lance Taylor
2022-02-15
runtime, syscall: reimplement AllThreadsSyscall using only signals.
Michael Pratt
2022-02-09
syscall: use RLIMIT_CPU instead of RLIMIT_NOFILE
Tamir Duberstein
2022-01-07
syscall: in TestDirent, make as many ReadDirent calls as are needed
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-09
syscall: avoid writing to p when Pipe(p) fails
Russ Cox
2021-12-09
syscall: fix ForkLock spurious close(0) on pipe failure
Russ Cox
2021-11-06
all: remove more leftover // +build lines
Tobias Klauser
2021-11-05
syscall: fix mkall.sh for openbsd/386
Tobias Klauser
2021-11-04
net: pass around pointers to SockaddrInetN
Josh Bleecher Snyder
2021-11-04
net: remove the alloc from ReadMsgUDPAddrPort
Josh Bleecher Snyder
2021-11-04
net: remove the alloc from WriteMsgUDPAddrPort
Josh Bleecher Snyder
2021-11-04
syscall: fix and document uses of RegEnumKeyEx
Michael Anthony Knyszek
2021-11-04
syscall: unify unix Recvmsg epilogues
Josh Bleecher Snyder
2021-11-04
syscall: unify unix Sendmsg prologues
Josh Bleecher Snyder
2021-11-03
syscall: migrate new UDP send/recv API to internal/syscall/unix
Josh Bleecher Snyder
2021-11-02
syscall: fix finalizer fd close bugs in TestFcntlFlock and TestPassFD
Michael Anthony Knyszek
2021-11-02
syscall: remove GOMAXPROCS change in TestExecHelper
Michael Anthony Knyszek
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-11-02
syscall,internal/poll: copy arrays by assignment instead of looping
Josh Bleecher Snyder
2021-10-28
all: manual fixups for //go:build vs // +build
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-27
syscall: use dup3 in forkAndExecInChild on NetBSD
Tobias Klauser
2021-10-26
syscall: add utimensat libc wrapper on darwin
Tobias Klauser
2021-10-26
syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChild on illumos
Tobias Klauser
2021-10-18
syscall/js: remove Wrapper interface
Richard Musiol
2021-10-14
syscall: use fcntl with F_DUP2FD_CLOEXEC in forkAndExecInChild on FreeBSD
Tobias Klauser
2021-10-14
syscall: add support for SysProcAttr.Pdeathsig on FreeBSD
Tobias Klauser
2021-10-14
syscall: separate ProcSysAttr and forkAndExecInChild for FreeBSD
Tobias Klauser
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-17
syscall: implement Pipe using pipe2 syscall on all linux platforms
Tobias Klauser
2021-09-17
syscall: remove //sysnb comment generating Setreuid for linux/arm64
Tobias Klauser
2021-09-17
syscall: do not use handle lists on windows when NoInheritHandles is true
Jason A. Donenfeld
2021-09-14
syscall: remove use of IN_KUBERNETES in test
Tobias Klauser
2021-09-09
syscall: drop fallback to pipe in Pipe on linux/arm
Tobias Klauser
2021-09-06
syscall: use dup3 in forkAndExecInChild1 on all Linux platforms
Tobias Klauser
2021-09-02
syscall: drop fallback to accept in Accept on Linux
Tobias Klauser
2021-09-02
syscall: drop fallback to utimes in UtimesNano on Linux
Tobias Klauser
2021-09-02
os, syscall: remove fallback to pipe syscall on Linux
Tobias Klauser
2021-08-19
syscall: add SyscallN
Changkun Ou
2021-08-16
net: reduce allocations for UDP send/recv on Windows
Josh Bleecher Snyder
2021-08-16
net: reduce allocation size in ReadFromUDP
Josh Bleecher Snyder
2021-08-16
net: remove allocation from UDPConn.WriteTo
Josh Bleecher Snyder
2021-08-16
syscall: hoist Getsockname out of NetlinkRIB loops
Matt Layher
[next]