Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip the ioctl test if we can't open /dev/tty. This happens on | Neal Norwitz | 2003-03-20 | 1 | -0/+6 |
| | | | | | Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at). | ||||
* | Fix bug | Michael W. Hudson | 2003-03-03 | 1 | -0/+31 |
[ 555817 ] Flawed fcntl.ioctl implementation. with my patch that allows for an array to be mutated when passed as the buffer argument to ioctl() (details complicated by backwards compatibility considerations -- read the docs!). |