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
/
internal
/
syscall
Age
Commit message (
Expand
)
Author
2024-01-23
runtime,internal/poll: move websocket handling out of the runtime on Windows
qmuntal
2023-12-18
internal/syscall/windows: fix the signature of SetFileInformationByHandle
Bryan C. Mills
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-11-21
internal/syscall/unix: add PidFDSendSignal for Linux
Kir Kolyshkin
2023-11-01
os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat
Bryan C. Mills
2023-10-20
crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-10-06
internal/syscall/unix: implement Eaccess on dragonfly
Tobias Klauser
2023-10-03
internal/syscall/unix: implement Eaccess on netbsd
Tobias Klauser
2023-09-28
net: set IsNotFound for unknown services in LookupPort
Mateusz Poliwczak
2023-09-28
internal/syscall/unix: implement Eaccess on freebsd
Tobias Klauser
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-14
time: unconditionally use RegLoadMUIString on Windows
qmuntal
2023-09-12
all: fix Microsoft links
qmuntal
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-04
net: respect hosts file when resolving names for Windows
Nikita Vaniasin
2023-08-25
os: omit existence check for GetFinalPathNameByHandle
qmuntal
2023-08-16
os: support file systems without file IDs when reading directories on windows
qmuntal
2023-08-15
internal/syscall/unix: fix gofmt
sivchari
2023-08-09
os: make MkdirAll support volume names
qmuntal
2023-08-08
internal/syscall/unix: don't define libc_getentropy_trampoline on ios
Ian Lance Taylor
2023-08-07
os: fix test failure when Workstation service is not enabled
qiulaidongfeng
2023-08-07
crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD
Maya Rashish
2023-07-25
os: mark the share created by TestNetworkSymbolicLink as temporary
Bryan C. Mills
2023-05-26
syscall: implement wasip1 Fcntl
Chris O'Hara
2023-05-20
runtime: change fcntl to return two values
Ian Lance Taylor
2023-05-19
net: make Dial fail faster on Windows closed loopback devices
qmuntal
2023-05-18
internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapper
Tobias Klauser
2023-05-17
os: if descriptor is non-blocking, retain that in Fd method
Ian Lance Taylor
2023-05-16
net: use and assert correct res state size at compile time when cgo available...
Mateusz Poliwczak
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-05-11
syscall: implement wasip1 SetNonblock and IsNonblock
Chris O'Hara
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2023-05-02
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-11
runtime: filter i/o async entries using completion key on windows
Will Hawkins
2023-04-07
internal: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-05
internal/syscall/unix: fix PosixFallocate error check on freebsd
Tobias Klauser
2023-04-04
net: treat EAI_NODATA as errNoSuchHost
Mateusz Poliwczak
2023-03-27
internal/syscall/unix: fix PosixFallocate on 32-bit freebsd
Tobias Klauser
2023-03-27
cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsd
Tobias Klauser
2023-02-27
internal/syscall/execenv: refactor handling env variables
Cuong Manh Le
2023-01-30
internal/syscall/windows: regenerate zsyscall_windows.go
qmuntal
2023-01-28
os: use GetTempPath2 on Windows if available
Thanonchai W
2023-01-26
internal/syscall/unix: use atomic.Bool for getrandomUnsupported
Tobias Klauser
2023-01-26
crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0
json-isValidNumber-before
Tobias Klauser
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2022-12-07
os/user: fix buffer retry loop on macOS
Russ Cox
2022-11-11
internal/syscall/unix: use runtime.gostring for Gostring
Ian Lance Taylor
2022-11-11
os/user: use libc (not cgo) on macOS
Russ Cox
2022-11-10
os/signal/internal/pty: use libc (not cgo) on macOS
Russ Cox
[next]