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
/
exec_windows.go
Age
Commit message (
Expand
)
Author
2025-08-26
syscall: sort Windows env block in StartProcess
Brad Fitzpatrick
2025-04-08
syscall: fix dangling pointers in Windows' process attributes
qmuntal
2023-09-28
syscall: simplify and optimize environment block creation on Windows
qmuntal
2023-09-27
syscall: remove Windows 7 console handle workaround
qmuntal
2023-07-20
net: remove sysSocket fallback for Windows 7
qmuntal
2023-06-27
syscall: clarify which handles are affected by SysProcAttr.NoInheritHandles
qmuntal
2022-11-01
syscall, os/exec: reject environment variables containing NULs
Damien Neil
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-09-17
syscall: do not use handle lists on windows when NoInheritHandles is true
Jason A. Donenfeld
2021-06-04
syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...
Jason A. Donenfeld
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
2021-02-26
syscall: introduce SysProcAttr.ParentProcess on Windows
Jason A. Donenfeld
2021-02-26
syscall: introduce SysProcAttr.AdditionalInheritedHandles on Windows
Jason A. Donenfeld
2021-02-26
syscall: restrict inherited handles on Windows
Jason A. Donenfeld
2020-11-05
syscall: expose bInheritHandles of CreateProcess
Johan Knutzen
2020-10-08
syscall: restore EscapeArg behavior for empty string
Ian Lance Taylor
2020-10-07
syscall: rewrite Windows makeCmdLine to use []byte
Ian Lance Taylor
2019-04-28
syscall: allow setting security attributes on processes
Jason A. Donenfeld
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2017-11-07
syscall: change SysProcAttr.Token type to Token
Alex Brainman
2017-11-06
syscall: add Token to Windows SysProcAttr
Paul Querna
2016-08-22
syscall: delete unreachable code
Josh Bleecher Snyder
2015-06-29
syscall: return error instead of panicking in windows StartProcess
Alex Brainman
2015-04-08
all: fix race when allocating buffer for some windows syscalls
Alex Brainman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox