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
/
zsyscall_windows.go
Age
Commit message (
Expand
)
Author
2025-09-12
vendor: update x/tools to 3adf0e9, and other repos
Alan Donovan
2025-04-08
syscall: remove unused windows function
Keith Randall
2025-04-08
syscall: fix dangling pointers in Windows' process attributes
qmuntal
2025-02-19
syscall: don't truncate newly created files on Windows
qmuntal
2024-10-09
syscall: implement Ftruncate using a single syscall on Windows
qmuntal
2024-03-21
cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...
qmuntal
2023-08-17
syscall: don't check non-existent return code in GetStartupInfo
Tobias Klauser
2023-04-12
syscall: implement Fchdir on Windows
qmuntal
2023-02-01
syscall: regenerate zsyscall_windows.go
qmuntal
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2022-03-15
syscall: add race annotations to Windows ReadFile and WriteFile
Ian Lance Taylor
2021-11-04
syscall: fix and document uses of RegEnumKeyEx
Michael Anthony Knyszek
2021-06-04
syscall: regenerate zsyscall_windows.go
Bryan C. Mills
2021-06-04
syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...
Jason A. Donenfeld
2021-03-04
syscall: treat proc thread attribute lists as unsafe.Pointers
Jason A. Donenfeld
2021-02-26
syscall: add support for proc thread attribute lists
Jason A. Donenfeld
2021-02-24
syscall: restore broken GetQueuedCompletionStatus signature but make it not c...
Jason A. Donenfeld
2021-02-24
syscall: do not overflow key memory in GetQueuedCompletionStatus
Jason A. Donenfeld
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2020-12-05
syscall: correct CertOpenStore to expect a 0 return value on failure
Jason A. Donenfeld
2020-11-02
all: update dependency on golang.org/x/sys and regenerate Windows syscalls
Bryan C. Mills
2020-10-27
crypto/rand: generate random numbers using RtlGenRandom on Windows
Jason A. Donenfeld
2019-03-10
runtime: safely load DLLs
Jason A. Donenfeld
2018-06-14
syscall, internal/syscall: follow convention for generated code comment
Tobias Klauser
2017-11-07
syscall: change SysProcAttr.Token type to Token
Alex Brainman
2017-11-06
syscall: add Token to Windows SysProcAttr
Paul Querna
2016-10-22
syscall: use ERROR_IO_PENDING value in errnoErr
Alex Brainman
2016-09-11
syscall: avoid convT2I allocs for ERROR_IO_PENDING instead of WSAEINPROGRESS
Alex Brainman
2016-09-07
syscall: avoid convT2I allocs for common Windows error values
Brad Fitzpatrick
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2015-07-21
syscall: warn not to use FormatMessage
Alex Brainman
2015-02-17
syscall: make mksyscall_windows.go to work even when output does not uses uns...
Alex Brainman
2015-01-08
syscall: use go generate to build zsyscall_windows.go
Alex Brainman
2014-10-05
syscall: another attempt to keep windows syscall pointers live
Alex Brainman
2014-10-03
undo CL 138250043 / 4eda5e4001fd
Alex Brainman
2014-09-08
syscall: keep Windows syscall pointers live too
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox