Sign in
go
/
go
/
b60c8203eac32eb0d0b11751ba8f85b2f5eada81
/
src
/
os
/
exec_windows.go
d574b59
os: fix a race between Process.signal() and wait() on Windows
by Patrick Mezard
· 10 years ago
d21b37b
os: make Process.Signal 'process finished' error consistent on Unix
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/os/exec_windows.go]
9b2561e
os: request appropriate access rights before calling windows TerminateProcess
by Alex Brainman
· 12 years ago
122a558
os: fix data race on Process.done
by Dave Cheney
· 13 years ago
d1bd332
os: sleep 5ms after process has exited on windows
by Alex Brainman
· 13 years ago
c3fbc9a
os: implement UserTime/SystemTime on windows
by Alex Brainman
· 13 years ago
30db6d4
os: centralize documentation of Process and ProcessState
by Russ Cox
· 13 years ago
ed238ca
os: release process handle at the end of windows (*Process).Wait
by Alex Brainman
· 13 years ago
880cda5
os: make the system info a value not a pointer on unix
by Rob Pike
· 13 years ago
ccacab6
os: replace non-portable Waitmsg with portable ProcessState
by Rob Pike
· 13 years ago
b5a3bd5
os: drop the Wait function and the options to Process.Wait
by Rob Pike
· 13 years ago
56069f0
os: delete os.EINVAL and so on
by Rob Pike
· 13 years ago
35586f7
os/signal: selective signal handling
by Russ Cox
· 13 years ago
102638c
std: add struct field tags to untagged literals.
by Nigel Tao
· 13 years ago
16ce2f9
os: Process.handle use syscall.Handle
by Wei Guangjing
· 13 years ago
a3fdd6e
os: remove SIGXXX signals variables.
by Brad Fitzpatrick
· 13 years ago
994e064
pkg: add missing godoc comments to windows versions
by Alex Brainman
· 13 years ago
0d37998
syscall: make windows build again after d3963c0fca78 change
by Alex Brainman
· 13 years ago
0acd879
syscall: take over env implementation
by Russ Cox
· 13 years ago
c017a82
syscall: use error
by Russ Cox
· 13 years ago
f1b64aa
os, syscall: update for error
by Russ Cox
· 13 years ago
08a073a
os: use error, io.EOF
by Russ Cox
· 13 years ago
d53385f
os: don't permit Process.Signal after a successful Wait
by Brad Fitzpatrick
· 14 years ago
63b8b948
windows: define and use syscall.Handle Fixes #1487.
by Wei Guangjing
· 14 years ago
5dfdccf
Fix Windows build; ErrorString->NewError
by Brad Fitzpatrick
· 14 years ago
94b974a
os: add Process.Kill and Process.Signal
by Evan Shaw
· 14 years ago
cf75c86
syscall: change windows apis with bool return value to return errno instead
by Alex Brainman
· 14 years ago
4ecebfe
os: implement new Process api
by Alex Brainman
· 14 years ago