nix/test
Aurélien Deharbe 755c66d275
Add fanotify API wrappers (#2194)
* 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
2023-11-23 02:49:57 +00:00
..
common Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
sys Add fanotify API wrappers (#2194) 2023-11-23 02:49:57 +00:00
test_kmod Run a round of clippy to fix CI 2022-11-06 11:40:46 -08:00
test_clearenv.rs Convert the crate to edition 2018 2020-05-31 19:07:15 -06:00
test_dir.rs Run a round of clippy to fix CI 2022-11-06 11:40:46 -08:00
test_fcntl.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00
test_mount.rs Fix clippy lints 2022-12-04 13:44:50 -08:00
test_mq.rs sys: add MIPS R6 support (#2138) 2023-11-13 05:29:51 +00:00
test_net.rs fix clippy assertions_on_result_states 2022-08-04 09:44:40 +08:00
test_nix_path.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_nmount.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_poll.rs feat: Safer poll timeout (#1876) 2023-11-23 01:15:30 +00:00
test_pty.rs feat: I/O safety pipe, pipe2 & write (#2100) 2023-09-30 07:52:11 +00:00
test_resource.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_sched.rs Add a sched_getcpu wrapper 2022-09-27 14:26:35 +02:00
test_sendfile.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00
test_stat.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00
test_time.rs Folloup for !1778, remove some of the less helpful error msgs 2022-08-12 08:29:29 +08:00
test_timer.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_unistd.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00
test.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00