summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2021-12-24Merge #1547bors[bot]
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-21Improve the sockaddr interface:Alan Somers
2021-12-21impl Send and Sync for IoVecAlan Somers
2021-12-22Fix clippy warning on latest nightlyRyan Zoeller
2021-12-22Recent versions of Android support EPOLLEXCLUSIVERyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-04Merge #1601bors[bot]
2021-12-03Update `mman` related docsSachin Cherian
2021-12-02Merge branch 'nix-rust:master' into freebsd-fixS.J.R. van Schaik
2021-11-26Update doc comment to match type `Option<Signal>`Johannes Schilling
2021-11-02MapFlags::MAP_ALIGNED_SUPER not exposed on FreeBSD due to typoS.J.R. van Schaik
2021-10-23Merge #1565 #1566bors[bot]
2021-10-21Fix unsoundness in `FdSet` methodstaylor.fish
2021-10-16Correct definition of MADV_SOFT_OFFLINE on ppcAlan Somers
2021-10-09sockopt's Set and Get traits are not unsafeAlan Somers
2021-09-28Revert "Expose SockAddr::from_raw_sockaddr"Alan Somers
2021-09-20Lower limits in setrlimit exampleRyan Zoeller
2021-09-19Actually connect the mman tests to the buildAlan Somers
2021-09-19Merge #1531bors[bot]
2021-09-19mman add MAP_CONCEAL mmap flag for openbsdDavid Carlier
2021-09-19Merge #1532bors[bot]
2021-09-19Merge #1522bors[bot]
2021-09-19Clippy cleanupAlan Somers
2021-09-19mman MAP_JIT flag documentation.David Carlier
2021-09-19mman mod adding MAP_ALIGNED_SUPER flag for freebsd.David Carlier
2021-09-19Merge #1496bors[bot]
2021-09-18mman: add MAP_EXCL flag for freebsd.David Carlier
2021-09-13Merge #1524bors[bot]
2021-09-12Add docs for all sockopts that are documented by their respective OSesAlan Somers
2021-09-12Add the ability to set doc strings in sockopts' definitionsAlan Somers
2021-09-12Switch the argument order of sockopt_impl!Alan Somers
2021-09-12Merge #1520 #1523bors[bot]
2021-09-12mman module netbsd additions.David Carlier
2021-09-12mman: add MAP_STACK to openbsd which is needed to created stack mappingsDavid Carlier
2021-09-12Merge #1509 #1515bors[bot]
2021-09-07Add IP_TTL/IPV6_UNICAST_HOPS SockOptsConrad Meyer
2021-09-07Merge branch 'master' into socket-mssAlan Somers
2021-09-06Add support for IP_RECVERR and IPV6_RECVERRConrad Meyer
2021-09-04Merge branch 'master' into socket-msseaon
2021-09-04Support for `TCP_MAXSEG` TCP MSS socket optioneaon
2021-09-04Check Dragonfly BSD and OpenBSD in CIAlan Somers
2021-09-04Fix some broken internal doc links in the socket codeAlan Somers
2021-09-04Enable pwritev and preadv for more operating systems.Alan Somers
2021-09-04Remove SigevNotify on OpenBSD and RedoxAlan Somers
2021-09-04Document more thingsAlan Somers
2021-08-31Allow Android to use timerfdRyan Zoeller
2021-08-29Rework UnixAddr to fix soundness issuesNoa
2021-08-28More rust docsAlan Somers
2021-08-27Merge #1503bors[bot]