Files
pilot/pilot-v2/target/debug/deps/rustix-7090ece82d1501ba.d
Gilles Soulier c5381b7112 Pilot v2: Core implementation + battery telemetry
Major updates:
- Complete Rust rewrite (pilot-v2/) with working MQTT client
- Fixed MQTT event loop deadlock (background task pattern)
- Battery telemetry for Linux (auto-detected via /sys/class/power_supply)
- Home Assistant auto-discovery for all sensors and switches
- Comprehensive documentation (AVANCEMENT.md, CLAUDE.md, roadmap)
- Docker test environment with Mosquitto broker
- Helper scripts for development and testing

Features working:
 MQTT connectivity with LWT
 YAML configuration with validation
 Telemetry: CPU, memory, IP, battery (Linux)
 Commands: shutdown, reboot, sleep, screen (dry-run tested)
 HA discovery and integration
 Allowlist and cooldown protection

Ready for testing on real hardware.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30 06:23:00 +01:00

88 lines
26 KiB
D

/home/gilles/projects/pilot/pilot-v2/target/debug/deps/rustix-7090ece82d1501ba.d: /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/cstr.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/const_assert.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/utils.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/x86_64.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/conv.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/elf.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/reg.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/inotify.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/makedev.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/epoll.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/poll_fd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/cpu_set.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/wait.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/c.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/ffi/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/abs.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/at.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/constants.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/copy_file_range.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/cwd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fadvise.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fcntl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/file_type.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/makedev.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/memfd_create.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mount.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/openat2.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/raw_dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sendfile.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/statx.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sync.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/xattr.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/close.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/dup.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/errno.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/eventfd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/fcntl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/ioctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/pipe.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/poll.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/read_write.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/seek_from.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/stdio.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/arg.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chdir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chroot.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/exit.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/id.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/ioctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/kill.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/membarrier.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/pidfd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/prctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/priority.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/rlimit.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched_yield.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/system.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/umask.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/wait.rs
/home/gilles/projects/pilot/pilot-v2/target/debug/deps/librustix-7090ece82d1501ba.rmeta: /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/cstr.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/const_assert.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/utils.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/x86_64.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/conv.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/elf.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/reg.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/inotify.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/makedev.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/epoll.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/poll_fd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/cpu_set.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/syscalls.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/wait.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/types.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/c.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/ffi/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/abs.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/at.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/constants.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/copy_file_range.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/cwd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fadvise.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fcntl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/file_type.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/makedev.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/memfd_create.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mount.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/openat2.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/raw_dir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sendfile.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/statx.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sync.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/xattr.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/close.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/dup.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/errno.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/eventfd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/fcntl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/ioctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/pipe.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/poll.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/read_write.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/seek_from.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/stdio.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/arg.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/mod.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chdir.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chroot.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/exit.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/id.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/ioctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/kill.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/membarrier.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/pidfd.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/prctl.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/priority.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/rlimit.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched_yield.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/system.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/umask.rs /home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/wait.rs
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/lib.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/cstr.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/const_assert.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/utils.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/arch/inline/x86_64.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/conv.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/elf.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/reg.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/dir.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/inotify.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/makedev.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/syscalls.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/fs/types.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/epoll.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/poll_fd.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/syscalls.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/types.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/cpu_set.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/syscalls.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/types.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/process/wait.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/time/types.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/c.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/ffi/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/abs.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/at.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/constants.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/copy_file_range.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/cwd.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/dir.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fadvise.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fcntl.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/fd.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/file_type.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/makedev.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/memfd_create.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/mount.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/openat2.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/raw_dir.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sendfile.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/statx.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/sync.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/fs/xattr.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/close.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/dup.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/errno.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/eventfd.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/fcntl.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/ioctl.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/pipe.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/poll.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/read_write.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/seek_from.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/io/stdio.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/path/arg.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/mod.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chdir.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/chroot.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/exit.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/id.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/ioctl.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/kill.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/membarrier.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/pidfd.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/prctl.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/priority.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/rlimit.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/sched_yield.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/system.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/umask.rs:
/home/gilles/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/process/wait.rs: