mirror of
https://github.com/jiangcuo/nix.git
synced 2026-02-05 05:59:21 +00:00
waitid() has a number of additional features that waitpid() is missing: - WNOWAIT is only accepted for waitid() on Linux (and possibly other platforms) - Support for waiting on PID file descriptors on Linux For now support is added for all platforms with waitid() that have proper siginfo_t support in libc. NetBSD support is currently a work in progress [1]. Tests for the signal/exit code are currently skipped on MIPS platforms due to bugs in qemu-user's translation of siginfo_t (fixed in [2] and [3]; the second fix is not in a released qemu version yet). [1] https://github.com/rust-lang/libc/pull/2476 [2] https://lists.nongnu.org/archive/html/qemu-devel/2021-01/msg04810.html [3] https://lists.nongnu.org/archive/html/qemu-devel/2021-10/msg05433.html |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| test_aio_drop.rs | ||
| test_aio.rs | ||
| test_epoll.rs | ||
| test_inotify.rs | ||
| test_ioctl.rs | ||
| test_lio_listio_resubmit.rs | ||
| test_mman.rs | ||
| test_pthread.rs | ||
| test_ptrace.rs | ||
| test_select.rs | ||
| test_signal.rs | ||
| test_signalfd.rs | ||
| test_socket.rs | ||
| test_sockopt.rs | ||
| test_sysinfo.rs | ||
| test_termios.rs | ||
| test_timerfd.rs | ||
| test_uio.rs | ||
| test_wait.rs | ||