nix/test/sys
Michael Baikov 19c83afbbf reimplement recvmsg/sendmmsg
New implementation performs no allocations after all the necessary
structures are created, removes potentially unsound code that
was used by the old version (see below) and adds a bit more
documentation about bugs in how timeout is actually handled

```
    let timeout = if let Some(mut t) = timeout {
        t.as_mut() as *mut libc::timespec
    } else {
        ptr::null_mut()
    };
```
2022-10-14 08:57:41 -04:00
..
mod.rs Add chflags 2022-07-13 21:27:36 -06:00
test_aio_drop.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_aio.rs Folloup for !1778, remove some of the less helpful error msgs 2022-08-12 08:29:29 +08:00
test_epoll.rs fix clippy assertions_on_result_states 2022-08-04 09:44:40 +08:00
test_inotify.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_ioctl.rs Fix clippy warnings on nightly 2022-10-08 14:08:54 -05:00
test_mman.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_pthread.rs remove deprecated items 2022-08-09 12:15:52 +08:00
test_ptrace.rs format code 2022-08-09 12:17:27 +08:00
test_select.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_signal.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_signalfd.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_socket.rs reimplement recvmsg/sendmmsg 2022-10-14 08:57:41 -04:00
test_sockopt.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_stat.rs Fix clippy warnings on nightly 2022-10-08 14:08:54 -05:00
test_sysinfo.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_termios.rs Folloup for !1778, remove some of the less helpful error msgs 2022-08-12 08:29:29 +08:00
test_timerfd.rs Fix a new clippy lint 2022-08-14 10:12:57 -06:00
test_uio.rs fix clippy assertions_on_result_states 2022-08-04 09:44:40 +08:00
test_wait.rs fix clippy assertions_on_result_states 2022-08-04 09:44:40 +08:00