mirror of
https://github.com/jiangcuo/nix.git
synced 2026-08-09 00:09:24 +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 |
||
|---|---|---|
| .. | ||
| common | ||
| sys | ||
| test_kmod | ||
| test_clearenv.rs | ||
| test_dir.rs | ||
| test_fcntl.rs | ||
| test_mount.rs | ||
| test_mq.rs | ||
| test_net.rs | ||
| test_nix_path.rs | ||
| test_nmount.rs | ||
| test_poll.rs | ||
| test_pty.rs | ||
| test_resource.rs | ||
| test_sched.rs | ||
| test_sendfile.rs | ||
| test_stat.rs | ||
| test_time.rs | ||
| test_timer.rs | ||
| test_unistd.rs | ||
| test.rs | ||