summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12Prevent buffer over-read in getgroups()Jan Verbeek
2021-09-12Merge #1509 #1515bors[bot]
2021-09-08Make Errno::result() inlinelinkmauve
2021-09-07Add IP_TTL/IPV6_UNICAST_HOPS SockOptsConrad Meyer
2021-09-07Merge branch 'master' into socket-mssAlan Somers
2021-09-07Implement AsRawFd for PollFdConrad Meyer
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-28Merge #1507 #1508bors[bot]
2021-08-28More rust docsAlan Somers
2021-08-27Merge #1503bors[bot]
2021-08-27Fix compilation warningsRyan Zoeller
2021-08-26add `TcpRepair` to sockopt0/0
2021-08-25Fix build for DragonFlyBSDRyan Zoeller
2021-08-22Merge #1447bors[bot]
2021-08-21Merge #1495bors[bot]
2021-08-21Expose SockAddr::from_raw_sockaddrNoah
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-18Add `PTRACE_EVENT_STOP` enum variantGabriel Majeri
2021-08-18Merge #1486 #1490 #1493bors[bot]
2021-08-17Relax assertions in sockaddr_storage_to_addr to match the documentation.Kyle Huey
2021-08-17Don't use mem::transmute in SignalFdAlan Somers
2021-08-17Simplify definition of SIGNALFD_SIGINFO_SIZEAlan Somers
2021-08-13constify more functionsAlan Somers
2021-08-13Fix warnings with Rust 1.46.0 - 1.51.0, inclusiveAlan Somers
2021-08-12feat: add libc::IP6T_SO_ORIGINAL_DST supportIcemic
2021-08-10Forbid dead code againAlan Somers
2021-08-11Merge #1482bors[bot]
2021-08-11Merge #1484bors[bot]
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-08-09Optionally implement TryFrom in libc_enum!Alan Somers
2021-08-09Replace some mem::transmute calls in signal.rs with pointer castsAlan Somers
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-08-09Remove some actually unsupported termios iflags on redoxNoah
2021-08-01Add getrlimit and setrlimitLMJW