aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall
AgeCommit message (Expand)Author
2024-05-17os: make use of pidfd on linuxKir Kolyshkin
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-04-19internal/syscall/unix: implement Eaccess on darwinTobias Klauser
2024-04-15net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4Andy Pan
2024-04-14net: separate the Solaris fast/slow path of setting SOCK_* from othersAndy Pan
2024-04-11internal/syscall/unix: implement Eaccess on openbsdTobias Klauser
2024-03-27os: make readdir more robust on Windowsqmuntal
2024-03-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-21net,internal/syscall/windows: prove that keep alive options existsqmuntal
2024-03-20os/signal: avoid calling ioctl via syscall.Syscall on BSDsJoel Sing
2024-03-19crypto/rand: use arc4random(3) on macOS and iOSFilippo Valsorda
2024-03-15net: fixes to dnsReadConfig in dnsconfig_windows.goQuentin McGaw
2024-03-12internal/syscall/windows: implement SupportUnixSocket by enumerating protocolsqmuntal
2024-03-08internal/syscall/windows: unexport Versionqmuntal
2024-03-07net: consolidate the existing Windows version checksAndy Pan
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-03-06internal/syscall/windows/registry: append .dll when loading kernel32qmuntal
2024-02-23Revert "os: make use of pidfd on linux"Michael Pratt
2024-02-21os: make use of pidfd on linuxKir Kolyshkin
2024-02-12os: add os.ModeSocket support to os.Stat on windowsqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
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