summaryrefslogtreecommitdiff
path: root/test/sys/test_termios.rs
AgeCommit message (Expand)Author
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
2017-12-20Add backticks to types in doccommentsBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-29Use upstream libc definitions for fcntl FFIBryant Mairs
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-17Fix some bugs in the termios testsAlan Somers
2017-07-10Add cfmakeraw and cfsetspeedBryant Mairs
2017-07-10Use libc types for termiosBryant Mairs
2015-05-05feat: add execvpeQingping Hou
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche