- 02 Jul, 2019 1 commit
-
-
Keith Rarick authored
-
- 29 Jun, 2019 6 commits
-
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
Carlos Eduardo authored
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
Fazal Majid authored
* first draft of Solaris support * implemented new APIs for Solaris * fixes for Solaris ioctls, tested using github.com/yudai/gotty as a test bed
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
- 01 Apr, 2019 1 commit
-
-
Drew DeVault authored
-
- 18 Mar, 2019 1 commit
-
-
Okunev Yu Dmitry authored
* only set stdout and stderr if not already set * Don't set cmd.Stdin if it's already set Considered @craek's codereview
-
- 31 Jan, 2019 2 commits
-
-
Keith Rarick authored
The words "master" and "slave" in this context are both harmful and, as a technical matter, confusing and misleading. It was never my intention to use those terms in this library, but they snuck in while I wasn't paying attention. This change replaces them with "pty" and "tty", respectively, to be consistent with the other files in this package and with the device names on BSD platforms. These terms are not harmful (to the best of my knowledge) and they're more specific. In editing the comment in pty_linux.go, this patch also corrects a factual error. The ioctl argument is not "zero valued", it is a nonzero pointer to the number 0.
-
Keith Rarick authored
-
- 15 Sep, 2018 1 commit
-
-
Dustin Spicuzza authored
-
- 20 Jun, 2018 1 commit
-
-
Derek Marcotte authored
Created file from a OpenBSD 386 installation and: go tool cgo -godefs types_openbsd.go > ztypes_openbsd_386.go
-
- 13 Jan, 2018 2 commits
-
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
Guillaume J. Charmes authored
* add openbsd/amd64 support * Remove extra C dependency and add time include Signed-off-by:
Guillaume J. Charmes <gcharmes@magicleap.com>
-
- 06 Jan, 2018 2 commits
-
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <gcharmes@magicleap.com>
-
Jonathan Logan authored
Added terminal/pty resize functionality and utility function to inherit size from master's pty to slave. Changes type winsize to make it accessible from outside the package. (#39)
-
- 06 Oct, 2017 1 commit
-
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <guillaume@charmes.net>
-
- 07 Mar, 2017 2 commits
-
-
Guillaume J. Charmes authored
Signed-off-by:
Guillaume J. Charmes <gcharmes@leaf.ag>
-
vstefanovic authored
-
- 16 Jul, 2016 1 commit
-
-
Guillaume J. Charmes authored
Reformat pty_dragonfly.go file using gofmt
-
- 14 Jul, 2016 1 commit
-
-
Caio Marcelo de Oliveira Filho authored
-
- 24 Jun, 2016 1 commit
-
-
Guillaume J. Charmes authored
Don't attempt to build on windows
-
- 20 May, 2016 2 commits
-
-
Guillaume J. Charmes authored
Support DragonFly BSD
-
Michael Neumann authored
Tested with "go test" of github.com/creack/termios.
-
- 04 Nov, 2015 1 commit
-
-
Steve Sanders authored
-
- 07 Oct, 2015 1 commit
-
-
Jonathan Boulle authored
If we're passed an exec.Cmd that already has a configured SysProcAttr, Start was obliterating it by overwriting it with a new struct in order to set `Setctty` and `Setsid`. Instead, just adjust the parameters that we need.
-
- 11 May, 2015 3 commits
-
-
Guillaume J. Charmes authored
-
Guillaume J. Charmes authored
Add support for ARM64
-
Qiang Huang authored
Signed-off-by:
Qiang Huang <h.huangqiang@huawei.com>
-
- 17 Dec, 2014 1 commit
-
-
Guillaume J. Charmes authored
Use syscall.TIOCGPTN and syscall.TIOCSPTLCK for ioctl
-
- 04 Dec, 2014 1 commit
-
-
Yohei Ueda authored
Signed-off-by:
Yohei Ueda <yohei@jp.ibm.com>
-
- 03 Dec, 2014 1 commit
-
-
Yohei Ueda authored
Signed-off-by:
Yohei Ueda <yohei@jp.ibm.com>
-
- 25 Nov, 2014 1 commit
-
-
Yohei Ueda authored
Signed-off-by:
Yohei Ueda <yohei@jp.ibm.com>
-
- 21 Nov, 2014 2 commits
-
-
Guillaume J. Charmes authored
Add support for Power (ppc64, ppc64le) and System z (s390x)
-
Yohei Ueda authored
Signed-off-by:
Yohei Ueda <yohei@jp.ibm.com>
-
- 16 Mar, 2014 1 commit
-
-
Yuval Pavel Zholkover authored
Tidy unused ioctl arguments
-
- 14 Mar, 2014 1 commit
-
-
Yuval Pavel Zholkover authored
Add _IOC macros (<sys/ioccom.h>, <asm-generic/ioctl.h>) for linux and bsd's, unify ioctl() calls. FreeBSD: use modern pts(4) interface instead of the old pty(4) one
-
- 05 Mar, 2014 1 commit
-
-
Keith Rarick authored
-
- 04 Mar, 2014 1 commit
-
-
Guillaume J. Charmes authored
Add pty_unsupported.go file in order to allow projects to import the package and still compile on other os/arch
-