index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
syscall_windows_test.go
Age
Commit message (
Expand
)
Author
2022-11-14
os,syscall: File.Stat to use file handle for directories on Windows
qmuntal
2022-05-09
os, syscall: don't consider stderr output as part of hostname
Dmitri Shuralyov
2021-06-15
syscall: disable c-shared test when no cgo, for windows/arm
Jason A. Donenfeld
2021-06-15
syscall: rewrite handle inheritance test to use C rather than Powershell
Jason A. Donenfeld
2021-06-11
syscall: do not load native libraries on non-native powershell on arm
Jason A. Donenfeld
2021-05-08
syscall: do not change stdio handle inheritance
Alex Brainman
2021-04-07
syscall: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-03-11
syscall: use runtime.KeepAlive for ProcThreadAttributeList arguments
Jason A. Donenfeld
2021-03-04
syscall: treat proc thread attribute lists as unsafe.Pointers
Jason A. Donenfeld
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2018-06-11
syscall: update TOKEN_ALL_ACCESS according to WinNT.h
Thanabodee Charoenpiriyakij
2014-09-08
build: move package sources from src/pkg to src
Russ Cox