Added
- AIX: Add an AIX triple to Cargo.toml for doc (#4475)
- FreeBSD: Add the
SO_SPLICE
socket option support for FreeBSD >= 14.2 (#4451) - Linux GNU: Prepare for supporting
_TIME_BITS=64
(#4433) - Linux: Add constant PACKET_IGNORE_OUTGOING (#4319)
- Linux: Add constants and types for
nsfs
ioctls (#4436) - Linux: Add constants for Memory-Deny-Write-Execute
prctls
(#4400) - Linux: Add constants from
linux/cn_proc.h
andlinux/connector.h
(#4434) - Linux: Add new flags for
pwritev2
andpreadv2
(#4452) - Linux: Add pid_type enum values (#4403)
- Linux: Update pidfd constants and types (Linux 6.9-6.15) (#4402)
- Loongarch64 musl: Define the
MADV_SOFT_OFFLINE
constant (#4448) - Musl: Add new fields since 1.2.0/1.2.2 to
struct tcp_info
(#4443) - Musl: Prepare for supporting v1.2.3 (#4443)
- NuttX: Add
arc4random
andarc4random_buf
(#4464) - RISC-V Musl: Add
MADV_SOFT_OFFLINE
definition (#4447) - Redox: Define SCM_RIGHTS (#4440)
- VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#4407)
- Windows: Add more
time.h
functions (#4427)
Changed
- Redox: Update
SA_
constants. (#4426) - Redox: make
CMSG_ALIGN
,CMSG_LEN
, andCMSG_SPACE
const functions (#4441)