|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- add `ioctl` flags in `linux/if_tun.h` |
| 10 | +- Update esp-idf flag |
| 11 | + |
| 12 | +### Other |
| 13 | + |
| 14 | +- freebsd adding CLOSE_RANGE_CLOEXEC flag |
| 15 | +- Fix the build on armv7-unknown-freebsd |
| 16 | +- Fix definition of FIODGNAME on 32-bit FreeBSD |
| 17 | +- Fix size of struct kinfo_file on 32-bit FreeBSD |
| 18 | +- Fix definition of clock_t on FreeBSD x86, powerpc, powerpc64, and arm. |
| 19 | +- Fix the definition of several BPF related ioctls on 32-bit FreeBSD |
| 20 | +- Fix definition of TIOCTIMESTAMP on FreeBSD x86 |
| 21 | +- Fix the definition of domainset_t in 32-bit FreeBSD |
| 22 | +- Gate FreeBSD `mcontext_t` under `libc_align` |
| 23 | +- Fix alignment of mcontext_t on FreeBSD x86 |
| 24 | +- Fix the definition of mc_fpstate on FreeBSD x86 |
| 25 | +- Fix alignment of uc_ucontext fields on arm64 android ([#3894](https://github.com/rust-lang/libc/pull/3894)) |
| 26 | +- Add ucontext_t, mcontext_t for all archs ([#3848](https://github.com/rust-lang/libc/pull/3848)) |
| 27 | +- Convert mode_t constants to octal |
| 28 | +- Add host_cpu_load_info on Apple |
| 29 | +- add busy polling parameters |
| 30 | +- Remove the `wasm32-wasi` target |
| 31 | +- Backport "Merge pull request [#3942](https://github.com/rust-lang/libc/pull/3942) from randomPoison/trusty-patch" |
| 32 | +- haiku adding getentropy. |
| 33 | +- Added pthread_[get/set]name_np functions for NuttX |
| 34 | +- Don't pass -lc to Emscripten, it breaks |
| 35 | + |
5 | 36 | ## [0.2.161](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) - 2024-10-17
|
6 | 37 |
|
7 | 38 | ### Fixed
|
|
0 commit comments