summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/kqueue/kqueue-pty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add kqueue pty close slave testanton2019-03-041-1/+33
|
* add support for multiple kqueue pty testsanton2019-03-041-3/+14
|
* Use /dev/console as a template for the pseudo tty, stdin may be notbluhm2016-09-211-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 assertionbluhm2016-09-201-27/+18
| | | | failure before returning.
* Zero-clear test buffer. KNF while here.uebayasi2015-08-131-3/+8
|
* various cleanups; david says results are samederaadt2003-07-311-2/+4
|
* fix the licensemickey2003-07-311-2/+2
|
* it has been brought to my attention that i have forgotten a license on this filemickey2003-06-121-1/+3
|
* ugh. cleanup debuggingmickey2003-06-121-19/+9
|
* test for kqueue on ptys (to verify pr3209)mickey2003-06-121-0/+110