You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Don't set Stdin/Stdout/Stderr if already set (creack#71)
* only set stdout and stderr if not already set
* Don't set cmd.Stdin if it's already set
Considered @craek's codereview
Add support for OpenBSD 386. Prevents compile errors. (creack#60)
Created file from a OpenBSD 386 installation and:
go tool cgo -godefs types_openbsd.go > ztypes_openbsd_386.go
Prevent golang to set the non-block flag on ptmx open to avoid 100% C…
…PU usage on reads (creack#53)
Signed-off-by: Guillaume J. Charmes <[email protected]>