summaryrefslogtreecommitdiff
path: root/test/sys/test_termios.rs
AgeCommit message (Expand)Author
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2020-08-11use subordinate terminal device for termios callsJoshua M. Clulow
2020-06-04Limit internal termios API to pub(crate)Bryant Mairs
2020-05-31Convert the crate to edition 2018Alan Somers
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