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_ioctl.rs
Age
Commit message (
Expand
)
Author
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-07-24
Disable failing tests on mips64
Bryant Mairs
2017-07-21
Allow doc attributes in ioctl macro
roblabla
2017-07-20
Add tests of actual ioctl usage
Bryant Mairs
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
Add a "bad none" variant to the ioctl macro
Bryant Mairs
2017-07-19
Re-add bad variant of ioctl!
Bryant Mairs
2017-06-19
Support powerpc64
Luca Barbato
2017-04-09
Fixed failing ioctl tests.
Zac Berkowitz
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2015-08-12
ioctl: return result type rather than raw integer
Paul Osborne
2015-08-12
conditionally enable ioctl test for linux
Corey Richardson
2015-08-12
Fix tests
Corey Richardson
2015-05-21
Test sockopt const values
Carl Lerche
2015-05-12
ioctl: implement generic support for the ioctl syscall and supporting functions
Paul Osborne