0.2.164 - 2024-11-16
This release increases the MSRV of libc to 1.63.
- CI: remove tests with rust < 1.63 rust-lang#4051
- MSRV: document the MSRV of the stable channel to be 1.63 rust-lang#4040
- MacOS: move ifconf to s_no_extra_traits rust-lang#4051
0.2.163 - 2024-11-16
- Aix: add more
dlopenflags rust-lang#4044 - Android: add group calls rust-lang#3499
- FreeBSD: add
TCP_FUNCTION_BLKandTCP_FUNCTION_ALIASrust-lang#4047 - Linux: add
confstrrust-lang#3612 - Solarish: add
aiorust-lang#4033 - Solarish: add
arc4random*rust-lang#3944
- Emscripten: upgrade emsdk to 3.1.68 rust-lang#3962
- Hurd: use more standard types rust-lang#3733
- Hurd: use the standard
ssize_t = isizerust-lang#4029 - Solaris: fix
confstranducontext_trust-lang#4035
- CI: add Solaris rust-lang#4035
- CI: add
i686-unknown-freebsdrust-lang#3997 - CI: ensure that calls to
sortdo not depend on locale rust-lang#4026 - Specify
rust-versioninCargo.tomlrust-lang#4041
0.2.162 - 2024-11-07
- Android: fix the alignment of
uc_mcontexton arm64 rust-lang#3894 - Apple: add
host_cpu_load_inforust-lang#3916 - ESP-IDF: add a time flag rust-lang#3993
- FreeBSD: add the
CLOSE_RANGE_CLOEXECflagrust-lang#3996 - FreeBSD: fix test errors regarding
__gregset_trust-lang#3995 - FreeBSD: fix tests on x86 FreeBSD 15 rust-lang#3948
- FreeBSD: make
ucontext_tandmcontext_tavailable on all architectures rust-lang#3848 - Haiku: add
getentropyrust-lang#3991 - Illumos: add
syncfsrust-lang#3990 - Illumos: add some recently-added constants rust-lang#3999
- Linux: add
ioctlflags rust-lang#3960 - Linux: add epoll busy polling parameters rust-lang#3922
- NuttX: add
pthread_[get/set]name_nprust-lang#4003 - RTEMS: add
arc4random_bufrust-lang#3989 - Trusty OS: add initial support rust-lang#3942
- WASIp2: expand socket support rust-lang#3981
- Emscripten: don't pass
-lcrust-lang#4002 - Hurd: change
st_fsidfield tost_devrust-lang#3785 - Hurd: fix the definition of
utsnamerust-lang#3992 - Illumos/Solaris: fix
FNM_CASEFOLDdefinition rust-lang#4004 - Solaris: fix all tests rust-lang#3864
- CI: Add loongarch64 rust-lang#4000
- CI: Check that semver files are sorted rust-lang#4018
- CI: Re-enable the FreeBSD 15 job rust-lang#3988
- Clean up imports and
extern crateusage rust-lang#3897 - Convert
mode_tconstants to octal rust-lang#3634 - Remove the
wasm32-wasitarget that has been deleted upstream rust-lang#4013
0.2.161 - 2024-10-17
- OpenBSD: fix
FNM_PATHNAMEandFNM_NOESCAPEvalues rust-lang#3983
0.2.160 - 2024-10-17
- Android: add
PR_GET_NAMEandPR_SET_NAMErust-lang#3941 - Apple: add
F_TRANSFEREXTENTSrust-lang#3925 - Apple: add
mach_error_stringrust-lang#3913 - Apple: add additional
pthreadAPIs rust-lang#3846 - Apple: add the
LOCAL_PEERTOKENsocket option rust-lang#3929 - BSD: add
RTF_*,RTA_*,RTAX_*, andRTM_*definitions rust-lang#3714 - Emscripten: add
AT_EACCESSrust-lang#3911 - Emscripten: add
getgrgid,getgrnam,getgrnam_randgetgrgid_rrust-lang#3912 - Emscripten: add
getpwnam_randgetpwuid_rrust-lang#3906 - FreeBSD: add
POLLRDHUPrust-lang#3936 - Haiku: add
arc4randomrust-lang#3945 - Illumos: add
ptsname_rrust-lang#3867 - Linux: add
fanotifyinterfaces rust-lang#3695 - Linux: add
tcp_inforust-lang#3480 - Linux: add additional AF_PACKET options rust-lang#3540
- Linux: make Elf constants always available rust-lang#3938
- Musl x86: add
ioplandiopermrust-lang#3720 - Musl: add
posix_spawnchdir functions rust-lang#3949 - Musl: add
utmpx.hconstants rust-lang#3908 - NetBSD: add
sysctlnametomib,CLOCK_THREAD_CPUTIME_IDandCLOCK_PROCESS_CPUTIME_IDrust-lang#3927 - Nuttx: initial support rust-lang#3909
- RTEMS: add
getentropyrust-lang#3973 - RTEMS: initial support rust-lang#3866
- Solarish: add
POLLRDHUP,POSIX_FADV_*,O_RSYNC, andposix_fallocaterust-lang#3936 - Unix: add
fnmatch.hrust-lang#3937 - VxWorks: add riscv64 support rust-lang#3935
- VxWorks: update constants related to the scheduler rust-lang#3963
- Redox: change
ino_tto bec_ulonglongrust-lang#3919
- ESP-IDF: fix mismatched constants and structs rust-lang#3920
- FreeBSD: fix
struct staton FreeBSD 12+ rust-lang#3946
- CI: Fix CI for FreeBSD 15 rust-lang#3950
- Docs: link to
windows-sysrust-lang#3915
0.2.159 - 2024-09-24
- Android: add more
AT_*constants in rust-lang#3779 - Apple: add missing
NOTE_*constants in rust-lang#3883 - Hermit: add missing error numbers in rust-lang#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang#3786 - Linux: add
epoll_pwait2in rust-lang#3868 - Linux: add
mq_notifyin rust-lang#3849 - Linux: add missing
NFT_CT_*constants in rust-lang#3844 - Linux: add the
fchmodat2syscall in rust-lang#3588 - Linux: add the
msealsyscall in rust-lang#3798 - OpenBSD: add
sendmmsgandrecvmmsgin rust-lang#3831 - Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang#3693 - VxWorks: add
S_ISVTXin rust-lang#3768 - VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang#3861 - WASIp2: add definitions for
std::netsupport in rust-lang#3892
- Correctly handle version checks when
clippy-driveris used rust-lang#3893
- EspIdf: change signal constants to c_int in rust-lang#3895
- HorizonOS: update network definitions in rust-lang#3863
- Linux: combine
ioctlAPIs in rust-lang#3722 - WASI: enable CI testing in rust-lang#3869
- WASIp2: enable CI testing in rust-lang#3870
0.2.158 - 2024-08-19
- WASI: fix missing
Iteratorwithrustc-dep-of-stdin rust-lang#3856 (comment)
0.2.157 - 2024-08-17
- Apple: add
_NSGetArgv,_NSGetArgcand_NSGetPrognamein rust-lang#3702 - Build: add
RUSTC_WRAPPERsupport in rust-lang#3845 - FreeBSD: add
execvpesupport from 14.1 release in rust-lang#3745 - Fuchsia: add
SO_BINDTOIFINDEX - Linux: add
klogctlin rust-lang#3777 - MacOS: add
fcntlOFD commands in rust-lang#3563 - NetBSD: add
_lwp_parkin rust-lang#3721 - Solaris: add missing networking support in rust-lang#3717
- Unix: add
pthread_equalin rust-lang#3773 - WASI: add
select,FD_SET,FD_ZERO,FD_ISSETin rust-lang#3681
- TEEOS: fix octal notation for
O_*constants in rust-lang#3841
- FreeBSD: always use freebsd12 when
rustc_dep_of_stdis set in rust-lang#3723
0.2.156 - 2024-08-15
- Apple: add
F_ALLOCATEPERSISTin rust-lang#3712 - Apple: add
os_sync_wait_on_addressand related definitions in rust-lang#3769 - BSD: generalise
IPV6_DONTFRAGto all BSD targets in rust-lang#3716 - FreeBSD/DragonFly: add
IP_RECVTTL/IPV6_RECVHOPLIMITin rust-lang#3751 - Hurd: add
XATTR_CREATE,XATTR_REPLACEin rust-lang#3739 - Linux GNU:
confstrAPI and_CS_*in rust-lang#3771 - Linux musl: add
preadv2andpwritev2(1.2.5 min.) in rust-lang#3762 - VxWorks: add the constant
SOMAXCONNin rust-lang#3761 - VxWorks: add a few errnoLib related constants in rust-lang#3780
- Solaris/illumos: Change
ifa_flagstype to u64 in rust-lang#3729 - QNX 7.0: Disable
libregexin rust-lang#3775
- QNX NTO: update platform support in rust-lang#3815
addr_of!(EXTERN_STATIC)is now considered safe in rust-lang#3776
- Apple: remove
rmx_statein rust-lang#3776
- Update or remove CI tests that have been failing