nix/test/sys
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
..
mod.rs Add fanotify API wrappers (#2194) 2023-11-23 02:49:57 +00:00
test_aio_drop.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00:00
test_aio.rs sys: add MIPS R6 support (#2138) 2023-11-13 05:29:51 +00:00
test_epoll.rs Epoll 2022-12-04 22:50:13 +00:00
test_fanotify.rs Add fanotify API wrappers (#2194) 2023-11-23 02:49:57 +00:00
test_inotify.rs Fix all formating problems to pass CI formating test 2022-06-24 00:35:52 +03:00
test_ioctl.rs sys: add MIPS R6 support (#2138) 2023-11-13 05:29:51 +00:00
test_mman.rs feat: mman NonNull (#2000) 2023-11-13 20:40:59 +00:00
test_prctl.rs Added support for prctl in Linux (#1550) 2023-08-27 21:34:43 +00: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 Relax lifetime requirements for FdSet::{insert, remove, contains} (#2136) 2023-10-01 10:51:07 +00:00
test_signal.rs Eliminate the lazy_static dev dependency (#2107) 2023-08-27 21:34:26 +00:00
test_signalfd.rs Fix SignalFd::set_mask (#2141) 2023-10-02 02:28:34 +00:00
test_socket.rs sys: add MIPS R6 support (#2138) 2023-11-13 05:29:51 +00:00
test_sockopt.rs Add apple tvos support (#2169) 2023-11-09 01:00:20 +00: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 feat: I/O safety pipe, pipe2 & write (#2100) 2023-09-30 07:52:11 +00:00
test_timerfd.rs Fix a new clippy lint 2022-08-14 10:12:57 -06:00
test_uio.rs feat: I/O safety pipe, pipe2 & write (#2100) 2023-09-30 07:52:11 +00:00
test_wait.rs sys: add MIPS R6 support (#2138) 2023-11-13 05:29:51 +00:00