Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add kqueue pty close slave test | 2019-03-04 | 1 | -1/+33 | |
| | |||||
* | add support for multiple kqueue pty tests | 2019-03-04 | 1 | -3/+14 | |
| | |||||
* | Use /dev/console as a template for the pseudo tty, stdin may be not | 2016-09-21 | 1 | -8/+25 | |
| | | | | | | a terminal. Check wether tcgetattr() can read the values. Do not only verify that kqueue does not report unwanted events but also that expected events exist. | ||||
* | To make debugging the kqueue test easier, always print the assertion | 2016-09-20 | 1 | -27/+18 | |
| | | | | failure before returning. | ||||
* | Zero-clear test buffer. KNF while here. | 2015-08-13 | 1 | -3/+8 | |
| | |||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -2/+4 | |
| | |||||
* | fix the license | 2003-07-31 | 1 | -2/+2 | |
| | |||||
* | it has been brought to my attention that i have forgotten a license on this file | 2003-06-12 | 1 | -1/+3 | |
| | |||||
* | ugh. cleanup debugging | 2003-06-12 | 1 | -19/+9 | |
| | |||||
* | test for kqueue on ptys (to verify pr3209) | 2003-06-12 | 1 | -0/+110 | |