summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows_test.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio2023-05-041-0/+28
* os,syscall: File.Stat to use file handle for directories on Windowsqmuntal2022-11-141-0/+22
* os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov2022-05-091-1/+1
* syscall: disable c-shared test when no cgo, for windows/armJason A. Donenfeld2021-06-151-0/+1
* syscall: rewrite handle inheritance test to use C rather than PowershellJason A. Donenfeld2021-06-151-16/+22
* syscall: do not load native libraries on non-native powershell on armJason A. Donenfeld2021-06-111-0/+4
* syscall: do not change stdio handle inheritanceAlex Brainman2021-05-081-0/+65
* syscall: replace os.MkdirTemp with T.TempDirianwoolf2021-04-071-5/+1
* syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld2021-03-111-36/+0
* syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld2021-03-041-0/+36
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij2018-06-111-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+72