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
2020-04-19
Remove a few more cases of mem::uninitialized in the tests
Alan Somers
2019-12-01
Remove the last use of mem::uninitialized
Alan Somers
2019-08-28
Fix some ioctl tests on musl
Alan Somers
2018-04-10
Implement equivalent for _IOWINT for FreeBSD-like targets
Bryant Mairs
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2017-12-20
Remove unnecessary mut
Bryant Mairs
2017-12-20
Correct ioctl read and write_ptr tests
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
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