aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows_test.go
AgeCommit message (Expand)Author
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-05-30syscall: fix ComputerName on Windowsqmuntal
2023-05-04syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-05-09os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov
2021-06-15syscall: disable c-shared test when no cgo, for windows/armJason A. Donenfeld
2021-06-15syscall: rewrite handle inheritance test to use C rather than PowershellJason A. Donenfeld
2021-06-11syscall: do not load native libraries on non-native powershell on armJason A. Donenfeld
2021-05-08syscall: do not change stdio handle inheritanceAlex Brainman
2021-04-07syscall: replace os.MkdirTemp with T.TempDirianwoolf
2021-03-11syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-06-11syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij
2014-09-08build: move package sources from src/pkg to srcRuss Cox