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
2020-06-04
Limit internal termios API to pub(crate)
Bryant Mairs
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Add termio support
Xavier L'Heureux
2019-12-01
Remove some obsolete comments.
Alan Somers
2019-12-01
impl TryFrom<libc::speed_t> for BaudRate
Alan Somers
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-11-02
sys: termios: Use associated constants for VMIN and VTIME on sparc64
John Paul Adrian Glaubitz
2019-11-01
sys: termios: Fix inverted logic for [cfg()] conditional for sparc64
John Paul Adrian Glaubitz
2019-11-01
sys: termios: Define VMIN and VTIME as VEOF and VEOL on sparc64
John Paul Adrian Glaubitz
2019-09-19
Where relevant, replace equality checks in assert! with assert_eq!
Xavier L'Heureux
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-12-08
Replace try! with ?
Alan Somers
2018-12-01
Remove duplicate termios constants
Bryant Mairs
2018-12-01
Fix baud rate constants on sparc64-linux
Bryant Mairs
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
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
[next]