mirror of
https://github.com/jiangcuo/nix.git
synced 2026-08-08 18:17:21 +00:00
* Add fanotify API wrappers * Review/fix enum comments * Rename has_compile_version to check_version * Fix lint unsafe_block_in_unsafe_fn * Rename fanotify OFlags to EventFFlags * Use existing function at_rawfd from fcntl * Add missing feature guard for docs * Change FanotifyEvent struct to a simple wrapper over libc structure * Change FanotifyResponse struct to a simple wrapper over libc structure * Cast pointer with function 'cast' instead of 'as' * Add FAN_REPORT_PIDFD and FAN_REPORT_TID fanotify init flags |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| test_aio_drop.rs | ||
| test_aio.rs | ||
| test_epoll.rs | ||
| test_fanotify.rs | ||
| test_inotify.rs | ||
| test_ioctl.rs | ||
| test_mman.rs | ||
| test_prctl.rs | ||
| test_pthread.rs | ||
| test_ptrace.rs | ||
| test_select.rs | ||
| test_signal.rs | ||
| test_signalfd.rs | ||
| test_socket.rs | ||
| test_sockopt.rs | ||
| test_stat.rs | ||
| test_sysinfo.rs | ||
| test_termios.rs | ||
| test_timerfd.rs | ||
| test_uio.rs | ||
| test_wait.rs | ||