aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec_windows.go
AgeCommit message (Expand)Author
2021-06-04os: avoid finalizer race in windows process objectJason A. Donenfeld
2021-06-04os: terminate windows processes via handle directlyJason A. Donenfeld
2020-11-03os: export ErrProcessDone variable in windows and plan9Alwin Doss
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2018-11-09Revert "os: remove sleep in windows Process.Wait"Alex Brainman
2018-10-29os: remove sleep in windows Process.WaitAlex Brainman
2017-03-24os: parse command line without shell32.dllAlex Brainman
2016-08-24os: use runtime.Keepalive for *Process valuesIan Lance Taylor
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2015-06-11os: fix a race between Process.signal() and wait() on WindowsPatrick Mezard
2014-10-06os: make Process.Signal 'process finished' error consistent on UnixRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox