summaryrefslogtreecommitdiff
path: root/test/test_pty.rs
AgeCommit message (Expand)Author
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-10Use libc types for termiosBryant Mairs
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-07-01Handle short reads in pty testsAlan Somers
2017-06-12Add openpty()Kelvin Ly
2017-05-16Add various pty functionsBryant Mairs