rust-lang/libc (libc)
### [`v0.2.161`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.161)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.160...0.2.161)
##### Fixed
- OpenBSD: fix `FNM_PATHNAME` and `FNM_NOESCAPE` values [#3983](https://redirect.github.com/rust-lang/libc/pull/3983)
### [`v0.2.160`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.160)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.159...0.2.160)
##### Added
- Android: add `PR_GET_NAME` and `PR_SET_NAME` [#3941](https://redirect.github.com/rust-lang/libc/pull/3941)
- Apple: add `F_TRANSFEREXTENTS` [#3925](https://redirect.github.com/rust-lang/libc/pull/3925)
- Apple: add `mach_error_string` [#3913](https://redirect.github.com/rust-lang/libc/pull/3913)
- Apple: add additional `pthread` APIs [#3846](https://redirect.github.com/rust-lang/libc/pull/3846)
- Apple: add the `LOCAL_PEERTOKEN` socket option [#3929](https://redirect.github.com/rust-lang/libc/pull/3929)
- BSD: add `RTF_*`, `RTA_*`, `RTAX_*`, and `RTM_*` definitions [#3714](https://redirect.github.com/rust-lang/libc/pull/3714)
- Emscripten: add `AT_EACCESS` [#3911](https://redirect.github.com/rust-lang/libc/pull/3911)
- Emscripten: add `getgrgid`, `getgrnam`, `getgrnam_r` and `getgrgid_r` [#3912](https://redirect.github.com/rust-lang/libc/pull/3912)
- Emscripten: add `getpwnam_r` and `getpwuid_r` [#3906](https://redirect.github.com/rust-lang/libc/pull/3906)
- FreeBSD: add `POLLRDHUP` [#3936](https://redirect.github.com/rust-lang/libc/pull/3936)
- Haiku: add `arc4random` [#3945](https://redirect.github.com/rust-lang/libc/pull/3945)
- Illumos: add `ptsname_r` [#3867](https://redirect.github.com/rust-lang/libc/pull/3867)
- Linux: add `fanotify` interfaces [#3695](https://redirect.github.com/rust-lang/libc/pull/3695)
- Linux: add `tcp_info` [#3480](https://redirect.github.com/rust-lang/libc/pull/3480)
- Linux: add additional AF_PACKET options [#3540](https://redirect.github.com/rust-lang/libc/pull/3540)
- Linux: make Elf constants always available [#3938](https://redirect.github.com/rust-lang/libc/pull/3938)
- Musl x86: add `iopl` and `ioperm` [#3720](https://redirect.github.com/rust-lang/libc/pull/3720)
- Musl: add `posix_spawn` chdir functions [#3949](https://redirect.github.com/rust-lang/libc/pull/3949)
- Musl: add `utmpx.h` constants [#3908](https://redirect.github.com/rust-lang/libc/pull/3908)
- NetBSD: add `sysctlnametomib`, `CLOCK_THREAD_CPUTIME_ID` and `CLOCK_PROCESS_CPUTIME_ID` [#3927](https://redirect.github.com/rust-lang/libc/pull/3927)
- Nuttx: initial support [#3909](https://redirect.github.com/rust-lang/libc/pull/3909)
- RTEMS: add `getentropy` [#3973](https://redirect.github.com/rust-lang/libc/pull/3973)
- RTEMS: initial support [#3866](https://redirect.github.com/rust-lang/libc/pull/3866)
- Solarish: add `POLLRDHUP`, `POSIX_FADV_*`, `O_RSYNC`, and `posix_fallocate` [#3936](https://redirect.github.com/rust-lang/libc/pull/3936)
- Unix: add `fnmatch.h` [#3937](https://redirect.github.com/rust-lang/libc/pull/3937)
- VxWorks: add riscv64 support [#3935](https://redirect.github.com/rust-lang/libc/pull/3935)
- VxWorks: update constants related to the scheduler [#3963](https://redirect.github.com/rust-lang/libc/pull/3963)
##### Changed
- Redox: change `ino_t` to be `c_ulonglong` [#3919](https://redirect.github.com/rust-lang/libc/pull/3919)
##### Fixed
- ESP-IDF: fix mismatched constants and structs [#3920](https://redirect.github.com/rust-lang/libc/pull/3920)
- FreeBSD: fix `struct stat` on FreeBSD 12+ [#3946](https://redirect.github.com/rust-lang/libc/pull/3946)
##### Other
- CI: Fix CI for FreeBSD 15 [#3950](https://redirect.github.com/rust-lang/libc/pull/3950)
- Docs: link to `windows-sys` [#3915](https://redirect.github.com/rust-lang/libc/pull/3915)
### [`v0.2.159`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.159)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.158...0.2.159)
##### Added
- Android: add more `AT_*` constants in [#3779](https://redirect.github.com/rust-lang/libc/pull/3779)
- Apple: add missing `NOTE_*` constants in [#3883](https://redirect.github.com/rust-lang/libc/pull/3883)
- Hermit: add missing error numbers in [#3858](https://redirect.github.com/rust-lang/libc/pull/3858)
- Hurd: add `__timeval` for 64-bit support in [#3786](https://redirect.github.com/rust-lang/libc/pull/3786)
- Linux: add `epoll_pwait2` in [#3868](https://redirect.github.com/rust-lang/libc/pull/3868)
- Linux: add `mq_notify` in [#3849](https://redirect.github.com/rust-lang/libc/pull/3849)
- Linux: add missing `NFT_CT_*` constants in [#3844](https://redirect.github.com/rust-lang/libc/pull/3844)
- Linux: add the `fchmodat2` syscall in [#3588](https://redirect.github.com/rust-lang/libc/pull/3588)
- Linux: add the `mseal` syscall in [#3798](https://redirect.github.com/rust-lang/libc/pull/3798)
- OpenBSD: add `sendmmsg` and `recvmmsg` in [#3831](https://redirect.github.com/rust-lang/libc/pull/3831)
- Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in [#3693](https://redirect.github.com/rust-lang/libc/pull/3693)
- VxWorks: add `S_ISVTX` in [#3768](https://redirect.github.com/rust-lang/libc/pull/3768)
- VxWorks: add `vxCpuLib` and `taskLib` functions [#3861](https://redirect.github.com/rust-lang/libc/pull/3861)
- WASIp2: add definitions for `std::net` support in [#3892](https://redirect.github.com/rust-lang/libc/pull/3892)
##### Fixed
- Correctly handle version checks when `clippy-driver` is used [#3893](https://redirect.github.com/rust-lang/libc/pull/3893)
##### Changed
- EspIdf: change signal constants to c_int in [#3895](https://redirect.github.com/rust-lang/libc/pull/3895)
- HorizonOS: update network definitions in [#3863](https://redirect.github.com/rust-lang/libc/pull/3863)
- Linux: combine `ioctl` APIs in [#3722](https://redirect.github.com/rust-lang/libc/pull/3722)
- WASI: enable CI testing in [#3869](https://redirect.github.com/rust-lang/libc/pull/3869)
- WASIp2: enable CI testing in [#3870](https://redirect.github.com/rust-lang/libc/pull/3870)
### [`v0.2.158`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.158)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.157...0.2.158)
##### Fixed
- WASI: fix missing `Iterator` with `rustc-dep-of-std` in [#3856 (comment)](https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068)
### [`v0.2.157`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.157)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.156...0.2.157)
##### Added
- Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in [#3702](https://redirect.github.com/rust-lang/libc/pull/3702)
- Build: add `RUSTC_WRAPPER` support in [#3845](https://redirect.github.com/rust-lang/libc/pull/3845)
- FreeBSD: add `execvpe` support from 14.1 release in [#3745](https://redirect.github.com/rust-lang/libc/pull/3745)
- Fuchsia: add `SO_BINDTOIFINDEX`
- Linux: add `klogctl` in [#3777](https://redirect.github.com/rust-lang/libc/pull/3777)
- MacOS: add `fcntl` OFD commands in [#3563](https://redirect.github.com/rust-lang/libc/pull/3563)
- NetBSD: add `_lwp_park` in [#3721](https://redirect.github.com/rust-lang/libc/pull/3721)
- Solaris: add missing networking support in [#3717](https://redirect.github.com/rust-lang/libc/pull/3717)
- Unix: add `pthread_equal` in [#3773](https://redirect.github.com/rust-lang/libc/pull/3773)
- WASI: add `select`, `FD_SET`, `FD_ZERO`, ` FD_ISSET ` in [#3681](https://redirect.github.com/rust-lang/libc/pull/3681)
##### Fixed
- TEEOS: fix octal notation for `O_*` constants in [#3841](https://redirect.github.com/rust-lang/libc/pull/3841)
##### Changed
- FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in [#3723](https://redirect.github.com/rust-lang/libc/pull/3723)
### [`v0.2.156`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.156)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.155...0.2.156)
##### Added
- Apple: add `F_ALLOCATEPERSIST` in [#3712](https://redirect.github.com/rust-lang/libc/pull/3712)
- Apple: add `os_sync_wait_on_address` and related definitions in [#3769](https://redirect.github.com/rust-lang/libc/pull/3769)
- BSD: generalise `IPV6_DONTFRAG` to all BSD targets in [#3716](https://redirect.github.com/rust-lang/libc/pull/3716)
- FreeBSD/DragonFly: add `IP_RECVTTL`/`IPV6_RECVHOPLIMIT` in [#3751](https://redirect.github.com/rust-lang/libc/pull/3751)
- Hurd: add `XATTR_CREATE`, `XATTR_REPLACE` in [#3739](https://redirect.github.com/rust-lang/libc/pull/3739)
- Linux GNU: `confstr` API and `_CS_*` in [#3771](https://redirect.github.com/rust-lang/libc/pull/3771)
- Linux musl: add `preadv2` and `pwritev2` (1.2.5 min.) in [#3762](https://redirect.github.com/rust-lang/libc/pull/3762)
- VxWorks: add the constant `SOMAXCONN` in [#3761](https://redirect.github.com/rust-lang/libc/pull/3761)
- VxWorks: add a few errnoLib related constants in [#3780](https://redirect.github.com/rust-lang/libc/pull/3780)
##### Fixed
- Solaris/illumos: Change `ifa_flags` type to u64 in [#3729](https://redirect.github.com/rust-lang/libc/pull/3729)
- QNX 7.0: Disable `libregex` in [#3775](https://redirect.github.com/rust-lang/libc/pull/3775)
##### Changed
- QNX NTO: update platform support in [#3815](https://redirect.github.com/rust-lang/libc/pull/3815)
- `addr_of!(EXTERN_STATIC)` is now considered safe in [#3776](https://redirect.github.com/rust-lang/libc/pull/3776)
##### Removed
- Apple: remove `rmx_state` in [#3776](https://redirect.github.com/rust-lang/libc/pull/3776)
##### Other
- Update or remove CI tests that have been failing
### [`v0.2.155`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.155)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.154...0.2.155)
#### What's Changed
- Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [@lberrymage](https://redirect.github.com/lberrymage) in [https://github.com/rust-lang/libc/pull/3632](https://redirect.github.com/rust-lang/libc/pull/3632)
- Correct the value of FAN_MARK_IGNORE by [@severen](https://redirect.github.com/severen) in [https://github.com/rust-lang/libc/pull/3622](https://redirect.github.com/rust-lang/libc/pull/3622)
- Update FreeBSD 13 CI image by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3671](https://redirect.github.com/rust-lang/libc/pull/3671)
- android: add FUTEX_LOCK_PI2 by [@rtzoeller](https://redirect.github.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/3635](https://redirect.github.com/rust-lang/libc/pull/3635)
- Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [@purplesyringa](https://redirect.github.com/purplesyringa) in [https://github.com/rust-lang/libc/pull/3676](https://redirect.github.com/rust-lang/libc/pull/3676)
- Revert "Support posix_spawn on Android" by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3678](https://redirect.github.com/rust-lang/libc/pull/3678)
- Unlock ci: fix wrong cfg emscripten by [@tesuji](https://redirect.github.com/tesuji) in [https://github.com/rust-lang/libc/pull/3684](https://redirect.github.com/rust-lang/libc/pull/3684)
- redox: correct EPOLL constants by [@jackpot51](https://redirect.github.com/jackpot51) in [https://github.com/rust-lang/libc/pull/3686](https://redirect.github.com/rust-lang/libc/pull/3686)
- \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [@cuviper](https://redirect.github.com/cuviper) in [https://github.com/rust-lang/libc/pull/3708](https://redirect.github.com/rust-lang/libc/pull/3708)
- Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [@tesuji](https://redirect.github.com/tesuji) in [https://github.com/rust-lang/libc/pull/3690](https://redirect.github.com/rust-lang/libc/pull/3690)
- Update version to `0.2.155` by [@madsmtm](https://redirect.github.com/madsmtm) in [https://github.com/rust-lang/libc/pull/3682](https://redirect.github.com/rust-lang/libc/pull/3682)
#### New Contributors
- [@lberrymage](https://redirect.github.com/lberrymage) made their first contribution in [https://github.com/rust-lang/libc/pull/3632](https://redirect.github.com/rust-lang/libc/pull/3632)
- [@purplesyringa](https://redirect.github.com/purplesyringa) made their first contribution in [https://github.com/rust-lang/libc/pull/3676](https://redirect.github.com/rust-lang/libc/pull/3676)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155
### [`v0.2.154`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.154)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.153...0.2.154)
#### What's Changed
- Fix CI on v0.2 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3589](https://redirect.github.com/rust-lang/libc/pull/3589)
- \[Backport [#3547](https://redirect.github.com/rust-lang/libc/issues/3547)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for CSKY by [@Dirreke](https://redirect.github.com/Dirreke) in [https://github.com/rust-lang/libc/pull/3572](https://redirect.github.com/rust-lang/libc/pull/3572)
- Add Linux riscv64 HWCAP defines (libc-0.2) by [@Xeonacid](https://redirect.github.com/Xeonacid) in [https://github.com/rust-lang/libc/pull/3580](https://redirect.github.com/rust-lang/libc/pull/3580)
- Add missing MIPS R6 FS_IOC_\* definitions by [@chenx97](https://redirect.github.com/chenx97) in [https://github.com/rust-lang/libc/pull/3591](https://redirect.github.com/rust-lang/libc/pull/3591)
- Support posix_spawn on Android by [@pcc](https://redirect.github.com/pcc) in [https://github.com/rust-lang/libc/pull/3602](https://redirect.github.com/rust-lang/libc/pull/3602)
- \[0.2] Fix libc-tests for loongarch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3607](https://redirect.github.com/rust-lang/libc/pull/3607)
- visionOS Support by [@agg23](https://redirect.github.com/agg23) in [https://github.com/rust-lang/libc/pull/3568](https://redirect.github.com/rust-lang/libc/pull/3568)
- \[0.2] linux/musl: Add support for LoongArch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3606](https://redirect.github.com/rust-lang/libc/pull/3606)
- v0.2: Fix c_char on AIX by [@taiki-e](https://redirect.github.com/taiki-e) in [https://github.com/rust-lang/libc/pull/3662](https://redirect.github.com/rust-lang/libc/pull/3662)
- solarish adding SO_EXCLBIND constant. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3651](https://redirect.github.com/rust-lang/libc/pull/3651)
- \[0.2] Add SIG constants to espidf by [@Tevz-Beskovnik](https://redirect.github.com/Tevz-Beskovnik) in [https://github.com/rust-lang/libc/pull/3658](https://redirect.github.com/rust-lang/libc/pull/3658)
- add all android sysconf constants by [@fkm3](https://redirect.github.com/fkm3) in [https://github.com/rust-lang/libc/pull/3656](https://redirect.github.com/rust-lang/libc/pull/3656)
- feat: more \_PC_XXX constants for apple targets by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3649](https://redirect.github.com/rust-lang/libc/pull/3649)
- feat: O_EXEC/O_SEARCH for apple platforms by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3668](https://redirect.github.com/rust-lang/libc/pull/3668)
- \[0.2] Add constant AT_MINSIGSTKSZ by [@ur4t](https://redirect.github.com/ur4t) in [https://github.com/rust-lang/libc/pull/3637](https://redirect.github.com/rust-lang/libc/pull/3637)
- Haiku: synchronize with post R1-beta 4 changes in libc by [@nielx](https://redirect.github.com/nielx) in [https://github.com/rust-lang/libc/pull/3638](https://redirect.github.com/rust-lang/libc/pull/3638)
- adding getentropy/getrandom to dragonflybsd. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3618](https://redirect.github.com/rust-lang/libc/pull/3618)
- Move strftime, strftime_l, strptime to linux_like by [@pcc](https://redirect.github.com/pcc) in [https://github.com/rust-lang/libc/pull/3600](https://redirect.github.com/rust-lang/libc/pull/3600)
- update crate version to 0.2.154 by [@Dirreke](https://redirect.github.com/Dirreke) in [https://github.com/rust-lang/libc/pull/3573](https://redirect.github.com/rust-lang/libc/pull/3573)
#### New Contributors
- [@pcc](https://redirect.github.com/pcc) made their first contribution in [https://github.com/rust-lang/libc/pull/3602](https://redirect.github.com/rust-lang/libc/pull/3602)
- [@agg23](https://redirect.github.com/agg23) made their first contribution in [https://github.com/rust-lang/libc/pull/3568](https://redirect.github.com/rust-lang/libc/pull/3568)
- [@Tevz-Beskovnik](https://redirect.github.com/Tevz-Beskovnik) made their first contribution in [https://github.com/rust-lang/libc/pull/3658](https://redirect.github.com/rust-lang/libc/pull/3658)
- [@ur4t](https://redirect.github.com/ur4t) made their first contribution in [https://github.com/rust-lang/libc/pull/3637](https://redirect.github.com/rust-lang/libc/pull/3637)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154
### [`v0.2.153`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.153)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.152...0.2.153)
#### What's Changed
- Add SOMAXCONN to vita on 0.2 (to fix std) by [@pheki](https://redirect.github.com/pheki) in [https://github.com/rust-lang/libc/pull/3552](https://redirect.github.com/rust-lang/libc/pull/3552)
- Fix CI for v0.2 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3557](https://redirect.github.com/rust-lang/libc/pull/3557)
- \[Backport [#3548](https://redirect.github.com/rust-lang/libc/issues/3548)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3570](https://redirect.github.com/rust-lang/libc/pull/3570)
- Add MFD_NOEXEC_SEAL and MFD_EXEC by [@rusty-snake](https://redirect.github.com/rusty-snake) in [https://github.com/rust-lang/libc/pull/3553](https://redirect.github.com/rust-lang/libc/pull/3553)
- Backport of [#3546](https://redirect.github.com/rust-lang/libc/issues/3546) and update crate version to 0.2.153 by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3554](https://redirect.github.com/rust-lang/libc/pull/3554)
#### New Contributors
- [@rusty-snake](https://redirect.github.com/rusty-snake) made their first contribution in [https://github.com/rust-lang/libc/pull/3553](https://redirect.github.com/rust-lang/libc/pull/3553)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.152...0.2.153
### [`v0.2.152`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.152)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.151...0.2.152)
#### What's Changed
- openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by [@semarie](https://redirect.github.com/semarie) in [https://github.com/rust-lang/libc/pull/3479](https://redirect.github.com/rust-lang/libc/pull/3479)
- adding tcp_info to openbsd by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3481](https://redirect.github.com/rust-lang/libc/pull/3481)
- iadding yser_fpxregs_struct data to linux/musl i686. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3477](https://redirect.github.com/rust-lang/libc/pull/3477)
- strftime\* api for \*BSD by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3483](https://redirect.github.com/rust-lang/libc/pull/3483)
- strftime_l for Linux glibc/musl by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3484](https://redirect.github.com/rust-lang/libc/pull/3484)
- adding iocb data for io_submit syscall for linux/glibc. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3486](https://redirect.github.com/rust-lang/libc/pull/3486)
- Re-enable `i686-pc-windows-gnu` CI by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3489](https://redirect.github.com/rust-lang/libc/pull/3489)
- Stop testing on FreeBSD 12 by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3475](https://redirect.github.com/rust-lang/libc/pull/3475)
- Add `ifreq`, `ifconf` and related constants to Android by [@arctic-alpaca](https://redirect.github.com/arctic-alpaca) in [https://github.com/rust-lang/libc/pull/3487](https://redirect.github.com/rust-lang/libc/pull/3487)
- Add waitid function for OpenBSD by [@lcheylus](https://redirect.github.com/lcheylus) in [https://github.com/rust-lang/libc/pull/3490](https://redirect.github.com/rust-lang/libc/pull/3490)
- adding SOMAXCONN to redox by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3491](https://redirect.github.com/rust-lang/libc/pull/3491)
- Fix typos in comments by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3492](https://redirect.github.com/rust-lang/libc/pull/3492)
- fix typos in libc by [@Takashiidobe](https://redirect.github.com/Takashiidobe) in [https://github.com/rust-lang/libc/pull/3496](https://redirect.github.com/rust-lang/libc/pull/3496)
- apple adding tcp_connection_info struct by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3482](https://redirect.github.com/rust-lang/libc/pull/3482)
- Improve the version parser of Emscripten by [@kleisauke](https://redirect.github.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3498](https://redirect.github.com/rust-lang/libc/pull/3498)
- Add constants from \ by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3505](https://redirect.github.com/rust-lang/libc/pull/3505)
- Define `TFD_TIMER_*` constants on FreeBSD. by [@sunfishcode](https://redirect.github.com/sunfishcode) in [https://github.com/rust-lang/libc/pull/3506](https://redirect.github.com/rust-lang/libc/pull/3506)
- Add support for posix_spawn on OpenBSD by [@nuudlman](https://redirect.github.com/nuudlman) in [https://github.com/rust-lang/libc/pull/3502](https://redirect.github.com/rust-lang/libc/pull/3502)
- clock_nanosleep for dragonflybsd, moving constants freebsd only too. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3509](https://redirect.github.com/rust-lang/libc/pull/3509)
- solarish add fcntl's O_DIRECT constant. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3503](https://redirect.github.com/rust-lang/libc/pull/3503)
- Unpin cc dependency version by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3511](https://redirect.github.com/rust-lang/libc/pull/3511)
- redox: add openpty, login_tty, TIOCSCTTY, and organize functions by [@jackpot51](https://redirect.github.com/jackpot51) in [https://github.com/rust-lang/libc/pull/3512](https://redirect.github.com/rust-lang/libc/pull/3512)
- Move all seccomp consts and structs into top-level mod by [@boustrophedon](https://redirect.github.com/boustrophedon) in [https://github.com/rust-lang/libc/pull/3343](https://redirect.github.com/rust-lang/libc/pull/3343)
- freebsd 15 support proposal. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3508](https://redirect.github.com/rust-lang/libc/pull/3508)
- Prepare workflow for merge queue by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3514](https://redirect.github.com/rust-lang/libc/pull/3514)
- Allow dead_code on `clockid_t` by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3516](https://redirect.github.com/rust-lang/libc/pull/3516)
- Add more items from `include/linux/sched.h` header by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3515](https://redirect.github.com/rust-lang/libc/pull/3515)
- fix typo by [@shuoer86](https://redirect.github.com/shuoer86) in [https://github.com/rust-lang/libc/pull/3517](https://redirect.github.com/rust-lang/libc/pull/3517)
- Add sigsuspend to more targets: bsd, haiku, and solarish by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3518](https://redirect.github.com/rust-lang/libc/pull/3518)
- Tweak libc-0.2 CI by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3519](https://redirect.github.com/rust-lang/libc/pull/3519)
- fuchsia adding pthread_set/getname_np by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3520](https://redirect.github.com/rust-lang/libc/pull/3520)
- Prepare docs for libc v0.3 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3510](https://redirect.github.com/rust-lang/libc/pull/3510)
- Merge main into libc-0.2 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3521](https://redirect.github.com/rust-lang/libc/pull/3521)
- Prepare release for v0.2.152 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3522](https://redirect.github.com/rust-lang/libc/pull/3522)
#### New Contributors
- [@Takashiidobe](https://redirect.github.com/Takashiidobe) made their first contribution in [https://github.com/rust-lang/libc/pull/3496](https://redirect.github.com/rust-lang/libc/pull/3496)
- [@nuudlman](https://redirect.github.com/nuudlman) made their first contribution in [https://github.com/rust-lang/libc/pull/3502](https://redirect.github.com/rust-lang/libc/pull/3502)
- [@boustrophedon](https://redirect.github.com/boustrophedon) made their first contribution in [https://github.com/rust-lang/libc/pull/3343](https://redirect.github.com/rust-lang/libc/pull/3343)
- [@shuoer86](https://redirect.github.com/shuoer86) made their first contribution in [https://github.com/rust-lang/libc/pull/3517](https://redirect.github.com/rust-lang/libc/pull/3517)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.151...0.2.152
### [`v0.2.151`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.151)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.150...0.2.151)
#### What's Changed
- Add new constants to be used in (linux) sysctl by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3423](https://redirect.github.com/rust-lang/libc/pull/3423)
- openbsd ifreq implementation refinement ifru_data member using proper… by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3390](https://redirect.github.com/rust-lang/libc/pull/3390)
- adding reboot to netbsd/openbsd. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3426](https://redirect.github.com/rust-lang/libc/pull/3426)
- feat: add GSO flags for linux and android by [@elecm](https://redirect.github.com/elecm) in [https://github.com/rust-lang/libc/pull/3420](https://redirect.github.com/rust-lang/libc/pull/3420)
- Use a unique name for the Docker image used by CI. by [@Arnavion](https://redirect.github.com/Arnavion) in [https://github.com/rust-lang/libc/pull/3427](https://redirect.github.com/rust-lang/libc/pull/3427)
- Add more definitions from linux/tls.h by [@Arnavion](https://redirect.github.com/Arnavion) in [https://github.com/rust-lang/libc/pull/3422](https://redirect.github.com/rust-lang/libc/pull/3422)
- hurd: Complete C API interface by [@sthibaul](https://redirect.github.com/sthibaul) in [https://github.com/rust-lang/libc/pull/3428](https://redirect.github.com/rust-lang/libc/pull/3428)
- Fix a typo in getnameinfo() by [@adder32](https://redirect.github.com/adder32) in [https://github.com/rust-lang/libc/pull/3431](https://redirect.github.com/rust-lang/libc/pull/3431)
- hurd: Fix C API interface completion by [@sthibaul](https://redirect.github.com/sthibaul) in [https://github.com/rust-lang/libc/pull/3430](https://redirect.github.com/rust-lang/libc/pull/3430)
- Downgrade CI support for MIPS by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3429](https://redirect.github.com/rust-lang/libc/pull/3429)
- Upgrade FreeBSD ABi used on std to 12 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3434](https://redirect.github.com/rust-lang/libc/pull/3434)
- Upgrade Android NDK version by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3435](https://redirect.github.com/rust-lang/libc/pull/3435)
- feat: Added wireless.h constants by [@Brijeshkrishna](https://redirect.github.com/Brijeshkrishna) in [https://github.com/rust-lang/libc/pull/3415](https://redirect.github.com/rust-lang/libc/pull/3415)
- feat: eventfd_read/write for Android/FreeBSD/Linux by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3437](https://redirect.github.com/rust-lang/libc/pull/3437)
- Upgrade macOS image to 13 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3442](https://redirect.github.com/rust-lang/libc/pull/3442)
- Add the NI_IDN getnameinfo() extension by [@adder32](https://redirect.github.com/adder32) in [https://github.com/rust-lang/libc/pull/3433](https://redirect.github.com/rust-lang/libc/pull/3433)
- adding getentropy for apple devices. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3443](https://redirect.github.com/rust-lang/libc/pull/3443)
- Add ioctl FS_IOC_\* version and flag constants by [@fsavy-tehtris](https://redirect.github.com/fsavy-tehtris) in [https://github.com/rust-lang/libc/pull/3396](https://redirect.github.com/rust-lang/libc/pull/3396)
- haiku adding subset of cpu topology api. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3440](https://redirect.github.com/rust-lang/libc/pull/3440)
- add vm_allocate for apple by [@hjmallon](https://redirect.github.com/hjmallon) in [https://github.com/rust-lang/libc/pull/3448](https://redirect.github.com/rust-lang/libc/pull/3448)
- Remove asmjs-unknown-emscripten target by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3451](https://redirect.github.com/rust-lang/libc/pull/3451)
- add more pthread_attr functions and related constants: by [@Ncerzzk](https://redirect.github.com/Ncerzzk) in [https://github.com/rust-lang/libc/pull/3447](https://redirect.github.com/rust-lang/libc/pull/3447)
- Add `IP_RECVTTL` and `IPV6_RECVHOPLIMIT` for Apple platforms by [@larseggert](https://redirect.github.com/larseggert) in [https://github.com/rust-lang/libc/pull/3450](https://redirect.github.com/rust-lang/libc/pull/3450)
- Unignore `aarch64-linux-android` by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3438](https://redirect.github.com/rust-lang/libc/pull/3438)
- Fix libc-tests for illumos/solaris target by [@pfmooney](https://redirect.github.com/pfmooney) in [https://github.com/rust-lang/libc/pull/3455](https://redirect.github.com/rust-lang/libc/pull/3455)
- expose solarish's SFV_FD_SELF for sendfilev purpose by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3452](https://redirect.github.com/rust-lang/libc/pull/3452)
- Do not dereference uninhabited types refs in Clone implementations by [@samueltardieu](https://redirect.github.com/samueltardieu) in [https://github.com/rust-lang/libc/pull/3456](https://redirect.github.com/rust-lang/libc/pull/3456)
- Update docs for contributors by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3458](https://redirect.github.com/rust-lang/libc/pull/3458)
- adding RFSIGSHARE flag for FreeBSD's rfork by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3457](https://redirect.github.com/rust-lang/libc/pull/3457)
- MAP_HUGE_SHIFT & HUGETLB_FLAG_ENCODE_SHIFT for Andorid/Fuchsia by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3444](https://redirect.github.com/rust-lang/libc/pull/3444)
- netbsd arm\* registers and reorder per architecture. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3467](https://redirect.github.com/rust-lang/libc/pull/3467)
- add pthread_cond_timedwait for teeos by [@Sword-Destiny](https://redirect.github.com/Sword-Destiny) in [https://github.com/rust-lang/libc/pull/3464](https://redirect.github.com/rust-lang/libc/pull/3464)
- Add `if_xdp.h` structs and constants and add `SOL_XDP` to musl by [@arctic-alpaca](https://redirect.github.com/arctic-alpaca) in [https://github.com/rust-lang/libc/pull/3453](https://redirect.github.com/rust-lang/libc/pull/3453)
- Generate `aarch64-apple-darwin` docs on docs.rs by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3470](https://redirect.github.com/rust-lang/libc/pull/3470)
- openbsd riscv64 adding sigcontext by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3469](https://redirect.github.com/rust-lang/libc/pull/3469)
- openbsd/netbsd MAP_TRYFIXED constant by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3471](https://redirect.github.com/rust-lang/libc/pull/3471)
- Prepare release for v0.2.151 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3472](https://redirect.github.com/rust-lang/libc/pull/3472)
#### New Contributors
- [@elecm](https://redirect.github.com/elecm) made their first contribution in [https://github.com/rust-lang/libc/pull/3420](https://redirect.github.com/rust-lang/libc/pull/3420)
- [@Arnavion](https://redirect.github.com/Arnavion) made their first contribution in [https://github.com/rust-lang/libc/pull/3427](https://redirect.github.com/rust-lang/libc/pull/3427)
- [@adder32](https://redirect.github.com/adder32) made their first contribution in [https://github.com/rust-lang/libc/pull/3431](https://redirect.github.com/rust-lang/libc/pull/3431)
- [@fsavy-tehtris](https://redirect.github.com/fsavy-tehtris) made their first contribution in [https://github.com/rust-lang/libc/pull/3396](https://redirect.github.com/rust-lang/libc/pull/3396)
- [@hjmallon](https://redirect.github.com/hjmallon) made their first contribution in [https://github.com/rust-lang/libc/pull/3448](https://redirect.github.com/rust-lang/libc/pull/3448)
- [@Ncerzzk](https://redirect.github.com/Ncerzzk) made their first contribution in [https://github.com/rust-lang/libc/pull/3447](https://redirect.github.com/rust-lang/libc/pull/3447)
- [@larseggert](https://redirect.github.com/larseggert) made their first contribution in [https://github.com/rust-lang/libc/pull/3450](https://redirect.github.com/rust-lang/libc/pull/3450)
- [@samueltardieu](https://redirect.github.com/samueltardieu) made their first contribution in [https://github.com/rust-lang/libc/pull/3456](https://redirect.github.com/rust-lang/libc/pull/3456)
- [@arctic-alpaca](https://redirect.github.com/arctic-alpaca) made their first contribution in [https://github.com/rust-lang/libc/pull/3453](https://redirect.github.com/rust-lang/libc/pull/3453)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.150...0.2.151
### [`v0.2.150`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.150)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.149...0.2.150)
#### What's Changed
- feat: closefrom() and close_range() for FreeBSD by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3374](https://redirect.github.com/rust-lang/libc/pull/3374)
- adding apple ifreq by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3375](https://redirect.github.com/rust-lang/libc/pull/3375)
- Add pthread_once by [@0xcaff](https://redirect.github.com/0xcaff) in [https://github.com/rust-lang/libc/pull/3376](https://redirect.github.com/rust-lang/libc/pull/3376)
- netbsd: Add SO_NOSIGPIPE by [@taiki-e](https://redirect.github.com/taiki-e) in [https://github.com/rust-lang/libc/pull/3377](https://redirect.github.com/rust-lang/libc/pull/3377)
- Say goodbye to GH Pages in favor of docs.rs by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3378](https://redirect.github.com/rust-lang/libc/pull/3378)
- bugfix for teeos use Option by [@Sword-Destiny](https://redirect.github.com/Sword-Destiny) in [https://github.com/rust-lang/libc/pull/3379](https://redirect.github.com/rust-lang/libc/pull/3379)
- openbsd/netbsd sharing execvpe definition by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3382](https://redirect.github.com/rust-lang/libc/pull/3382)
- ifreq for apple follow-up fix case when in non libc_union case by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3385](https://redirect.github.com/rust-lang/libc/pull/3385)
- NetBSD's mod.rs: fix cpuid_t definition. by [@he32](https://redirect.github.com/he32) in [https://github.com/rust-lang/libc/pull/3386](https://redirect.github.com/rust-lang/libc/pull/3386)
- ifconf addition to apple. fixing freebsd's implementation while at it. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3388](https://redirect.github.com/rust-lang/libc/pull/3388)
- adding exect/execvP for FreeBSD/DragonflyBSD by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3381](https://redirect.github.com/rust-lang/libc/pull/3381)
- adding execvP for apple by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3383](https://redirect.github.com/rust-lang/libc/pull/3383)
- adding ifreq struct for openbsd by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3384](https://redirect.github.com/rust-lang/libc/pull/3384)
- Add `MCL_ONFAULT` constants by [@newpavlov](https://redirect.github.com/newpavlov) in [https://github.com/rust-lang/libc/pull/3380](https://redirect.github.com/rust-lang/libc/pull/3380)
- Add time namespace constant by [@cd-work](https://redirect.github.com/cd-work) in [https://github.com/rust-lang/libc/pull/3352](https://redirect.github.com/rust-lang/libc/pull/3352)
- adding few more CLONE_\* constant for Linux/Android. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3034](https://redirect.github.com/rust-lang/libc/pull/3034)
- android add handful lock free stdio calls by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3290](https://redirect.github.com/rust-lang/libc/pull/3290)
- hurd: Fix msghdr's msg_iov field type by [@sthibaul](https://redirect.github.com/sthibaul) in [https://github.com/rust-lang/libc/pull/3389](https://redirect.github.com/rust-lang/libc/pull/3389)
- Adding missing macros from linux/if_tun.h by [@BrandonMFong](https://redirect.github.com/BrandonMFong) in [https://github.com/rust-lang/libc/pull/3320](https://redirect.github.com/rust-lang/libc/pull/3320)
- vxworks: Add mman.h consts and shm functions by [@jdygert-spok](https://redirect.github.com/jdygert-spok) in [https://github.com/rust-lang/libc/pull/3406](https://redirect.github.com/rust-lang/libc/pull/3406)
- Reenable FreeBSD 14 CI, and update definitions to match 14.0-RC1. by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3355](https://redirect.github.com/rust-lang/libc/pull/3355)
- Use new check-cfg syntax in newer nightly by [@Urgau](https://redirect.github.com/Urgau) in [https://github.com/rust-lang/libc/pull/3410](https://redirect.github.com/rust-lang/libc/pull/3410)
- musl fixes and musl+riscv32 fixes by [@akiernan](https://redirect.github.com/akiernan) in [https://github.com/rust-lang/libc/pull/3302](https://redirect.github.com/rust-lang/libc/pull/3302)
- Add various constants from OpenBSD's sys/exec_elf.h. by [@ltratt](https://redirect.github.com/ltratt) in [https://github.com/rust-lang/libc/pull/3409](https://redirect.github.com/rust-lang/libc/pull/3409)
- riscv64/musl: Add landlock syscalls by [@marv](https://redirect.github.com/marv) in [https://github.com/rust-lang/libc/pull/3398](https://redirect.github.com/rust-lang/libc/pull/3398)
- Add stat64at function declaration to AIX by [@ecnelises](https://redirect.github.com/ecnelises) in [https://github.com/rust-lang/libc/pull/3324](https://redirect.github.com/rust-lang/libc/pull/3324)
- adding getmntinfo/getmntvinfo for DragonFlyBSD. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3394](https://redirect.github.com/rust-lang/libc/pull/3394)
- adding MOVE_MOUNT\* constants for linux to use with SYS_move_mount by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3391](https://redirect.github.com/rust-lang/libc/pull/3391)
- freebsd adding PROT_MAX|PROT_MAX_EXTRACT mmap flags by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3399](https://redirect.github.com/rust-lang/libc/pull/3399)
- linux/android adding few if_alg.h constants. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3404](https://redirect.github.com/rust-lang/libc/pull/3404)
- Setup Dependabot for GitHub Actions by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3411](https://redirect.github.com/rust-lang/libc/pull/3411)
- For NetBSD: add entry for NetBSD/riscv64. by [@he32](https://redirect.github.com/he32) in [https://github.com/rust-lang/libc/pull/3291](https://redirect.github.com/rust-lang/libc/pull/3291)
- adding more recent pthread_get/setname_np calls to freebsd/dragonflybsd by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3412](https://redirect.github.com/rust-lang/libc/pull/3412)
- NetBSD/mipsel: add support. by [@he32](https://redirect.github.com/he32) in [https://github.com/rust-lang/libc/pull/3416](https://redirect.github.com/rust-lang/libc/pull/3416)
- feat: add new constants from fanotify linux api by [@ad0](https://redirect.github.com/ad0) in [https://github.com/rust-lang/libc/pull/3408](https://redirect.github.com/rust-lang/libc/pull/3408)
- linux: add PTRACE_GETSIGMASK and PTRACE_SETSIGMASK by [@mbyzhang](https://redirect.github.com/mbyzhang) in [https://github.com/rust-lang/libc/pull/3163](https://redirect.github.com/rust-lang/libc/pull/3163)
- Add a few declarations for Apple systems by [@vincentisambart](https://redirect.github.com/vincentisambart) in [https://github.com/rust-lang/libc/pull/3328](https://redirect.github.com/rust-lang/libc/pull/3328)
- feat: Added ifconf struct by [@Brijeshkrishna](https://redirect.github.com/Brijeshkrishna) in [https://github.com/rust-lang/libc/pull/3393](https://redirect.github.com/rust-lang/libc/pull/3393)
- Upgrade Docker images to Ubuntu 23.10 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3418](https://redirect.github.com/rust-lang/libc/pull/3418)
- redox: Add remaining `grp.h` functions by [@ids1024](https://redirect.github.com/ids1024) in [https://github.com/rust-lang/libc/pull/3421](https://redirect.github.com/rust-lang/libc/pull/3421)
- netbsd/openbsd adding more accessors to siginfo_t. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3400](https://redirect.github.com/rust-lang/libc/pull/3400)
- Prepare release for v0.2.150 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3424](https://redirect.github.com/rust-lang/libc/pull/3424)
#### New Contributors
- [@0xcaff](https://redirect.github.com/0xcaff) made their first contribution in [https://github.com/rust-lang/libc/pull/3376](https://redirect.github.com/rust-lang/libc/pull/3376)
- [@he32](https://redirect.github.com/he32) made their first contribution in [https://github.com/rust-lang/libc/pull/3386](https://redirect.github.com/rust-lang/libc/pull/3386)
- [@sthibaul](https://redirect.github.com/sthibaul) made their first contribution in [https://github.com/rust-lang/libc/pull/3389](https://redirect.github.com/rust-lang/libc/pull/3389)
- [@BrandonMFong](https://redirect.github.com/BrandonMFong) made their first contribution in [https://github.com/rust-lang/libc/pull/3320](https://redirect.github.com/rust-lang/libc/pull/3320)
- [@jdygert-spok](https://redirect.github.com/jdygert-spok) made their first contribution in [https://github.com/rust-lang/libc/pull/3406](https://redirect.github.com/rust-lang/libc/pull/3406)
- [@Urgau](https://redirect.github.com/Urgau) made their first contribution in [https://github.com/rust-lang/libc/pull/3410](https://redirect.github.com/rust-lang/libc/pull/3410)
- [@akiernan](https://redirect.github.com/akiernan) made their first contribution in [https://github.com/rust-lang/libc/pull/3302](https://redirect.github.com/rust-lang/libc/pull/3302)
- [@marv](https://redirect.github.com/marv) made their first contribution in [https://github.com/rust-lang/libc/pull/3398](https://redirect.github.com/rust-lang/libc/pull/3398)
- [@ad0](https://redirect.github.com/ad0) made their first contribution in [https://github.com/rust-lang/libc/pull/3408](https://redirect.github.com/rust-lang/libc/pull/3408)
- [@vincentisambart](https://redirect.github.com/vincentisambart) made their first contribution in [https://github.com/rust-lang/libc/pull/3328](https://redirect.github.com/rust-lang/libc/pull/3328)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.149...0.2.150
### [`v0.2.149`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.149)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.148...0.2.149)
#### What's Changed
- libc 0.2.148 by [@joshtriplett](https://redirect.github.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/3351](https://redirect.github.com/rust-lang/libc/pull/3351)
- update libc-test and its libc dependency to 0.2.148 by [@chenx97](https://redirect.github.com/chenx97) in [https://github.com/rust-lang/libc/pull/3314](https://redirect.github.com/rust-lang/libc/pull/3314)
- Disable 1.13 CI by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3358](https://redirect.github.com/rust-lang/libc/pull/3358)
- Add teeos libc by [@Sword-Destiny](https://redirect.github.com/Sword-Destiny) in [https://github.com/rust-lang/libc/pull/3333](https://redirect.github.com/rust-lang/libc/pull/3333)
- Added SIOCSIFNAME by [@Brijeshkrishna](https://redirect.github.com/Brijeshkrishna) in [https://github.com/rust-lang/libc/pull/3354](https://redirect.github.com/rust-lang/libc/pull/3354)
- copyfile apple api update by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3346](https://redirect.github.com/rust-lang/libc/pull/3346)
- Hermit updates by [@mkroening](https://redirect.github.com/mkroening) in [https://github.com/rust-lang/libc/pull/3348](https://redirect.github.com/rust-lang/libc/pull/3348)
- Add the LoongArch64 HWCAP values by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3344](https://redirect.github.com/rust-lang/libc/pull/3344)
- Add F_PUNCHHOLE and fpunchhole_t by [@anacrolix](https://redirect.github.com/anacrolix) in [https://github.com/rust-lang/libc/pull/3337](https://redirect.github.com/rust-lang/libc/pull/3337)
- Fix compatibility with Emscripten >= 3.1.44 by [@kleisauke](https://redirect.github.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3308](https://redirect.github.com/rust-lang/libc/pull/3308)
- freebsd adding few mmap constants related to page alignment by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3326](https://redirect.github.com/rust-lang/libc/pull/3326)
- Redox pthreads by [@4lDO2](https://redirect.github.com/4lDO2) in [https://github.com/rust-lang/libc/pull/3347](https://redirect.github.com/rust-lang/libc/pull/3347)
- linux MADV_COLLAPSE addition by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3340](https://redirect.github.com/rust-lang/libc/pull/3340)
- android adding few more pthread api calls. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3288](https://redirect.github.com/rust-lang/libc/pull/3288)
- Declare `pthread_attr_setguardsize` and `pthread_attr_getstacksize`. by [@sunfishcode](https://redirect.github.com/sunfishcode) in [https://github.com/rust-lang/libc/pull/3330](https://redirect.github.com/rust-lang/libc/pull/3330)
- Add missing PS Vita definitions, fix some unused ones by [@pheki](https://redirect.github.com/pheki) in [https://github.com/rust-lang/libc/pull/3284](https://redirect.github.com/rust-lang/libc/pull/3284)
- Drop `armv7-apple-ios` target support by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3362](https://redirect.github.com/rust-lang/libc/pull/3362)
- backtrace definitions and support for getmntinfo and getvfsstat by [@0323pin](https://redirect.github.com/0323pin) in [https://github.com/rust-lang/libc/pull/3368](https://redirect.github.com/rust-lang/libc/pull/3368)
- apple fcntl update. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3365](https://redirect.github.com/rust-lang/libc/pull/3365)
- Added socketpair and pipe2 for Vita target by [@nikarh](https://redirect.github.com/nikarh) in [https://github.com/rust-lang/libc/pull/3366](https://redirect.github.com/rust-lang/libc/pull/3366)
- Added additional Ethernet Protocol Ids for fuchsia by [@w1redch4d](https://redirect.github.com/w1redch4d) in [https://github.com/rust-lang/libc/pull/3332](https://redirect.github.com/rust-lang/libc/pull/3332)
- timerfd api for freebsd 14. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3341](https://redirect.github.com/rust-lang/libc/pull/3341)
- haiku adding pthread GNU part by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3364](https://redirect.github.com/rust-lang/libc/pull/3364)
- add execveat for glibc by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3372](https://redirect.github.com/rust-lang/libc/pull/3372)
- added support for GNU/Hurd by [@Vtewari2311](https://redirect.github.com/Vtewari2311) in [https://github.com/rust-lang/libc/pull/3325](https://redirect.github.com/rust-lang/libc/pull/3325)
- Fix apple tvos support by [@lcruz99](https://redirect.github.com/lcruz99) in [https://github.com/rust-lang/libc/pull/3370](https://redirect.github.com/rust-lang/libc/pull/3370)
- Remove deprecation from SA_ONSTACK; fix hexagon-unknown-linux-musl by [@androm3da](https://redirect.github.com/androm3da) in [https://github.com/rust-lang/libc/pull/3335](https://redirect.github.com/rust-lang/libc/pull/3335)
- feat: add close_range for glibc by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3373](https://redirect.github.com/rust-lang/libc/pull/3373)
- Update crate version to 0.2.149 by [@nikarh](https://redirect.github.com/nikarh) in [https://github.com/rust-lang/libc/pull/3360](https://redirect.github.com/rust-lang/libc/pull/3360)
#### New Contributors
- [@Sword-Destiny](https://redirect.github.com/Sword-Destiny) made their first contribution in [https://github.com/rust-lang/libc/pull/3333](https://redirect.github.com/rust-lang/libc/pull/3333)
- [@Brijeshkrishna](https://redirect.github.com/Brijeshkrishna) made their first contribution in [https://github.com/rust-lang/libc/pull/3354](https://redirect.github.com/rust-lang/libc/pull/3354)
- [@anacrolix](https://redirect.github.com/anacrolix) made their first contribution in [https://github.com/rust-lang/libc/pull/3337](https://redirect.github.com/rust-lang/libc/pull/3337)
- [@4lDO2](https://redirect.github.com/4lDO2) made their first contribution in [https://github.com/rust-lang/libc/pull/3347](https://redirect.github.com/rust-lang/libc/pull/3347)
- [@pheki](https://redirect.github.com/pheki) made their first contribution in [https://github.com/rust-lang/libc/pull/3284](https://redirect.github.com/rust-lang/libc/pull/3284)
- [@0323pin](https://redirect.github.com/0323pin) made their first contribution in [https://github.com/rust-lang/libc/pull/3368](https://redirect.github.com/rust-lang/libc/pull/3368)
- [@w1redch4d](https://redirect.github.com/w1redch4d) made their first contribution in [https://github.com/rust-lang/libc/pull/3332](https://redirect.github.com/rust-lang/libc/pull/3332)
- [@Vtewari2311](https://redirect.github.com/Vtewari2311) made their first contribution in [https://github.com/rust-lang/libc/pull/3325](https://redirect.github.com/rust-lang/libc/pull/3325)
- [@lcruz99](https://redirect.github.com/lcruz99) made their first contribution in [https://github.com/rust-lang/libc/pull/3370](https://redirect.github.com/rust-lang/libc/pull/3370)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.148...0.2.149
### [`v0.2.148`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.148)
[Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.147...0.2.148)
#### What's Changed
- Fix ABI compatibility with Emscripten >= 3.1.42 by [@kleisauke](https://redirect.github.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3282](https://redirect.github.com/rust-lang/libc/pull/3282)
- android: Add kernel/uapi/linux/neighbour.h constants by [@dragan-cecavac-nordsec](https://redirect.github.com/dragan-cecavac-nordsec) in [https://github.com/rust-lang/libc/pull/3278](https://redirect.github.com/rust-lang/libc/pull/3278)
- Disable FreeBSD 14 CI temporarily by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3294](https://redirect.github.com/rust-lang/libc/pull/3294)
- Use `build-std=core` instead of `build-std` alone by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3292](https://redirect.github.com/rust-lang/libc/pull/3292)
- android PTRACE_SECCOMP_GET_METADATA flag addition by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3293](https://redirect.github.com/rust-lang/libc/pull/3293)
- linux/musl: Fix multiple definitions of MAP_HUGETLB by [@taiki-e](https://redirect.github.com/taiki-e) in [https://github.com/rust-lang/libc/pull/3295](https://redirect.github.com/rust-lang/libc/pull/3295)
- darwin adding bunch of macOs Ventura new calls by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3296](https://redirect.github.com/rust-lang/libc/pull/3296)
- android: Update linux/if_link.h constants by [@dragan-cecavac-nordsec](https://redirect.github.com/dragan-cecavac-nord
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.2.147
->0.2.161
Release Notes
rust-lang/libc (libc)
### [`v0.2.161`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.161) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.160...0.2.161) ##### Fixed - OpenBSD: fix `FNM_PATHNAME` and `FNM_NOESCAPE` values [#3983](https://redirect.github.com/rust-lang/libc/pull/3983) ### [`v0.2.160`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.160) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.159...0.2.160) ##### Added - Android: add `PR_GET_NAME` and `PR_SET_NAME` [#3941](https://redirect.github.com/rust-lang/libc/pull/3941) - Apple: add `F_TRANSFEREXTENTS` [#3925](https://redirect.github.com/rust-lang/libc/pull/3925) - Apple: add `mach_error_string` [#3913](https://redirect.github.com/rust-lang/libc/pull/3913) - Apple: add additional `pthread` APIs [#3846](https://redirect.github.com/rust-lang/libc/pull/3846) - Apple: add the `LOCAL_PEERTOKEN` socket option [#3929](https://redirect.github.com/rust-lang/libc/pull/3929) - BSD: add `RTF_*`, `RTA_*`, `RTAX_*`, and `RTM_*` definitions [#3714](https://redirect.github.com/rust-lang/libc/pull/3714) - Emscripten: add `AT_EACCESS` [#3911](https://redirect.github.com/rust-lang/libc/pull/3911) - Emscripten: add `getgrgid`, `getgrnam`, `getgrnam_r` and `getgrgid_r` [#3912](https://redirect.github.com/rust-lang/libc/pull/3912) - Emscripten: add `getpwnam_r` and `getpwuid_r` [#3906](https://redirect.github.com/rust-lang/libc/pull/3906) - FreeBSD: add `POLLRDHUP` [#3936](https://redirect.github.com/rust-lang/libc/pull/3936) - Haiku: add `arc4random` [#3945](https://redirect.github.com/rust-lang/libc/pull/3945) - Illumos: add `ptsname_r` [#3867](https://redirect.github.com/rust-lang/libc/pull/3867) - Linux: add `fanotify` interfaces [#3695](https://redirect.github.com/rust-lang/libc/pull/3695) - Linux: add `tcp_info` [#3480](https://redirect.github.com/rust-lang/libc/pull/3480) - Linux: add additional AF_PACKET options [#3540](https://redirect.github.com/rust-lang/libc/pull/3540) - Linux: make Elf constants always available [#3938](https://redirect.github.com/rust-lang/libc/pull/3938) - Musl x86: add `iopl` and `ioperm` [#3720](https://redirect.github.com/rust-lang/libc/pull/3720) - Musl: add `posix_spawn` chdir functions [#3949](https://redirect.github.com/rust-lang/libc/pull/3949) - Musl: add `utmpx.h` constants [#3908](https://redirect.github.com/rust-lang/libc/pull/3908) - NetBSD: add `sysctlnametomib`, `CLOCK_THREAD_CPUTIME_ID` and `CLOCK_PROCESS_CPUTIME_ID` [#3927](https://redirect.github.com/rust-lang/libc/pull/3927) - Nuttx: initial support [#3909](https://redirect.github.com/rust-lang/libc/pull/3909) - RTEMS: add `getentropy` [#3973](https://redirect.github.com/rust-lang/libc/pull/3973) - RTEMS: initial support [#3866](https://redirect.github.com/rust-lang/libc/pull/3866) - Solarish: add `POLLRDHUP`, `POSIX_FADV_*`, `O_RSYNC`, and `posix_fallocate` [#3936](https://redirect.github.com/rust-lang/libc/pull/3936) - Unix: add `fnmatch.h` [#3937](https://redirect.github.com/rust-lang/libc/pull/3937) - VxWorks: add riscv64 support [#3935](https://redirect.github.com/rust-lang/libc/pull/3935) - VxWorks: update constants related to the scheduler [#3963](https://redirect.github.com/rust-lang/libc/pull/3963) ##### Changed - Redox: change `ino_t` to be `c_ulonglong` [#3919](https://redirect.github.com/rust-lang/libc/pull/3919) ##### Fixed - ESP-IDF: fix mismatched constants and structs [#3920](https://redirect.github.com/rust-lang/libc/pull/3920) - FreeBSD: fix `struct stat` on FreeBSD 12+ [#3946](https://redirect.github.com/rust-lang/libc/pull/3946) ##### Other - CI: Fix CI for FreeBSD 15 [#3950](https://redirect.github.com/rust-lang/libc/pull/3950) - Docs: link to `windows-sys` [#3915](https://redirect.github.com/rust-lang/libc/pull/3915) ### [`v0.2.159`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.159) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.158...0.2.159) ##### Added - Android: add more `AT_*` constants in [#3779](https://redirect.github.com/rust-lang/libc/pull/3779) - Apple: add missing `NOTE_*` constants in [#3883](https://redirect.github.com/rust-lang/libc/pull/3883) - Hermit: add missing error numbers in [#3858](https://redirect.github.com/rust-lang/libc/pull/3858) - Hurd: add `__timeval` for 64-bit support in [#3786](https://redirect.github.com/rust-lang/libc/pull/3786) - Linux: add `epoll_pwait2` in [#3868](https://redirect.github.com/rust-lang/libc/pull/3868) - Linux: add `mq_notify` in [#3849](https://redirect.github.com/rust-lang/libc/pull/3849) - Linux: add missing `NFT_CT_*` constants in [#3844](https://redirect.github.com/rust-lang/libc/pull/3844) - Linux: add the `fchmodat2` syscall in [#3588](https://redirect.github.com/rust-lang/libc/pull/3588) - Linux: add the `mseal` syscall in [#3798](https://redirect.github.com/rust-lang/libc/pull/3798) - OpenBSD: add `sendmmsg` and `recvmmsg` in [#3831](https://redirect.github.com/rust-lang/libc/pull/3831) - Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in [#3693](https://redirect.github.com/rust-lang/libc/pull/3693) - VxWorks: add `S_ISVTX` in [#3768](https://redirect.github.com/rust-lang/libc/pull/3768) - VxWorks: add `vxCpuLib` and `taskLib` functions [#3861](https://redirect.github.com/rust-lang/libc/pull/3861) - WASIp2: add definitions for `std::net` support in [#3892](https://redirect.github.com/rust-lang/libc/pull/3892) ##### Fixed - Correctly handle version checks when `clippy-driver` is used [#3893](https://redirect.github.com/rust-lang/libc/pull/3893) ##### Changed - EspIdf: change signal constants to c_int in [#3895](https://redirect.github.com/rust-lang/libc/pull/3895) - HorizonOS: update network definitions in [#3863](https://redirect.github.com/rust-lang/libc/pull/3863) - Linux: combine `ioctl` APIs in [#3722](https://redirect.github.com/rust-lang/libc/pull/3722) - WASI: enable CI testing in [#3869](https://redirect.github.com/rust-lang/libc/pull/3869) - WASIp2: enable CI testing in [#3870](https://redirect.github.com/rust-lang/libc/pull/3870) ### [`v0.2.158`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.158) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.157...0.2.158) ##### Fixed - WASI: fix missing `Iterator` with `rustc-dep-of-std` in [#3856 (comment)](https://redirect.github.com/rust-lang/libc/pull/3856#event-13924913068) ### [`v0.2.157`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.157) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.156...0.2.157) ##### Added - Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in [#3702](https://redirect.github.com/rust-lang/libc/pull/3702) - Build: add `RUSTC_WRAPPER` support in [#3845](https://redirect.github.com/rust-lang/libc/pull/3845) - FreeBSD: add `execvpe` support from 14.1 release in [#3745](https://redirect.github.com/rust-lang/libc/pull/3745) - Fuchsia: add `SO_BINDTOIFINDEX` - Linux: add `klogctl` in [#3777](https://redirect.github.com/rust-lang/libc/pull/3777) - MacOS: add `fcntl` OFD commands in [#3563](https://redirect.github.com/rust-lang/libc/pull/3563) - NetBSD: add `_lwp_park` in [#3721](https://redirect.github.com/rust-lang/libc/pull/3721) - Solaris: add missing networking support in [#3717](https://redirect.github.com/rust-lang/libc/pull/3717) - Unix: add `pthread_equal` in [#3773](https://redirect.github.com/rust-lang/libc/pull/3773) - WASI: add `select`, `FD_SET`, `FD_ZERO`, ` FD_ISSET ` in [#3681](https://redirect.github.com/rust-lang/libc/pull/3681) ##### Fixed - TEEOS: fix octal notation for `O_*` constants in [#3841](https://redirect.github.com/rust-lang/libc/pull/3841) ##### Changed - FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in [#3723](https://redirect.github.com/rust-lang/libc/pull/3723) ### [`v0.2.156`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.156) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.155...0.2.156) ##### Added - Apple: add `F_ALLOCATEPERSIST` in [#3712](https://redirect.github.com/rust-lang/libc/pull/3712) - Apple: add `os_sync_wait_on_address` and related definitions in [#3769](https://redirect.github.com/rust-lang/libc/pull/3769) - BSD: generalise `IPV6_DONTFRAG` to all BSD targets in [#3716](https://redirect.github.com/rust-lang/libc/pull/3716) - FreeBSD/DragonFly: add `IP_RECVTTL`/`IPV6_RECVHOPLIMIT` in [#3751](https://redirect.github.com/rust-lang/libc/pull/3751) - Hurd: add `XATTR_CREATE`, `XATTR_REPLACE` in [#3739](https://redirect.github.com/rust-lang/libc/pull/3739) - Linux GNU: `confstr` API and `_CS_*` in [#3771](https://redirect.github.com/rust-lang/libc/pull/3771) - Linux musl: add `preadv2` and `pwritev2` (1.2.5 min.) in [#3762](https://redirect.github.com/rust-lang/libc/pull/3762) - VxWorks: add the constant `SOMAXCONN` in [#3761](https://redirect.github.com/rust-lang/libc/pull/3761) - VxWorks: add a few errnoLib related constants in [#3780](https://redirect.github.com/rust-lang/libc/pull/3780) ##### Fixed - Solaris/illumos: Change `ifa_flags` type to u64 in [#3729](https://redirect.github.com/rust-lang/libc/pull/3729) - QNX 7.0: Disable `libregex` in [#3775](https://redirect.github.com/rust-lang/libc/pull/3775) ##### Changed - QNX NTO: update platform support in [#3815](https://redirect.github.com/rust-lang/libc/pull/3815) - `addr_of!(EXTERN_STATIC)` is now considered safe in [#3776](https://redirect.github.com/rust-lang/libc/pull/3776) ##### Removed - Apple: remove `rmx_state` in [#3776](https://redirect.github.com/rust-lang/libc/pull/3776) ##### Other - Update or remove CI tests that have been failing ### [`v0.2.155`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.155) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.154...0.2.155) #### What's Changed - Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [@lberrymage](https://redirect.github.com/lberrymage) in [https://github.com/rust-lang/libc/pull/3632](https://redirect.github.com/rust-lang/libc/pull/3632) - Correct the value of FAN_MARK_IGNORE by [@severen](https://redirect.github.com/severen) in [https://github.com/rust-lang/libc/pull/3622](https://redirect.github.com/rust-lang/libc/pull/3622) - Update FreeBSD 13 CI image by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3671](https://redirect.github.com/rust-lang/libc/pull/3671) - android: add FUTEX_LOCK_PI2 by [@rtzoeller](https://redirect.github.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/3635](https://redirect.github.com/rust-lang/libc/pull/3635) - Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [@purplesyringa](https://redirect.github.com/purplesyringa) in [https://github.com/rust-lang/libc/pull/3676](https://redirect.github.com/rust-lang/libc/pull/3676) - Revert "Support posix_spawn on Android" by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3678](https://redirect.github.com/rust-lang/libc/pull/3678) - Unlock ci: fix wrong cfg emscripten by [@tesuji](https://redirect.github.com/tesuji) in [https://github.com/rust-lang/libc/pull/3684](https://redirect.github.com/rust-lang/libc/pull/3684) - redox: correct EPOLL constants by [@jackpot51](https://redirect.github.com/jackpot51) in [https://github.com/rust-lang/libc/pull/3686](https://redirect.github.com/rust-lang/libc/pull/3686) - \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [@cuviper](https://redirect.github.com/cuviper) in [https://github.com/rust-lang/libc/pull/3708](https://redirect.github.com/rust-lang/libc/pull/3708) - Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [@tesuji](https://redirect.github.com/tesuji) in [https://github.com/rust-lang/libc/pull/3690](https://redirect.github.com/rust-lang/libc/pull/3690) - Update version to `0.2.155` by [@madsmtm](https://redirect.github.com/madsmtm) in [https://github.com/rust-lang/libc/pull/3682](https://redirect.github.com/rust-lang/libc/pull/3682) #### New Contributors - [@lberrymage](https://redirect.github.com/lberrymage) made their first contribution in [https://github.com/rust-lang/libc/pull/3632](https://redirect.github.com/rust-lang/libc/pull/3632) - [@purplesyringa](https://redirect.github.com/purplesyringa) made their first contribution in [https://github.com/rust-lang/libc/pull/3676](https://redirect.github.com/rust-lang/libc/pull/3676) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155 ### [`v0.2.154`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.154) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.153...0.2.154) #### What's Changed - Fix CI on v0.2 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3589](https://redirect.github.com/rust-lang/libc/pull/3589) - \[Backport [#3547](https://redirect.github.com/rust-lang/libc/issues/3547)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for CSKY by [@Dirreke](https://redirect.github.com/Dirreke) in [https://github.com/rust-lang/libc/pull/3572](https://redirect.github.com/rust-lang/libc/pull/3572) - Add Linux riscv64 HWCAP defines (libc-0.2) by [@Xeonacid](https://redirect.github.com/Xeonacid) in [https://github.com/rust-lang/libc/pull/3580](https://redirect.github.com/rust-lang/libc/pull/3580) - Add missing MIPS R6 FS_IOC_\* definitions by [@chenx97](https://redirect.github.com/chenx97) in [https://github.com/rust-lang/libc/pull/3591](https://redirect.github.com/rust-lang/libc/pull/3591) - Support posix_spawn on Android by [@pcc](https://redirect.github.com/pcc) in [https://github.com/rust-lang/libc/pull/3602](https://redirect.github.com/rust-lang/libc/pull/3602) - \[0.2] Fix libc-tests for loongarch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3607](https://redirect.github.com/rust-lang/libc/pull/3607) - visionOS Support by [@agg23](https://redirect.github.com/agg23) in [https://github.com/rust-lang/libc/pull/3568](https://redirect.github.com/rust-lang/libc/pull/3568) - \[0.2] linux/musl: Add support for LoongArch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3606](https://redirect.github.com/rust-lang/libc/pull/3606) - v0.2: Fix c_char on AIX by [@taiki-e](https://redirect.github.com/taiki-e) in [https://github.com/rust-lang/libc/pull/3662](https://redirect.github.com/rust-lang/libc/pull/3662) - solarish adding SO_EXCLBIND constant. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3651](https://redirect.github.com/rust-lang/libc/pull/3651) - \[0.2] Add SIG constants to espidf by [@Tevz-Beskovnik](https://redirect.github.com/Tevz-Beskovnik) in [https://github.com/rust-lang/libc/pull/3658](https://redirect.github.com/rust-lang/libc/pull/3658) - add all android sysconf constants by [@fkm3](https://redirect.github.com/fkm3) in [https://github.com/rust-lang/libc/pull/3656](https://redirect.github.com/rust-lang/libc/pull/3656) - feat: more \_PC_XXX constants for apple targets by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3649](https://redirect.github.com/rust-lang/libc/pull/3649) - feat: O_EXEC/O_SEARCH for apple platforms by [@SteveLauC](https://redirect.github.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3668](https://redirect.github.com/rust-lang/libc/pull/3668) - \[0.2] Add constant AT_MINSIGSTKSZ by [@ur4t](https://redirect.github.com/ur4t) in [https://github.com/rust-lang/libc/pull/3637](https://redirect.github.com/rust-lang/libc/pull/3637) - Haiku: synchronize with post R1-beta 4 changes in libc by [@nielx](https://redirect.github.com/nielx) in [https://github.com/rust-lang/libc/pull/3638](https://redirect.github.com/rust-lang/libc/pull/3638) - adding getentropy/getrandom to dragonflybsd. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3618](https://redirect.github.com/rust-lang/libc/pull/3618) - Move strftime, strftime_l, strptime to linux_like by [@pcc](https://redirect.github.com/pcc) in [https://github.com/rust-lang/libc/pull/3600](https://redirect.github.com/rust-lang/libc/pull/3600) - update crate version to 0.2.154 by [@Dirreke](https://redirect.github.com/Dirreke) in [https://github.com/rust-lang/libc/pull/3573](https://redirect.github.com/rust-lang/libc/pull/3573) #### New Contributors - [@pcc](https://redirect.github.com/pcc) made their first contribution in [https://github.com/rust-lang/libc/pull/3602](https://redirect.github.com/rust-lang/libc/pull/3602) - [@agg23](https://redirect.github.com/agg23) made their first contribution in [https://github.com/rust-lang/libc/pull/3568](https://redirect.github.com/rust-lang/libc/pull/3568) - [@Tevz-Beskovnik](https://redirect.github.com/Tevz-Beskovnik) made their first contribution in [https://github.com/rust-lang/libc/pull/3658](https://redirect.github.com/rust-lang/libc/pull/3658) - [@ur4t](https://redirect.github.com/ur4t) made their first contribution in [https://github.com/rust-lang/libc/pull/3637](https://redirect.github.com/rust-lang/libc/pull/3637) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154 ### [`v0.2.153`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.153) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.152...0.2.153) #### What's Changed - Add SOMAXCONN to vita on 0.2 (to fix std) by [@pheki](https://redirect.github.com/pheki) in [https://github.com/rust-lang/libc/pull/3552](https://redirect.github.com/rust-lang/libc/pull/3552) - Fix CI for v0.2 by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3557](https://redirect.github.com/rust-lang/libc/pull/3557) - \[Backport [#3548](https://redirect.github.com/rust-lang/libc/issues/3548)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by [@heiher](https://redirect.github.com/heiher) in [https://github.com/rust-lang/libc/pull/3570](https://redirect.github.com/rust-lang/libc/pull/3570) - Add MFD_NOEXEC_SEAL and MFD_EXEC by [@rusty-snake](https://redirect.github.com/rusty-snake) in [https://github.com/rust-lang/libc/pull/3553](https://redirect.github.com/rust-lang/libc/pull/3553) - Backport of [#3546](https://redirect.github.com/rust-lang/libc/issues/3546) and update crate version to 0.2.153 by [@GuillaumeGomez](https://redirect.github.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3554](https://redirect.github.com/rust-lang/libc/pull/3554) #### New Contributors - [@rusty-snake](https://redirect.github.com/rusty-snake) made their first contribution in [https://github.com/rust-lang/libc/pull/3553](https://redirect.github.com/rust-lang/libc/pull/3553) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.152...0.2.153 ### [`v0.2.152`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.152) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.151...0.2.152) #### What's Changed - openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by [@semarie](https://redirect.github.com/semarie) in [https://github.com/rust-lang/libc/pull/3479](https://redirect.github.com/rust-lang/libc/pull/3479) - adding tcp_info to openbsd by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3481](https://redirect.github.com/rust-lang/libc/pull/3481) - iadding yser_fpxregs_struct data to linux/musl i686. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3477](https://redirect.github.com/rust-lang/libc/pull/3477) - strftime\* api for \*BSD by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3483](https://redirect.github.com/rust-lang/libc/pull/3483) - strftime_l for Linux glibc/musl by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3484](https://redirect.github.com/rust-lang/libc/pull/3484) - adding iocb data for io_submit syscall for linux/glibc. by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3486](https://redirect.github.com/rust-lang/libc/pull/3486) - Re-enable `i686-pc-windows-gnu` CI by [@JohnTitor](https://redirect.github.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3489](https://redirect.github.com/rust-lang/libc/pull/3489) - Stop testing on FreeBSD 12 by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3475](https://redirect.github.com/rust-lang/libc/pull/3475) - Add `ifreq`, `ifconf` and related constants to Android by [@arctic-alpaca](https://redirect.github.com/arctic-alpaca) in [https://github.com/rust-lang/libc/pull/3487](https://redirect.github.com/rust-lang/libc/pull/3487) - Add waitid function for OpenBSD by [@lcheylus](https://redirect.github.com/lcheylus) in [https://github.com/rust-lang/libc/pull/3490](https://redirect.github.com/rust-lang/libc/pull/3490) - adding SOMAXCONN to redox by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3491](https://redirect.github.com/rust-lang/libc/pull/3491) - Fix typos in comments by [@asomers](https://redirect.github.com/asomers) in [https://github.com/rust-lang/libc/pull/3492](https://redirect.github.com/rust-lang/libc/pull/3492) - fix typos in libc by [@Takashiidobe](https://redirect.github.com/Takashiidobe) in [https://github.com/rust-lang/libc/pull/3496](https://redirect.github.com/rust-lang/libc/pull/3496) - apple adding tcp_connection_info struct by [@devnexen](https://redirect.github.com/devnexen) in [https://github.com/rust-lang/libc/pull/3482](https://redirect.github.com/rust-lang/libc/pull/3482) - Improve the version parser of Emscripten by [@kleisauke](https://redirect.github.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3498](https://redirect.github.com/rust-lang/libc/pull/3498) - Add constants from \Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.