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
2025-05-15
os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O access
qmuntal
2025-04-30
syscall: cache Errno.Error() on Windows
Jake Bailey
2024-11-20
syscall: do not run TestSyscallAllocations in parallel with other tests
Russ Cox
2024-11-06
syscall: mark SyscallN as noescape
qmuntal
2024-10-18
syscall: keep write access when O_TRUNC is used on Windows
qmuntal
2024-10-10
syscall: support more flags when opening directories on Windows
qmuntal
2024-10-10
syscall: fix Open param names
qmuntal
2024-10-10
syscall,os: move flags validation from os.OpenFile to syscall.Open
qmuntal
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2023-08-17
syscall: don't check non-existent return code in GetStartupInfo
Tobias Klauser
2023-06-14
syscall: Fix Getwd on Windows to correctly handle long paths.
Qi Xiao
2023-05-30
syscall: fix ComputerName on Windows
qmuntal
2023-05-04
syscall: reduce memory allocated by UTF16FromString
Frediano Ziglio
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