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
/
ioctl
/
mod.rs
Age
Commit message (
Expand
)
Author
2017-07-21
Allow doc attributes in ioctl macro
roblabla
2017-07-19
Refactor ioctl! for buffers
Bryant Mairs
2017-07-19
Add 'bad' prefixes for read, write_*, and readwrite ioctls
Bryant Mairs
2017-07-19
Split ioctl!(write ...) into write_ptr and write_int
Bryant Mairs
2017-07-19
Unify argument names to generated ioctl functions
Bryant Mairs
2017-07-19
Use the proper ioctl number type depending on target
Bryant Mairs
2017-07-19
Revise ioctl module documentation
Bryant Mairs
2017-07-19
Remove unnecessary path aliasing
Bryant Mairs
2017-07-19
Hide internal macros/types within ioctl
Bryant Mairs
2017-07-19
Add a "bad none" variant to the ioctl macro
Bryant Mairs
2017-07-19
Re-add bad variant of ioctl!
Bryant Mairs
2017-07-19
Remove old workaround
Bryant Mairs
2017-07-05
We need to pass by value and not by pointer for writing ioctls
Bastian Köcher
2017-04-21
remove test warnings
king6cong
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-12-10
Fix typo in documentation
Conrad Kramer
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-15
ioctl: only run ioctl doctest under linux
Paul Osborne
2015-09-15
ioctl: correct documentation and add example ioctl! code
Paul Osborne
2015-08-12
ioctl: reintroduce libc ioctl workaround until we can use updated liblibc
Paul Osborne
2015-08-12
ioctl: remove all but command encoding
Corey Richardson
2015-08-12
Update docs
Corey Richardson
2015-08-12
Completely revamp sys::ioctl to use cmr/ioctl's approach
Corey Richardson