Issues
- 1
`PtyMaster` missing `Into<OwnedFd>`
#2547 opened by Darksonn - 0
Hurd CI is broken
#2549 opened by SteveLauC - 6
fails `cross check --target x86_64-pc-solaris` on 1.72.1
#2540 opened by jtmoon79 - 2
Dir does not implement AsFd
#2546 opened by chadaustin - 4
Wrong type for return value of mmap leads to UB
#2543 opened by Evian-Zhang - 0
Migrate Linux/aarch64 CI tasks to Github Action once the aarch64 runner is available
#2541 opened by SteveLauC - 5
- 2
- 6
Build breaks on armv7: the name `type_of_thread_id` is defined multiple times
#2535 opened by yurivict - 1
Confusing deprecation notice for `sys::epoll::epoll_ctl`
#2531 opened by pacak - 14
- 2
- 4
Shouldn't TimeSpec::from_duration preserve monotonicity?
#2479 opened by sirhcel - 5
🏁 RoSctober 2024: The Open Source Developer Challenge is about to start! 🎉
#2508 opened by race-of-sloths - 2
How to bind fs socket via new version?
#2517 opened by niuhuan - 1
- 2
Allow `sendmsg` to accept a preallocated `Vec`
#2457 opened by vkrasnov - 3
Discussion on the possible implementation of objects referring to fanotify groups identifying files by their handles
#2486 opened by ChrysoliteAzalea - 1
MSRV 1.77.0 TODO
#2389 opened by asomers - 0
MSRV 1.81.0 TODO
#2485 opened by SteveLauC - 9
- 2
- 0
Perhaps `sigprocmask()` should be unsafe
#2471 opened by SteveLauC - 4
`ptrace::getregs` & `ptrace::getregset` may lead to UB of uninitialized data read
#2447 opened by Evian-Zhang - 1
- 2
Some Nix wrappers are not signal-safe
#2428 opened by SteveLauC - 3
- 6
EventFd::defuse doesn't work
#2422 opened by dreiss - 0
Skip the Haiku CI as Rust std is broken on it
#2441 opened by SteveLauC - 8
ptctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, len, invalid_name) returns EFAULT rather than EINVAL under QEMU
#2418 opened by SteveLauC - 0
Test `test_timer::alarm_fires()` times out
#2438 opened by SteveLauC - 0
Nix 0.30.0 TODO
#2436 opened by SteveLauC - 2
- 1
Shouldn't set `#[deny(warnings)]` outside of CI
#2423 opened by tbu- - 1
- 2
RecvMsg.cmsg() should check MSG_CTRUNC
#2400 opened by agrover - 4
Test `statfs_call()` fails on macOS because `statfs()` and `statvfs()` report different number of i-nodes
#2411 opened by SteveLauC - 1
Question about why cfg(linux_android) is used in places when #[cfg(target_os = "linux")] seems fine.
#2412 opened by thundergolfer - 1
ForkPty Always returns Parent
#2402 opened by s4Dt0y - 4
- 2
Replacement `nix::fcntl::Flock` does not cover all use cases for deprecated `nix::fcntl::flock`
#2356 opened by allenap - 4
Debug `mount::test_mount::test_mount_bind` on Linux
#2369 opened by SteveLauC - 0
test_initgroups fails.
#2384 opened by TheJonny - 1
O_PATH exists on freebsd 14 - could we add it?
#2361 opened by TheJonny - 2
- 0
API request: sync on MacOS
#2376 opened by MrCroxx - 4
- 0
SignalFd::read_signal should take &self, not &mut self
#2366 opened by zopsicle - 0
Check `CHANGELOG` PR ID in CI
#2357 opened by SteveLauC - 2
`PtyMaster` missing `AsFd` implementation
#2354 opened by yshui