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
/
platform
Age
Commit message (
Expand
)
Author
2017-07-19
Remove unnecessary constants
Bryant Mairs
2017-07-19
Use the proper ioctl number type depending on target
Bryant Mairs
2017-07-19
Remove ioc_* functions
Bryant Mairs
2017-07-19
Hide internal macros/types within ioctl
Bryant Mairs
2017-07-08
Enable ioctl on mips64 and s390x
Bryant Mairs
2017-06-19
Support powerpc64
Luca Barbato
2016-12-10
Add ioctl support for BSD
Conrad Kramer
2016-12-10
Change the readwrite buf ioctl call to use a *mut pointer
Conrad Kramer
2016-01-28
Errno::result()
arcnmx
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-15
ioctl: make ioctl functions public
Paul Osborne
2015-09-15
ioctl: clean up source file for ioctls
Paul Osborne
2015-08-14
ioctl: fix bugs with op generation for writes
Paul Osborne
2015-08-14
ioctl: do not make macro generated functions public
Paul Osborne
2015-08-12
ioctl: return result type rather than raw integer
Paul Osborne
2015-08-12
ioctl: remove all but command encoding
Corey Richardson
2015-08-12
Merge mips into powerpc; rename Union_Unnamed16 to ff_effect_data
Corey Richardson
2015-08-12
Completely revamp sys::ioctl to use cmr/ioctl's approach
Corey Richardson