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
/
src
/
sys
/
termios.rs
Age
Commit message (
Expand
)
Author
2017-07-04
Allow nix to compile on android targets
roblabla
2017-06-18
Update bitflags to 0.9
equal-l2
2017-04-09
Removed unused libc imports in termios.
Zac Berkowitz
2017-04-09
Fixes nix-rust/nix#532
Zac Berkowitz
2017-04-09
Switched bsd speed_t def. to libc::speed_t
Zac Berkowitz
2017-02-25
Using baud constants from libc
Zac Berkowitz
2017-02-25
Corrected linux baud constants to octals
Zac Berkowitz
2017-02-25
Added BaudRate enum for termios
Zac Berkowitz
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-03-12
android: Fix reference to libc::ioctl
Kamal Marhubi
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
2015-07-27
Make it compatible for Android.
Tim JIANG
2015-05-29
Basic OpenBSD support.
Laurence Tratt
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-11
Get the library to build on freebsd
Andrew J. Stone
2015-04-03
'derive(Copy)' needs Clone now
Florian Hartwig
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-01-20
Make `tcgetattr` API more ergonomic.
Utkarsh Kukreti
2015-01-20
`pub use` all enum variants in `termios`.
Utkarsh Kukreti
2015-01-20
Add `termios` bindings.
Utkarsh Kukreti