aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-21internal/syscall/unix: add PidFDSendSignal for LinuxKir Kolyshkin
2023-11-01os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and LstatBryan C. Mills
2023-10-20crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-10-06internal/syscall/unix: implement Eaccess on dragonflyTobias Klauser
2023-10-03internal/syscall/unix: implement Eaccess on netbsdTobias Klauser
2023-09-28net: set IsNotFound for unknown services in LookupPortMateusz Poliwczak
2023-09-28internal/syscall/unix: implement Eaccess on freebsdTobias Klauser
2023-09-18all: clean unnecessary castsJes Cok
2023-09-14time: unconditionally use RegLoadMUIString on Windowsqmuntal
2023-09-12all: fix Microsoft linksqmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-04net: respect hosts file when resolving names for WindowsNikita Vaniasin
2023-08-25os: omit existence check for GetFinalPathNameByHandleqmuntal
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-15internal/syscall/unix: fix gofmtsivchari
2023-08-09os: make MkdirAll support volume namesqmuntal
2023-08-08internal/syscall/unix: don't define libc_getentropy_trampoline on iosIan Lance Taylor
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-08-07crypto/rand, internal/syscall/unix: use simpler random seed on NetBSDMaya Rashish
2023-07-25os: mark the share created by TestNetworkSymbolicLink as temporaryBryan C. Mills
2023-05-26syscall: implement wasip1 FcntlChris O'Hara
2023-05-20runtime: change fcntl to return two valuesIan Lance Taylor
2023-05-19net: make Dial fail faster on Windows closed loopback devicesqmuntal
2023-05-18internal/poll, internal/syscall/unix, net: move and export fcntl syscall wrapperTobias Klauser
2023-05-17os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor
2023-05-16net: use and assert correct res state size at compile time when cgo available...Mateusz Poliwczak
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-05-11syscall: implement wasip1 SetNonblock and IsNonblockChris O'Hara
2023-05-11os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis
2023-05-02cmd/link: generate .xdata PE sectionqmuntal
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-04-11runtime: filter i/o async entries using completion key on windowsWill Hawkins
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-05internal/syscall/unix: fix PosixFallocate error check on freebsdTobias Klauser
2023-04-04net: treat EAI_NODATA as errNoSuchHostMateusz Poliwczak
2023-03-27internal/syscall/unix: fix PosixFallocate on 32-bit freebsdTobias Klauser
2023-03-27cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsdTobias Klauser
2023-02-27internal/syscall/execenv: refactor handling env variablesCuong Manh Le
2023-01-30internal/syscall/windows: regenerate zsyscall_windows.goqmuntal
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
2023-01-26internal/syscall/unix: use atomic.Bool for getrandomUnsupportedTobias Klauser
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-11-11internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox