index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sys
/
test_termios.rs
Age
Commit message (
Expand
)
Author
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2020-08-11
use subordinate terminal device for termios calls
Joshua M. Clulow
2020-06-04
Limit internal termios API to pub(crate)
Bryant Mairs
2020-05-31
Convert the crate to edition 2018
Alan Somers
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-01-25
Support arbitrary baud rates on BSDs
Bryant Mairs
2017-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-29
Use upstream libc definitions for fcntl FFI
Bryant Mairs
2017-07-19
Fix thread safety issues in pty and termios tests
Alan Somers
2017-07-17
Fix some bugs in the termios tests
Alan Somers
2017-07-10
Add cfmakeraw and cfsetspeed
Bryant Mairs
2017-07-10
Use libc types for termios
Bryant Mairs
2015-05-05
feat: add execvpe
Qingping Hou
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche