xref: /rust-libc-0.2.174/CHANGELOG.md (revision ce31fdaf)
1# Changelog
2
3## [0.2.174](https://github.com/rust-lang/libc/compare/0.2.173...0.2.174) - 2025-06-17
4
5### Added
6
7- Linux: Make `pidfd_info` fields pub ([#4487](https://github.com/rust-lang/libc/pull/4487))
8
9### Fixed
10
11- Gnu x32: Add missing `timespec.tv_nsec` ([#4497](https://github.com/rust-lang/libc/pull/4497))
12- NuttX: Use `nlink_t` type for `st_nlink` in `struct stat` definition ([#4483](https://github.com/rust-lang/libc/pull/4483))
13
14### Other
15
16- Allow new `unpredictable_function_pointer_comparisons` lints ([#4489](https://github.com/rust-lang/libc/pull/4489))
17- OpenBSD: Fix some clippy warnings to use `pointer::cast`. ([#4490](https://github.com/rust-lang/libc/pull/4490))
18- Remove unessecary semicolons from definitions of `CMSG_NXTHDR`. ([#4492](https://github.com/rust-lang/libc/pull/4492))
19
20
21## [0.2.173](https://github.com/rust-lang/libc/compare/0.2.172...0.2.173) - 2025-06-09
22
23### Added
24
25- AIX: Add an AIX triple to Cargo.toml for doc ([#4475](https://github.com/rust-lang/libc/pull/4475))
26- FreeBSD: Add the `SO_SPLICE` socket option support for FreeBSD >= 14.2 ([#4451](https://github.com/rust-lang/libc/pull/4451))
27- Linux GNU: Prepare for supporting `_TIME_BITS=64` ([#4433](https://github.com/rust-lang/libc/pull/4433))
28- Linux: Add constant PACKET_IGNORE_OUTGOING ([#4319](https://github.com/rust-lang/libc/pull/4319))
29- Linux: Add constants and types for `nsfs` ioctls ([#4436](https://github.com/rust-lang/libc/pull/4436))
30- Linux: Add constants for Memory-Deny-Write-Execute `prctls` ([#4400](https://github.com/rust-lang/libc/pull/4400))
31- Linux: Add constants from `linux/cn_proc.h` and `linux/connector.h` ([#4434](https://github.com/rust-lang/libc/pull/4434))
32- Linux: Add new flags for `pwritev2` and `preadv2` ([#4452](https://github.com/rust-lang/libc/pull/4452))
33- Linux: Add pid_type enum values ([#4403](https://github.com/rust-lang/libc/pull/4403))
34- Linux: Update pidfd constants and types (Linux 6.9-6.15) ([#4402](https://github.com/rust-lang/libc/pull/4402))
35- Loongarch64 musl: Define the `MADV_SOFT_OFFLINE` constant ([#4448](https://github.com/rust-lang/libc/pull/4448))
36- Musl: Add new fields since 1.2.0/1.2.2 to `struct tcp_info` ([#4443](https://github.com/rust-lang/libc/pull/4443))
37- Musl: Prepare for supporting v1.2.3 ([#4443](https://github.com/rust-lang/libc/pull/4443))
38- NuttX: Add `arc4random` and `arc4random_buf` ([#4464](https://github.com/rust-lang/libc/pull/4464))
39- RISC-V Musl: Add `MADV_SOFT_OFFLINE` definition ([#4447](https://github.com/rust-lang/libc/pull/4447))
40- Redox: Define SCM_RIGHTS ([#4440](https://github.com/rust-lang/libc/pull/4440))
41- VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH ([#4407](https://github.com/rust-lang/libc/pull/4407))
42- Windows: Add more `time.h` functions ([#4427](https://github.com/rust-lang/libc/pull/4427))
43
44### Changed
45
46- Redox: Update `SA_` constants. ([#4426](https://github.com/rust-lang/libc/pull/4426))
47- Redox: make `CMSG_ALIGN`, `CMSG_LEN`, and `CMSG_SPACE` const functions ([#4441](https://github.com/rust-lang/libc/pull/4441))
48
49### Fixed
50
51- AIX: Enable libc-test and fix definitions/declarations. ([#4450](https://github.com/rust-lang/libc/pull/4450))
52- Emscripten: Fix querying emcc on windows (use emcc.bat) ([#4248](https://github.com/rust-lang/libc/pull/4248))
53- Hurd: Fix build from missing `fpos_t` ([#4472](https://github.com/rust-lang/libc/pull/4472))
54- Loongarch64 Musl: Fix the `struct ipc_perm` bindings ([#4384](https://github.com/rust-lang/libc/pull/4384))
55- Musl: Fix the `O_LARGEFILE` constant value. ([#4443](https://github.com/rust-lang/libc/pull/4443))
56
57## [0.2.172](https://github.com/rust-lang/libc/compare/0.2.171...0.2.172) - 2025-04-14
58
59### Added
60
61- Android: Add `getauxval` for 32-bit targets ([#4338](https://github.com/rust-lang/libc/pull/4338))
62- Android: Add `if_tun.h` ioctls ([#4379](https://github.com/rust-lang/libc/pull/4379))
63- Android: Define `SO_BINDTOIFINDEX` ([#4391](https://github.com/rust-lang/libc/pull/4391))
64- Cygwin: Add `posix_spawn_file_actions_add[f]chdir[_np]` ([#4387](https://github.com/rust-lang/libc/pull/4387))
65- Cygwin: Add new socket options ([#4350](https://github.com/rust-lang/libc/pull/4350))
66- Cygwin: Add statfs & fcntl ([#4321](https://github.com/rust-lang/libc/pull/4321))
67- FreeBSD: Add `filedesc` and `fdescenttbl` ([#4327](https://github.com/rust-lang/libc/pull/4327))
68- Glibc: Add unstable support for _FILE_OFFSET_BITS=64 ([#4345](https://github.com/rust-lang/libc/pull/4345))
69- Hermit: Add `AF_UNSPEC` ([#4344](https://github.com/rust-lang/libc/pull/4344))
70- Hermit: Add `AF_VSOCK` ([#4344](https://github.com/rust-lang/libc/pull/4344))
71- Illumos, NetBSD: Add `timerfd` APIs ([#4333](https://github.com/rust-lang/libc/pull/4333))
72- Linux: Add `_IO`, `_IOW`, `_IOR`, `_IOWR` to the exported API ([#4325](https://github.com/rust-lang/libc/pull/4325))
73- Linux: Add `tcp_info` to uClibc bindings ([#4347](https://github.com/rust-lang/libc/pull/4347))
74- Linux: Add further BPF program flags ([#4356](https://github.com/rust-lang/libc/pull/4356))
75- Linux: Add missing INPUT_PROP_XXX flags from `input-event-codes.h` ([#4326](https://github.com/rust-lang/libc/pull/4326))
76- Linux: Add missing TLS bindings ([#4296](https://github.com/rust-lang/libc/pull/4296))
77- Linux: Add more constants from `seccomp.h` ([#4330](https://github.com/rust-lang/libc/pull/4330))
78- Linux: Add more glibc `ptrace_sud_config` and related `PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG`. ([#4386](https://github.com/rust-lang/libc/pull/4386))
79- Linux: Add new netlink flags ([#4288](https://github.com/rust-lang/libc/pull/4288))
80- Linux: Define ioctl codes on more architectures ([#4382](https://github.com/rust-lang/libc/pull/4382))
81- Linux: Add missing `pthread_attr_setstack` ([#4349](https://github.com/rust-lang/libc/pull/4349))
82- Musl: Add missing `utmpx` API ([#4332](https://github.com/rust-lang/libc/pull/4332))
83- Musl: Enable `getrandom` on all platforms ([#4346](https://github.com/rust-lang/libc/pull/4346))
84- NuttX: Add more signal constants ([#4353](https://github.com/rust-lang/libc/pull/4353))
85- QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs ([#4169](https://github.com/rust-lang/libc/pull/4169))
86- QNX: Add support for alternative Neutrino network stack `io-sock` ([#4169](https://github.com/rust-lang/libc/pull/4169))
87- Redox: Add more `sys/socket.h` and `sys/uio.h` definitions ([#4388](https://github.com/rust-lang/libc/pull/4388))
88- Solaris: Temporarily define `O_DIRECT` and `SIGINFO` ([#4348](https://github.com/rust-lang/libc/pull/4348))
89- Solarish: Add `secure_getenv` ([#4342](https://github.com/rust-lang/libc/pull/4342))
90- VxWorks: Add missing `d_type` member to `dirent` ([#4352](https://github.com/rust-lang/libc/pull/4352))
91- VxWorks: Add missing signal-related constsants ([#4352](https://github.com/rust-lang/libc/pull/4352))
92- VxWorks: Add more error codes ([#4337](https://github.com/rust-lang/libc/pull/4337))
93
94### Deprecated
95
96- FreeBSD: Deprecate `TCP_PCAP_OUT` and `TCP_PCAP_IN` ([#4381](https://github.com/rust-lang/libc/pull/4381))
97
98### Fixed
99
100- Cygwin: Fix member types of `statfs` ([#4324](https://github.com/rust-lang/libc/pull/4324))
101- Cygwin: Fix tests  ([#4357](https://github.com/rust-lang/libc/pull/4357))
102- Hermit: Make `AF_INET = 3` ([#4344](https://github.com/rust-lang/libc/pull/4344))
103- Musl: Fix the syscall table on RISC-V-32 ([#4335](https://github.com/rust-lang/libc/pull/4335))
104- Musl: Fix the value of `SA_ONSTACK` on RISC-V-32 ([#4335](https://github.com/rust-lang/libc/pull/4335))
105- VxWorks: Fix a typo in the `waitpid` parameter name ([#4334](https://github.com/rust-lang/libc/pull/4334))
106
107### Removed
108
109- Musl: Remove `O_FSYNC` on RISC-V-32 (use `O_SYNC` instead) ([#4335](https://github.com/rust-lang/libc/pull/4335))
110- Musl: Remove `RTLD_DEEPBIND` on RISC-V-32 ([#4335](https://github.com/rust-lang/libc/pull/4335))
111
112### Other
113
114- CI: Add matrix env variables to the environment ([#4345](https://github.com/rust-lang/libc/pull/4345))
115- CI: Always deny warnings ([#4363](https://github.com/rust-lang/libc/pull/4363))
116- CI: Always upload successfully created artifacts ([#4345](https://github.com/rust-lang/libc/pull/4345))
117- CI: Install musl from source for loongarch64 ([#4320](https://github.com/rust-lang/libc/pull/4320))
118- CI: Revert "Also skip `MFD_EXEC` and `MFD_NOEXEC_SEAL` on sparc64" ([#]())
119- CI: Use `$PWD` instead of `$(pwd)` in run-docker ([#4345](https://github.com/rust-lang/libc/pull/4345))
120- Solarish: Restrict `openpty` and `forkpty` polyfills to Illumos, replace Solaris implementation with bindings ([#4329](https://github.com/rust-lang/libc/pull/4329))
121- Testing: Ensure the makedev test does not emit unused errors ([#4363](https://github.com/rust-lang/libc/pull/4363))
122
123## [0.2.171](https://github.com/rust-lang/libc/compare/0.2.170...0.2.171) - 2025-03-11
124
125### Added
126
127- Android: Add `if_nameindex`/`if_freenameindex` support ([#4247](https://github.com/rust-lang/libc/pull/4247))
128- Apple: Add missing proc types and constants ([#4310](https://github.com/rust-lang/libc/pull/4310))
129- BSD: Add `devname` ([#4285](https://github.com/rust-lang/libc/pull/4285))
130- Cygwin: Add PTY and group API ([#4309](https://github.com/rust-lang/libc/pull/4309))
131- Cygwin: Add support ([#4279](https://github.com/rust-lang/libc/pull/4279))
132- FreeBSD: Make `spawn.h` interfaces available on all FreeBSD-like systems ([#4294](https://github.com/rust-lang/libc/pull/4294))
133- Linux: Add `AF_XDP` structs for all Linux environments ([#4163](https://github.com/rust-lang/libc/pull/4163))
134- Linux: Add SysV semaphore constants ([#4286](https://github.com/rust-lang/libc/pull/4286))
135- Linux: Add `F_SEAL_EXEC` ([#4316](https://github.com/rust-lang/libc/pull/4316))
136- Linux: Add `SO_PREFER_BUSY_POLL` and `SO_BUSY_POLL_BUDGET` ([#3917](https://github.com/rust-lang/libc/pull/3917))
137- Linux: Add `devmem` structs ([#4299](https://github.com/rust-lang/libc/pull/4299))
138- Linux: Add socket constants up to `SO_DEVMEM_DONTNEED` ([#4299](https://github.com/rust-lang/libc/pull/4299))
139- NetBSD, OpenBSD, DragonflyBSD: Add `closefrom` ([#4290](https://github.com/rust-lang/libc/pull/4290))
140- NuttX: Add `pw_passwd` field to `passwd` ([#4222](https://github.com/rust-lang/libc/pull/4222))
141- Solarish: define `IP_BOUND_IF` and `IPV6_BOUND_IF` ([#4287](https://github.com/rust-lang/libc/pull/4287))
142- Wali: Add bindings for `wasm32-wali-linux-musl` target ([#4244](https://github.com/rust-lang/libc/pull/4244))
143
144### Changed
145
146- AIX: Use `sa_sigaction` instead of a union ([#4250](https://github.com/rust-lang/libc/pull/4250))
147- Make `msqid_ds.__msg_cbytes` public ([#4301](https://github.com/rust-lang/libc/pull/4301))
148- Unix: Make all `major`, `minor`, `makedev` into `const fn` ([#4208](https://github.com/rust-lang/libc/pull/4208))
149
150### Deprecated
151
152- Linux: Deprecate obsolete packet filter interfaces ([#4267](https://github.com/rust-lang/libc/pull/4267))
153
154### Fixed
155
156- Cygwin: Fix strerror_r ([#4308](https://github.com/rust-lang/libc/pull/4308))
157- Cygwin: Fix usage of f! ([#4308](https://github.com/rust-lang/libc/pull/4308))
158- Hermit: Make `stat::st_size` signed ([#4298](https://github.com/rust-lang/libc/pull/4298))
159- Linux: Correct values for `SI_TIMER`, `SI_MESGQ`, `SI_ASYNCIO` ([#4292](https://github.com/rust-lang/libc/pull/4292))
160- NuttX: Update `tm_zone` and `d_name` fields to use `c_char` type ([#4222](https://github.com/rust-lang/libc/pull/4222))
161- Xous: Include the prelude to define `c_int` ([#4304](https://github.com/rust-lang/libc/pull/4304))
162
163### Other
164
165- Add labels to FIXMEs ([#4231](https://github.com/rust-lang/libc/pull/4231), [#4232](https://github.com/rust-lang/libc/pull/4232), [#4234](https://github.com/rust-lang/libc/pull/4234), [#4235](https://github.com/rust-lang/libc/pull/4235), [#4236](https://github.com/rust-lang/libc/pull/4236))
166- CI: Fix "cannot find libc" error on Sparc64 ([#4317](https://github.com/rust-lang/libc/pull/4317))
167- CI: Fix "cannot find libc" error on s390x ([#4317](https://github.com/rust-lang/libc/pull/4317))
168- CI: Pass `--no-self-update` to `rustup update` ([#4306](https://github.com/rust-lang/libc/pull/4306))
169- CI: Remove tests for the `i586-pc-windows-msvc` target ([#4311](https://github.com/rust-lang/libc/pull/4311))
170- CI: Remove the `check_cfg` job ([#4322](https://github.com/rust-lang/libc/pull/4312))
171- Change the range syntax that is giving `ctest` problems ([#4311](https://github.com/rust-lang/libc/pull/4311))
172- Linux: Split out the stat struct for gnu/b32/mips ([#4276](https://github.com/rust-lang/libc/pull/4276))
173
174### Removed
175
176- NuttX: Remove `pthread_set_name_np` ([#4251](https://github.com/rust-lang/libc/pull/4251))
177
178## [0.2.170](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170) - 2025-02-23
179
180### Added
181
182- Android: Declare `setdomainname` and `getdomainname` <https://github.com/rust-lang/libc/pull/4212>
183- FreeBSD: Add `evdev` structures <https://github.com/rust-lang/libc/pull/3756>
184- FreeBSD: Add the new `st_filerev` field to `stat32` ([#4254](https://github.com/rust-lang/libc/pull/4254))
185- Linux: Add `SI_*`` and `TRAP_*`` signal codes <https://github.com/rust-lang/libc/pull/4225>
186- Linux: Add experimental configuration to enable 64-bit time in kernel APIs, set by `RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64`. <https://github.com/rust-lang/libc/pull/4148>
187- Linux: Add recent socket timestamping flags <https://github.com/rust-lang/libc/pull/4273>
188- Linux: Added new CANFD_FDF flag for the flags field of canfd_frame <https://github.com/rust-lang/libc/pull/4223>
189- Musl: add CLONE_NEWTIME <https://github.com/rust-lang/libc/pull/4226>
190- Solarish: add the posix_spawn family of functions <https://github.com/rust-lang/libc/pull/4259>
191
192### Deprecated
193
194- Linux: deprecate kernel modules syscalls <https://github.com/rust-lang/libc/pull/4228>
195
196### Changed
197
198- Emscripten: Assume version is at least 3.1.42 <https://github.com/rust-lang/libc/pull/4243>
199
200### Fixed
201
202- BSD: Correct the definition of `WEXITSTATUS` <https://github.com/rust-lang/libc/pull/4213>
203- Hurd: Fix CMSG_DATA on 64bit systems ([#4240](https://github.com/rust-lang/libc/pull/424))
204- NetBSD: fix `getmntinfo` ([#4265](https://github.com/rust-lang/libc/pull/4265)
205- VxWorks: Fix the size of `time_t` <https://github.com/rust-lang/libc/pull/426>
206
207### Other
208
209- Add labels to FIXMEs <https://github.com/rust-lang/libc/pull/4230>, <https://github.com/rust-lang/libc/pull/4229>, <https://github.com/rust-lang/libc/pull/4237>
210- CI: Bump FreeBSD CI to 13.4 and 14.2 <https://github.com/rust-lang/libc/pull/4260>
211- Copy definitions from core::ffi and centralize them <https://github.com/rust-lang/libc/pull/4256>
212- Define c_char at top-level and remove per-target c_char definitions <https://github.com/rust-lang/libc/pull/4202>
213- Port style.rs to syn and add tests for the style checker <https://github.com/rust-lang/libc/pull/4220>
214
215## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18
216
217### Added
218
219- FreeBSD: add more socket TCP stack constants <https://github.com/rust-lang/libc/pull/4193>
220- Fuchsia: add a `sockaddr_vm` definition <https://github.com/rust-lang/libc/pull/4194>
221
222### Fixed
223
224**Breaking**: [rust-lang/rust#132975](https://github.com/rust-lang/rust/pull/132975) corrected the signedness of `core::ffi::c_char` on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to `libc`, including the following specific pull requests:
225
226- ESP-IDF: Replace arch-conditional `c_char` with a reexport <https://github.com/rust-lang/libc/pull/4195>
227- Fix `c_char` on various targets <https://github.com/rust-lang/libc/pull/4199>
228- Mirror `c_char` configuration from `rust-lang/rust` <https://github.com/rust-lang/libc/pull/4198>
229
230### Cleanup
231
232- Do not re-export `c_void` in target-specific code <https://github.com/rust-lang/libc/pull/4200>
233
234## [0.2.168](https://github.com/rust-lang/libc/compare/0.2.167...0.2.168) - 2024-12-09
235
236### Added
237
238- Linux: Add new process flags ([#4174](https://github.com/rust-lang/libc/pull/4174))
239- Linux: Make `IFA_*` constants available on all Linux targets <https://github.com/rust-lang/libc/pull/4185>
240- Linux: add `MAP_DROPPABLE` <https://github.com/rust-lang/libc/pull/4173>
241- Solaris, Illumos: add `SIGRTMIN` and `SIGRTMAX` <https://github.com/rust-lang/libc/pull/4171>
242- Unix, Linux: adding POSIX `memccpy` and `mempcpy` GNU extension <https://github.com/rust-lang/libc/pull/4186.
243
244### Deprecated
245
246- FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants ([#4183](https://github.com/rust-lang/libc/pull/4183))
247
248### Fixed
249
250- Make the `Debug` implementation for unions opaque ([#4176](https://github.com/rust-lang/libc/pull/4176))
251
252### Other
253
254- Allow the `unpredictable_function_pointer_comparisons` lint where needed <https://github.com/rust-lang/libc/pull/4177>
255- CI: Upload artifacts created by libc-test <https://github.com/rust-lang/libc/pull/4180>
256- CI: Use workflow commands to group output by target <https://github.com/rust-lang/libc/pull/4179>
257- CI: add caching <https://github.com/rust-lang/libc/pull/4183>
258
259## [0.2.167](https://github.com/rust-lang/libc/compare/0.2.166...0.2.167) - 2024-11-28
260
261### Added
262
263- Solarish: add `st_fstype` to `stat` <https://github.com/rust-lang/libc/pull/4145>
264- Trusty: Add `intptr_t` and `uintptr_t` ([#4161](https://github.com/rust-lang/libc/pull/4161))
265
266### Fixed
267
268- Fix the build with `rustc-dep-of-std` <https://github.com/rust-lang/libc/pull/4158>
269- Wasi: Add back unsafe block for `clockid_t` static variables ([#4157](https://github.com/rust-lang/libc/pull/4157))
270
271### Cleanup
272
273- Create an internal prelude <https://github.com/rust-lang/libc/pull/4161>
274- Fix `unused_qualifications`<https://github.com/rust-lang/libc/pull/4132>
275
276### Other
277
278- CI: Check various FreeBSD versions ([#4159](https://github.com/rust-lang/libc/pull/4159))
279- CI: add a timeout for all jobs <https://github.com/rust-lang/libc/pull/4164>
280- CI: verify MSRV for `wasm32-wasi` <https://github.com/rust-lang/libc/pull/4157>
281- Migrate to the 2021 edition <https://github.com/rust-lang/libc/pull/4132>
282
283### Removed
284
285- Remove one unused import after the edition 2021 bump
286
287## [0.2.166](https://github.com/rust-lang/libc/compare/0.2.165...0.2.166) - 2024-11-26
288
289### Fixed
290
291This release resolves two cases of unintentional breakage from the previous release:
292
293- Revert removal of array size hacks [#4150](https://github.com/rust-lang/libc/pull/4150)
294- Ensure `const extern` functions are always enabled [#4151](https://github.com/rust-lang/libc/pull/4151)
295
296## [0.2.165](https://github.com/rust-lang/libc/compare/0.2.164...0.2.165) - 2024-11-25
297
298### Added
299
300- Android: add `mkostemp`, `mkostemps` <https://github.com/rust-lang/libc/pull/3601>
301- Android: add a few API 30 calls <https://github.com/rust-lang/libc/pull/3604>
302- Android: add missing syscall constants <https://github.com/rust-lang/libc/pull/3558>
303- Apple: add `in6_ifreq` <https://github.com/rust-lang/libc/pull/3617>
304- Apple: add missing `sysctl` net types <https://github.com/rust-lang/libc/pull/4022> (before release: remove `if_family_id` ([#4137](https://github.com/rust-lang/libc/pulls/4137)))
305- Freebsd: add `kcmp` call support <https://github.com/rust-lang/libc/pull/3746>
306- Hurd: add `MAP_32BIT` and `MAP_EXCL` <https://github.com/rust-lang/libc/pull/4127>
307- Hurd: add `domainname` field to `utsname` ([#4089](https://github.com/rust-lang/libc/pulls/4089))
308- Linux GNU: add `f_flags` to struct `statfs` for arm, mips, powerpc and x86 <https://github.com/rust-lang/libc/pull/3663>
309- Linux GNU: add `malloc_stats` <https://github.com/rust-lang/libc/pull/3596>
310- Linux: add ELF relocation-related structs <https://github.com/rust-lang/libc/pull/3583>
311- Linux: add `ptp_*` structs <https://github.com/rust-lang/libc/pull/4113>
312- Linux: add `ptp_clock_caps` <https://github.com/rust-lang/libc/pull/4128>
313- Linux: add `ptp_pin_function` and most `PTP_` constants <https://github.com/rust-lang/libc/pull/4114>
314- Linux: add missing AF_XDP structs & constants <https://github.com/rust-lang/libc/pull/3956>
315- Linux: add missing netfilter consts ([#3734](https://github.com/rust-lang/libc/pulls/3734))
316- Linux: add struct and constants for the `mount_setattr` syscall <https://github.com/rust-lang/libc/pull/4046>
317- Linux: add wireless API <https://github.com/rust-lang/libc/pull/3441>
318- Linux: expose the `len8_dlc` field of `can_frame` <https://github.com/rust-lang/libc/pull/3357>
319- Musl: add `utmpx` API <https://github.com/rust-lang/libc/pull/3213>
320- Musl: add missing syscall constants <https://github.com/rust-lang/libc/pull/4028>
321- NetBSD: add `mcontext`-related data for RISCV64 <https://github.com/rust-lang/libc/pull/3468>
322- Redox: add new `netinet` constants <https://github.com/rust-lang/libc/pull/3586>)
323- Solarish: add `_POSIX_VDISABLE` ([#4103](https://github.com/rust-lang/libc/pulls/4103))
324- Tests: Add a test that the `const extern fn` macro works <https://github.com/rust-lang/libc/pull/4134>
325- Tests: Add test of primitive types against `std` <https://github.com/rust-lang/libc/pull/3616>
326- Unix: Add `htonl`, `htons`, `ntohl`, `ntohs` <https://github.com/rust-lang/libc/pull/3669>
327- Unix: add `aligned_alloc` <https://github.com/rust-lang/libc/pull/3843>
328- Windows: add `aligned_realloc` <https://github.com/rust-lang/libc/pull/3592>
329
330### Fixed
331
332- **breaking** Hurd: fix `MAP_HASSEMAPHORE` name ([#4127](https://github.com/rust-lang/libc/pulls/4127))
333- **breaking** ulibc Mips: fix `SA_*` mismatched types ([#3211](https://github.com/rust-lang/libc/pulls/3211))
334- Aix: fix an enum FFI safety warning <https://github.com/rust-lang/libc/pull/3644>
335- Haiku: fix some typos ([#3664](https://github.com/rust-lang/libc/pulls/3664))
336- Tests: fix `Elf{32,64}_Relr`-related tests <https://github.com/rust-lang/libc/pull/3647>
337- Tests: fix libc-tests for `loongarch64-linux-musl`
338- Tests: fix some clippy warnings <https://github.com/rust-lang/libc/pull/3855>
339- Tests: fix tests on `riscv64gc-unknown-freebsd` <https://github.com/rust-lang/libc/pull/4129>
340
341### Deprecated
342
343- Apple: deprecate `iconv_open` <https://github.com/rust-lang/libc/commit/25e022a22eca3634166ef472b748c297e60fcf7f>
344- Apple: deprecate `mach_task_self` <https://github.com/rust-lang/libc/pull/4095>
345- Apple: update `mach` deprecation notices for things that were removed in `main` <https://github.com/rust-lang/libc/pull/4097>
346
347### Cleanup
348
349- Adjust the `f!` macro to be more flexible <https://github.com/rust-lang/libc/pull/4107>
350- Aix: remove duplicate constants <https://github.com/rust-lang/libc/pull/3643>
351- CI: make scripts more uniform <https://github.com/rust-lang/libc/pull/4042>
352- Drop the `libc_align` conditional <https://github.com/rust-lang/libc/commit/b5b553d0ee7de0d4781432a9a9a0a6445dd7f34f>
353- Drop the `libc_cfg_target_vendor` conditional <https://github.com/rust-lang/libc/pull/4060>
354- Drop the `libc_const_size_of` conditional <https://github.com/rust-lang/libc/commit/5a43dd2754366f99b3a83881b30246ce0e51833c>
355- Drop the `libc_core_cvoid` conditional <https://github.com/rust-lang/libc/pull/4060>
356- Drop the `libc_int128` conditional <https://github.com/rust-lang/libc/pull/4060>
357- Drop the `libc_non_exhaustive` conditional <https://github.com/rust-lang/libc/pull/4060>
358- Drop the `libc_packedN` conditional <https://github.com/rust-lang/libc/pull/4060>
359- Drop the `libc_priv_mod_use` conditional <https://github.com/rust-lang/libc/commit/19c59376d11b015009fb9b04f233a30a1bf50a91>
360- Drop the `libc_union` conditional <https://github.com/rust-lang/libc/commit/b9e4d8012f612dfe24147da3e69522763f92b6e3>
361- Drop the `long_array` conditional <https://github.com/rust-lang/libc/pull/4096>
362- Drop the `ptr_addr_of` conditional <https://github.com/rust-lang/libc/pull/4065>
363- Drop warnings about deprecated cargo features <https://github.com/rust-lang/libc/pull/4060>
364- Eliminate uses of `struct_formatter` <https://github.com/rust-lang/libc/pull/4074>
365- Fix a few other array size hacks <https://github.com/rust-lang/libc/commit/d63be8b69b0736753213f5d933767866a5801ee7>
366- Glibc: remove redundant definitions ([#3261](https://github.com/rust-lang/libc/pulls/3261))
367- Musl: remove redundant definitions ([#3261](https://github.com/rust-lang/libc/pulls/3261))
368- Musl: unify definitions of `siginfo_t` ([#3261](https://github.com/rust-lang/libc/pulls/3261))
369- Musl: unify definitions of statfs and statfs64 ([#3261](https://github.com/rust-lang/libc/pulls/3261))
370- Musl: unify definitions of statvfs and statvfs64 ([#3261](https://github.com/rust-lang/libc/pulls/3261))
371- Musl: unify statx definitions ([#3978](https://github.com/rust-lang/libc/pulls/3978))
372- Remove array size hacks for Rust < 1.47 <https://github.com/rust-lang/libc/commit/27ee6fe02ca0848b2af3cd747536264e4c7b697d>
373- Remove repetitive words <https://github.com/rust-lang/libc/commit/77de375891285e18a81616f7dceda6d52732eed6>
374- Use #[derive] for Copy/Clone in s! and friends <https://github.com/rust-lang/libc/pull/4038>
375- Use some tricks to format macro bodies <https://github.com/rust-lang/libc/pull/4107>
376
377### Other
378
379- Apply formatting to macro bodies <https://github.com/rust-lang/libc/pull/4107>
380- Bump libc-test to Rust 2021 Edition <https://github.com/rust-lang/libc/pull/3905>
381- CI: Add a check that semver files don't contain duplicate entries <https://github.com/rust-lang/libc/pull/4087>
382- CI: Add `fanotify_event_info_fid` to FAM-exempt types <https://github.com/rust-lang/libc/pull/4038>
383- CI: Allow rustfmt to organize imports ([#4136](https://github.com/rust-lang/libc/pulls/4136))
384- CI: Always run rustfmt <https://github.com/rust-lang/libc/pull/4120>
385- CI: Change 32-bit Docker images to use EOL repos <https://github.com/rust-lang/libc/pull/4120>
386- CI: Change 64-bit Docker images to ubuntu:24.10 <https://github.com/rust-lang/libc/pull/4120>
387- CI: Disable the check for >1 s! invocation <https://github.com/rust-lang/libc/pull/4107>
388- CI: Ensure build channels get run even if FILTER is unset <https://github.com/rust-lang/libc/pull/4125>
389- CI: Ensure there is a fallback for no_std <https://github.com/rust-lang/libc/pull/4125>
390- CI: Fix cases where unset variables cause errors <https://github.com/rust-lang/libc/pull/4108>
391- CI: Naming adjustments and cleanup <https://github.com/rust-lang/libc/pull/4124>
392- CI: Only invoke rustup if running in CI <https://github.com/rust-lang/libc/pull/4107>
393- CI: Remove the logic to handle old rust versions <https://github.com/rust-lang/libc/pull/4068>
394- CI: Set -u (error on unset) in all script files <https://github.com/rust-lang/libc/pull/4108>
395- CI: add support for `loongarch64-unknown-linux-musl` <https://github.com/rust-lang/libc/pull/4092>
396- CI: make `aarch64-apple-darwin` not a nightly-only target <https://github.com/rust-lang/libc/pull/4068>
397- CI: run shellcheck on all scripts <https://github.com/rust-lang/libc/pull/4042>
398- CI: update musl headers to Linux 6.6 <https://github.com/rust-lang/libc/pull/3921>
399- CI: use qemu-sparc64 to run sparc64 tests <https://github.com/rust-lang/libc/pull/4133>
400- Drop the `libc_const_extern_fn` conditional <https://github.com/rust-lang/libc/commit/674cc1f47f605038ef1aa2cce8e8bc9dac128276>
401- Drop the `libc_underscore_const_names` conditional <https://github.com/rust-lang/libc/commit/f0febd5e2e50b38e05259d3afad3c9783711bcf0>
402- Explicitly set the edition to 2015 <https://github.com/rust-lang/libc/pull/4058>
403- Introduce a `git-blame-ignore-revs` file <https://github.com/rust-lang/libc/pull/4107>
404- Tests: Ignore fields as required on Ubuntu 24.10 <https://github.com/rust-lang/libc/pull/4120>
405- Tests: skip `ATF_*` constants for OpenBSD <https://github.com/rust-lang/libc/pull/4088>
406- Triagebot: Add an autolabel for CI <https://github.com/rust-lang/libc/pull/4052>
407
408## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
409
410### MSRV
411
412This release increases the MSRV of `libc` to 1.63.
413
414### Other
415
416- CI: remove tests with rust < 1.63 <https://github.com/rust-lang/libc/pull/4051>
417- MSRV: document the MSRV of the stable channel to be 1.63 <https://github.com/rust-lang/libc/pull/4040>
418- MacOS: move ifconf to s_no_extra_traits <https://github.com/rust-lang/libc/pull/4051>
419
420## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16
421
422### Added
423
424- Aix: add more `dlopen` flags <https://github.com/rust-lang/libc/pull/4044>
425- Android: add group calls <https://github.com/rust-lang/libc/pull/3499>
426- FreeBSD: add `TCP_FUNCTION_BLK` and `TCP_FUNCTION_ALIAS` <https://github.com/rust-lang/libc/pull/4047>
427- Linux: add `confstr` <https://github.com/rust-lang/libc/pull/3612>
428- Solarish: add `aio` <https://github.com/rust-lang/libc/pull/4033>
429- Solarish: add `arc4random*` <https://github.com/rust-lang/libc/pull/3944>
430
431### Changed
432
433- Emscripten: upgrade emsdk to 3.1.68 <https://github.com/rust-lang/libc/pull/3962>
434- Hurd: use more standard types <https://github.com/rust-lang/libc/pull/3733>
435- Hurd: use the standard `ssize_t = isize` <https://github.com/rust-lang/libc/pull/4029>
436- Solaris: fix `confstr` and `ucontext_t` <https://github.com/rust-lang/libc/pull/4035>
437
438### Other
439
440- CI: add Solaris <https://github.com/rust-lang/libc/pull/4035>
441- CI: add `i686-unknown-freebsd` <https://github.com/rust-lang/libc/pull/3997>
442- CI: ensure that calls to `sort` do not depend on locale <https://github.com/rust-lang/libc/pull/4026>
443- Specify `rust-version` in `Cargo.toml` <https://github.com/rust-lang/libc/pull/4041>
444
445## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07
446
447### Added
448
449- Android: fix the alignment of `uc_mcontext` on arm64 <https://github.com/rust-lang/libc/pull/3894>
450- Apple: add `host_cpu_load_info` <https://github.com/rust-lang/libc/pull/3916>
451- ESP-IDF: add a time flag <https://github.com/rust-lang/libc/pull/3993>
452- FreeBSD: add the `CLOSE_RANGE_CLOEXEC` flag<https://github.com/rust-lang/libc/pull/3996>
453- FreeBSD: fix test errors regarding `__gregset_t` <https://github.com/rust-lang/libc/pull/3995>
454- FreeBSD: fix tests on x86 FreeBSD 15 <https://github.com/rust-lang/libc/pull/3948>
455- FreeBSD: make `ucontext_t` and `mcontext_t` available on all architectures  <https://github.com/rust-lang/libc/pull/3848>
456- Haiku: add `getentropy` <https://github.com/rust-lang/libc/pull/3991>
457- Illumos: add `syncfs` <https://github.com/rust-lang/libc/pull/3990>
458- Illumos: add some recently-added constants <https://github.com/rust-lang/libc/pull/3999>
459- Linux: add `ioctl` flags <https://github.com/rust-lang/libc/pull/3960>
460- Linux: add epoll busy polling parameters <https://github.com/rust-lang/libc/pull/3922>
461- NuttX: add `pthread_[get/set]name_np` <https://github.com/rust-lang/libc/pull/4003>
462- RTEMS: add `arc4random_buf` <https://github.com/rust-lang/libc/pull/3989>
463- Trusty OS: add initial support <https://github.com/rust-lang/libc/pull/3942>
464- WASIp2: expand socket support <https://github.com/rust-lang/libc/pull/3981>
465
466### Fixed
467
468- Emscripten: don't pass `-lc` <https://github.com/rust-lang/libc/pull/4002>
469- Hurd: change `st_fsid` field to `st_dev` <https://github.com/rust-lang/libc/pull/3785>
470- Hurd: fix the definition of `utsname` <https://github.com/rust-lang/libc/pull/3992>
471- Illumos/Solaris: fix `FNM_CASEFOLD` definition <https://github.com/rust-lang/libc/pull/4004>
472- Solaris: fix all tests <https://github.com/rust-lang/libc/pull/3864>
473
474### Other
475
476- CI: Add loongarch64 <https://github.com/rust-lang/libc/pull/4000>
477- CI: Check that semver files are sorted <https://github.com/rust-lang/libc/pull/4018>
478- CI: Re-enable the FreeBSD 15 job <https://github.com/rust-lang/libc/pull/3988>
479- Clean up imports and `extern crate` usage <https://github.com/rust-lang/libc/pull/3897>
480- Convert `mode_t` constants to octal <https://github.com/rust-lang/libc/pull/3634>
481- Remove the `wasm32-wasi` target that has been deleted upstream <https://github.com/rust-lang/libc/pull/4013>
482
483## [0.2.161](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) - 2024-10-17
484
485### Fixed
486
487- OpenBSD: fix `FNM_PATHNAME` and `FNM_NOESCAPE` values <https://github.com/rust-lang/libc/pull/3983>
488
489## [0.2.160](https://github.com/rust-lang/libc/compare/0.2.159...0.2.160) - 2024-10-17
490
491### Added
492
493- Android: add `PR_GET_NAME` and `PR_SET_NAME` <https://github.com/rust-lang/libc/pull/3941>
494- Apple: add `F_TRANSFEREXTENTS` <https://github.com/rust-lang/libc/pull/3925>
495- Apple: add `mach_error_string` <https://github.com/rust-lang/libc/pull/3913>
496- Apple: add additional `pthread` APIs <https://github.com/rust-lang/libc/pull/3846>
497- Apple: add the `LOCAL_PEERTOKEN` socket option <https://github.com/rust-lang/libc/pull/3929>
498- BSD: add `RTF_*`, `RTA_*`, `RTAX_*`, and `RTM_*` definitions <https://github.com/rust-lang/libc/pull/3714>
499- Emscripten: add `AT_EACCESS` <https://github.com/rust-lang/libc/pull/3911>
500- Emscripten: add `getgrgid`, `getgrnam`, `getgrnam_r` and `getgrgid_r` <https://github.com/rust-lang/libc/pull/3912>
501- Emscripten: add `getpwnam_r` and `getpwuid_r` <https://github.com/rust-lang/libc/pull/3906>
502- FreeBSD: add `POLLRDHUP` <https://github.com/rust-lang/libc/pull/3936>
503- Haiku: add `arc4random` <https://github.com/rust-lang/libc/pull/3945>
504- Illumos: add `ptsname_r` <https://github.com/rust-lang/libc/pull/3867>
505- Linux: add `fanotify` interfaces <https://github.com/rust-lang/libc/pull/3695>
506- Linux: add `tcp_info` <https://github.com/rust-lang/libc/pull/3480>
507- Linux: add additional AF_PACKET options <https://github.com/rust-lang/libc/pull/3540>
508- Linux: make Elf constants always available <https://github.com/rust-lang/libc/pull/3938>
509- Musl x86: add `iopl` and `ioperm` <https://github.com/rust-lang/libc/pull/3720>
510- Musl: add `posix_spawn` chdir functions <https://github.com/rust-lang/libc/pull/3949>
511- Musl: add `utmpx.h` constants <https://github.com/rust-lang/libc/pull/3908>
512- NetBSD: add `sysctlnametomib`, `CLOCK_THREAD_CPUTIME_ID` and `CLOCK_PROCESS_CPUTIME_ID` <https://github.com/rust-lang/libc/pull/3927>
513- Nuttx: initial support <https://github.com/rust-lang/libc/pull/3909>
514- RTEMS: add `getentropy` <https://github.com/rust-lang/libc/pull/3973>
515- RTEMS: initial support <https://github.com/rust-lang/libc/pull/3866>
516- Solarish: add `POLLRDHUP`, `POSIX_FADV_*`, `O_RSYNC`, and `posix_fallocate` <https://github.com/rust-lang/libc/pull/3936>
517- Unix: add `fnmatch.h` <https://github.com/rust-lang/libc/pull/3937>
518- VxWorks: add riscv64 support <https://github.com/rust-lang/libc/pull/3935>
519- VxWorks: update constants related to the scheduler  <https://github.com/rust-lang/libc/pull/3963>
520
521### Changed
522
523- Redox: change `ino_t` to be `c_ulonglong` <https://github.com/rust-lang/libc/pull/3919>
524
525### Fixed
526
527- ESP-IDF: fix mismatched constants and structs <https://github.com/rust-lang/libc/pull/3920>
528- FreeBSD: fix `struct stat` on FreeBSD 12+ <https://github.com/rust-lang/libc/pull/3946>
529
530### Other
531
532- CI: Fix CI for FreeBSD 15 <https://github.com/rust-lang/libc/pull/3950>
533- Docs: link to `windows-sys` <https://github.com/rust-lang/libc/pull/3915>
534
535## [0.2.159](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159) - 2024-09-24
536
537### Added
538
539- Android: add more `AT_*` constants in <https://github.com/rust-lang/libc/pull/3779>
540- Apple: add missing `NOTE_*` constants in <https://github.com/rust-lang/libc/pull/3883>
541- Hermit: add missing error numbers in <https://github.com/rust-lang/libc/pull/3858>
542- Hurd: add `__timeval` for 64-bit support in <https://github.com/rust-lang/libc/pull/3786>
543- Linux: add `epoll_pwait2` in <https://github.com/rust-lang/libc/pull/3868>
544- Linux: add `mq_notify` in <https://github.com/rust-lang/libc/pull/3849>
545- Linux: add missing `NFT_CT_*` constants in <https://github.com/rust-lang/libc/pull/3844>
546- Linux: add the `fchmodat2` syscall in <https://github.com/rust-lang/libc/pull/3588>
547- Linux: add the `mseal` syscall in <https://github.com/rust-lang/libc/pull/3798>
548- OpenBSD: add `sendmmsg` and `recvmmsg` in <https://github.com/rust-lang/libc/pull/3831>
549- Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in <https://github.com/rust-lang/libc/pull/3693>
550- VxWorks: add `S_ISVTX` in <https://github.com/rust-lang/libc/pull/3768>
551- VxWorks: add `vxCpuLib` and `taskLib` functions <https://github.com/rust-lang/libc/pull/3861>
552- WASIp2: add definitions for `std::net` support in <https://github.com/rust-lang/libc/pull/3892>
553
554### Fixed
555
556- Correctly handle version checks when `clippy-driver` is used <https://github.com/rust-lang/libc/pull/3893>
557
558### Changed
559
560- EspIdf: change signal constants to c_int in <https://github.com/rust-lang/libc/pull/3895>
561- HorizonOS: update network definitions in <https://github.com/rust-lang/libc/pull/3863>
562- Linux: combine `ioctl` APIs in <https://github.com/rust-lang/libc/pull/3722>
563- WASI: enable CI testing in <https://github.com/rust-lang/libc/pull/3869>
564- WASIp2: enable CI testing in <https://github.com/rust-lang/libc/pull/3870>
565
566## [0.2.158](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) - 2024-08-19
567
568### Other
569- WASI: fix missing `Iterator` with `rustc-dep-of-std` in <https://github.com/rust-lang/libc/pull/3856#event-13924913068>
570
571## [0.2.157](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) - 2024-08-17
572
573### Added
574
575- Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in <https://github.com/rust-lang/libc/pull/3702>
576- Build: add `RUSTC_WRAPPER` support in <https://github.com/rust-lang/libc/pull/3845>
577- FreeBSD: add `execvpe` support from 14.1 release in <https://github.com/rust-lang/libc/pull/3745>
578- Fuchsia: add `SO_BINDTOIFINDEX`
579- Linux: add `klogctl` in <https://github.com/rust-lang/libc/pull/3777>
580- MacOS: add `fcntl` OFD commands in <https://github.com/rust-lang/libc/pull/3563>
581- NetBSD: add `_lwp_park` in <https://github.com/rust-lang/libc/pull/3721>
582- Solaris: add missing networking support in <https://github.com/rust-lang/libc/pull/3717>
583- Unix: add `pthread_equal` in <https://github.com/rust-lang/libc/pull/3773>
584- WASI: add `select`, `FD_SET`, `FD_ZERO`, `FD_ISSET ` in <https://github.com/rust-lang/libc/pull/3681>
585
586### Fixed
587- TEEOS: fix octal notation for `O_*` constants in <https://github.com/rust-lang/libc/pull/3841>
588
589### Changed
590- FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in <https://github.com/rust-lang/libc/pull/3723>
591
592## [0.2.156](https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156) - 2024-08-15
593
594### Added
595- Apple: add `F_ALLOCATEPERSIST` in <https://github.com/rust-lang/libc/pull/3712>
596- Apple: add `os_sync_wait_on_address` and related definitions in <https://github.com/rust-lang/libc/pull/3769>
597- BSD: generalise `IPV6_DONTFRAG` to all BSD targets in <https://github.com/rust-lang/libc/pull/3716>
598- FreeBSD/DragonFly: add `IP_RECVTTL`/`IPV6_RECVHOPLIMIT` in <https://github.com/rust-lang/libc/pull/3751>
599- Hurd: add `XATTR_CREATE`, `XATTR_REPLACE` in <https://github.com/rust-lang/libc/pull/3739>
600- Linux GNU: `confstr` API and `_CS_*` in <https://github.com/rust-lang/libc/pull/3771>
601- Linux musl: add `preadv2` and `pwritev2` (1.2.5 min.) in <https://github.com/rust-lang/libc/pull/3762>
602- VxWorks: add the constant `SOMAXCONN` in <https://github.com/rust-lang/libc/pull/3761>
603- VxWorks: add a few errnoLib related constants in <https://github.com/rust-lang/libc/pull/3780>
604
605### Fixed
606- Solaris/illumos: Change `ifa_flags` type to u64 in <https://github.com/rust-lang/libc/pull/3729>
607- QNX 7.0: Disable `libregex` in <https://github.com/rust-lang/libc/pull/3775>
608
609### Changed
610- QNX NTO: update platform support in <https://github.com/rust-lang/libc/pull/3815>
611- `addr_of!(EXTERN_STATIC)` is now considered safe in <https://github.com/rust-lang/libc/pull/3776>
612
613### Removed
614- Apple: remove `rmx_state` in <https://github.com/rust-lang/libc/pull/3776>
615
616### Other
617- Update or remove CI tests that have been failing
618