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
2022-06-24
Fix all formating problems to pass CI formating test
Costin-Robert Sin
2022-05-14
add haiku support
Al Hoang
2021-05-13
Use https instead of http
Ryan Zoeller
2021-03-21
illumos and Solaris support
Jason King
2020-08-02
`ioctl-number.rst` moved. Update the link.
Solra Bizna
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Remove temporarily the failing tests for Redox
Xavier L'Heureux
2020-01-23
ioctl: Fix broken link to the kernel documentation
Simon Chopin
2019-04-04
export helper macros via `local_inner_macros`
Andy Russell
2018-10-18
Document ioctl_param_type
Rukai
2018-04-10
Correct the third argument to ioctl on appropriate platforms.
Bryant Mairs
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
Use backticks around types/functions in docs
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
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