Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Tags: kr/pty

Tags

v1.1.8

Toggle v1.1.8's commit message
update to point to new home

v1.1.6

Toggle v1.1.6's commit message

Unverified

This user has not yet uploaded their public signing key.
Add riscv

Signed-off-by: Guillaume J. Charmes <[email protected]>

v1.1.5

Toggle v1.1.5's commit message
Set Ctty in SysProcAttr (creack#75)

v1.1.4

Toggle v1.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

v1.1.3

Toggle v1.1.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Add StartWithSize

v1.1.2

Toggle v1.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve error management for openpty (creack#57)

Signed-off-by: Guillaume J. Charmes <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Unverified

The committer email address is not verified.
Add shell example to readme

Signed-off-by: Guillaume J. Charmes <[email protected]>

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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]>

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add mips64 mips64le build tags (creack#47)

Signed-off-by: Guillaume J. Charmes <[email protected]>