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
Age
Commit message (
Expand
)
Author
2020-03-08
Fix a lint on Rust nightly 1.43.0
Alan Somers
2020-02-02
Merge #1176
bors[bot]
2020-01-23
ioctl: Fix broken link to the kernel documentation
Simon Chopin
2020-01-12
Add RISC-V support on GNU/Linux
msizanoen1
2019-05-24
Allow import of Linux macros in Rust2018
Bryant Mairs
2019-04-04
export helper macros via `local_inner_macros`
Andy Russell
2018-12-01
Add ioctl definitions for sparc64-linux
Bryant Mairs
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-20
Make numeric literals easier to read
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
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
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-08
Enable ioctl on mips64 and s390x
Bryant Mairs
2017-07-05
We need to pass by value and not by pointer for writing ioctls
Bastian Köcher
2017-06-19
Support powerpc64
Luca Barbato
2017-04-21
remove test warnings
king6cong
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-12-10
Fix typo in documentation
Conrad Kramer
2016-01-28
Errno::result()
arcnmx
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-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: remove defunct readme for ioctl subsystem
Paul Osborne
2015-08-12
ioctl: return result type rather than raw integer
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
Merge mips into powerpc; rename Union_Unnamed16 to ff_effect_data
Corey Richardson
2015-08-12
Update docs
Corey Richardson
2015-08-12
Completely revamp sys::ioctl to use cmr/ioctl's approach
Corey Richardson