summaryrefslogtreecommitdiff
path: root/test/sys/test_ioctl.rs
AgeCommit message (Expand)Author
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2020-04-19Remove a few more cases of mem::uninitialized in the testsAlan Somers
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-08-28Fix some ioctl tests on muslAlan Somers
2018-04-10Implement equivalent for _IOWINT for FreeBSD-like targetsBryant Mairs
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2017-12-20Remove unnecessary mutBryant Mairs
2017-12-20Correct ioctl read and write_ptr testsBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-07-24Disable failing tests on mips64Bryant Mairs
2017-07-21Allow doc attributes in ioctl macroroblabla
2017-07-20Add tests of actual ioctl usageBryant Mairs
2017-07-19Refactor ioctl! for buffersBryant Mairs
2017-07-19Add 'bad' prefixes for read, write_*, and readwrite ioctlsBryant Mairs
2017-07-19Split ioctl!(write ...) into write_ptr and write_intBryant Mairs
2017-07-19Add a "bad none" variant to the ioctl macroBryant Mairs
2017-07-19Re-add bad variant of ioctl!Bryant Mairs
2017-06-19Support powerpc64Luca Barbato
2017-04-09Fixed failing ioctl tests.Zac Berkowitz
2016-12-10Add ioctl support for BSDConrad Kramer
2015-08-12ioctl: return result type rather than raw integerPaul Osborne
2015-08-12conditionally enable ioctl test for linuxCorey Richardson
2015-08-12Fix testsCorey Richardson
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-12ioctl: implement generic support for the ioctl syscall and supporting functionsPaul Osborne