aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows_test.go
AgeCommit message (Expand)Author
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