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
2018-02-12
Add cfmakesane() on FreeBSD
Greg V
2018-01-28
Fix B460800 and B921600 baud rates for netbsd
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2018-01-25
Consistently use `Termios` in comments
Bryant Mairs
2018-01-25
Don't use map(drop) as it's hard to understand
Bryant Mairs
2018-01-25
Support arbitrary baud rates on BSDs
Bryant Mairs
2017-12-20
Remove unnecessary '@ _'
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-10
Add tcgetsid()
Bryant Mairs
2017-07-10
Add cfmakeraw and cfsetspeed
Bryant Mairs
2017-07-10
Use libc types for termios
Bryant Mairs
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