Pinned issues
Issues
- 6
OpenBSD is broken due to char_def
#4209 opened by semarie - 4
- 7
Seeming problem with the freebsd version on freebsd 14.2
#4175 opened by Owl-Lord - 0
- 9
Move away from 2015 edition?
#3898 opened by eduardosm - 1
Deprecation of `_v1` versions of AF_XDP structs
#4168 opened by arctic-alpaca - 1
- 9
CMSG_SPACE is no longer a const function
#4115 opened by asomers - 5
- 1
Revisit `allow(...)`ed lints
#4141 opened by tgross35 - 7
Do something about the `sparc` CI job
#4061 opened by tgross35 - 1
Missing all CAN related constants on MacOS
#3959 opened by jayceslesar - 0
See if `non_exhaustive` would be useful for 1.0
#4080 opened by tgross35 - 1
Wrapper for volatile fields
#4130 opened by tgross35 - 3
Use `pub safe` from Rust 1.82 in `extern` blocks?
#4001 opened by mgeisler - 2
- 1
ctest: change API of when to skip
#4122 opened by tgross35 - 0
`statvfs` and `statvfs64` got a new field `f_type`
#4121 opened by tgross35 - 0
Classify `FIXME`s
#4117 opened by tgross35 - 1
s390x CI faills spuriously
#4112 opened by tgross35 - 2
Rewrite `ci/style.rs` using `syn`
#4109 opened by tgross35 - 2
Remove solarish compat for `openpty` and `forkpty`
#4045 opened by tgross35 - 0
API request: AIO methods for illumos & solaris
#4031 opened by Berrysoft - 3
Hostname on xtensa esp-idf esp32s3
#3748 opened by lorenzo-pirchio - 2
statx using the musl libc
#3972 opened by famfo - 0
CI segfaults on FreeBSD with the latest cargo
#3998 opened by asomers - 6
Lots of failures on Cirrus CI / nightly freebsd-15
#3967 opened by tgross35 - 1
0.2.160 causes netstat2 0.9.1 to fail to build.
#3987 opened by kurtbuilds - 0
- 0
- 5
Policy question: changes for platform consistency
#3839 opened by tgross35 - 0
Please add support for posix_spawn_file_actions_chdir and posix_spawn_file_actions_fchdir
#3958 opened by CameronNemo - 1
- 0
CI fails on FreeBSD 15 for TCP_MAXPEAKRATE
#3947 opened by asomers - 1
Discussion about removing `extra_traits` in 1.0
#3880 opened by tgross35 - 2
Uncommenting SO_PREFER_BUSY_POLL and SO_BUSY_POLL_BUDGET
#3896 opened by tammela - 5
uclibc/mips change `SA_*` to `uint`
#3887 opened by tgross35 - 1
Different behaviour between `libc::poll` and calling `poll` in C directly on linux.
#3907 opened by s-d-m - 0
Add NetBSD to CI
#3890 opened by tgross35 - 0
MODULE_INIT_COMPRESSED_FILE is missing for linux
#3781 opened by sinkingpoint - 8
Missing kill function in libc on Windows
#3763 opened by chuacw - 2
Latest nightly compiler reports dead_code warnings for structs with private fields
#3740 opened by asomers - 1
Breaking Android changes for libc 1.0
#3875 opened by tgross35 - 0
Build script does not respect RUSTC_WRAPPER
#3772 opened by RalfJung - 4
The getppid function is missing on Windows
#3765 opened by chuacw - 0
libc crate triggers warnings when compiled with `default-features = false, features = ['rustc-dep-of-std']`
#3789 opened by felixwrt - 7
Missing POSIX confstr and _CS_* symbols on Linux.
#3767 opened by jgarzik - 3
cannot find value `SETVAL` in crate `libc`
#3770 opened by phil-skillwon - 2
preadv2 is not supported on musl libc
#3760 opened by NobodyXu - 0
Unnecessary `unsafe` for `libc::major` and `libc::minor`? Or is `libc::makedev` missing unsafe?
#3759 opened by VorpalBlade