Releases: rust-lang/libc
Releases · rust-lang/libc
0.2.185
ctest-0.5.1
- Add support for using raw keywords, like
r#type
0.2.184
MSRV
This release increases the MSRV of libc to 1.65. With this update, you can now always use the
core::ffi::c_* types with libc definitions, since libc has been changed to reexport from
core rather than redefining them. (This usually worked before but had edge cases.)
(#4972)
Added
- BSD: Add
IP_MINTTLto bsd (#5026) - Cygwin: Add
TIOCM_DSR(#5031) - FreeBSD: Added
xfilestructe and file descriptor types (#5002) - Linux: Add CAN netlink bindings (#5011)
- Linux: Add
struct ethhdr(#4239) - Linux: Add
struct ifinfomsg(#5012) - Linux: Define
max_align_tfor riscv64 (#5029) - NetBSD: Add missing
CLOCK_constants (#5020) - NuttX: Add
_SC_HOST_NAME_MAX(#5004) - VxWorks: Add
flockandF_*LCKconstants (#4043) - WASI: Add all
_SC_*sysconf constants (#5023)
Deprecated
The remaining fixed-width integer aliases, __uint128_t, __uint128, __int128_t, and __int128,
have been deprecated. Use i128 and u128 instead. (#4343)
Fixed
- breaking Redox: Fix signal action constant types (#5009)
- EspIDF: Correct the value of
DT_*constants (#5034) - Redox: Fix locale values and add
RTLD_NOLOAD, some TCP constants (#5025) - Various: Use
Padding::new(<zeroed>)rather thanPadding::uninit()(#5036)
Changed
0.2.183
Added
- ESP-IDF: Add
SOMAXCONN(#4993) - Linux: Add
name_to_handle_atandopen_by_handle_at(#4988) - NetBSD: Add
kinfo_file,kinfo_pcb, and related constants (#4985) - OpenBSD: Add
kinfo_fileand related constants (#4991) - VxWorks: Add additional structs and defines (#5003)
- Various: Implement
Defaultfortimevalandtimespec(#4976)
Fixed
0.2.182
1.0.0-alpha.3
0.2.181
Added
- Apple: Add
MADV_ZERO(#4924) - Redox: Add
makedev,major, andminor(#4928) - GLibc: Add
PTRACE_SET_SYSCALL_INFO(#4933) - OpenBSD: Add more kqueue related constants for (#4945)
- Linux: add CAN error types (#4944)
- OpenBSD: Add siginfo_t::si_status (#4946)
- QNX NTO: Add
max_align_t(#4927) - Illumos: Add
_CS_PATH(#4956) - OpenBSD: add
ppoll(#4957)
Fixed
- Breaking: Redox: Fix the type of
dev_t(#4928) - AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
- AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
- Glibc: Link old version of
tc{g,s}etattr(#4938) - Glibc: Link the correct version of
cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938) - OpenBSD: Fix constness of tm.tm_zone (#4948)
- OpenBSD: Fix the definition of
ptrace_thread_state(#4947) - QuRT: Fix type visibility and defs (#4932)
- Redox: Fix values for
PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943) - Various: Mark additional fields as private padding (#4922)
Changed
ctest-0.5.0
Initial release of the redesigned ctest.
0.2.180
Added
- QNX: Add missing BPF and ifreq structures (#4769)
Fixed
- Linux, L4Re: address soundness issues of
CMSG_NXTHDR(#4903) - Linux-like: Handle zero-sized payload differences in
CMSG_NXTHDR(#4903) - Musl: Fix incorrect definitions of struct stat on some 32-bit architectures (#4914)
- NetBSD: RISC-V 64: Correct
mcontexttype definitions (#4886) - uClibc: Re-enable
__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc (#4915) - uClibc: Restructure Linux
netlinkmodule to resolve build errors (#4915)
1.0.0-alpha.2
chore: Release package libc version 1.0.0-alpha.2