summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2022-07-24Add ETH_P_ALL protocol number to SockProtocolvaldaarhun
2022-07-23Fix SockaddrLike::from_raw with unaligned inputsAlan Somers
2022-07-15Merge #1741bors[bot]
2022-07-14Fix a buffer overflow in sys::socket::recvfromAlan Somers
2022-07-13Add chflagsmusikid
2022-07-12SigSet: Add the `repr(transparent)` attributeGerman Maglione
2022-07-12SigSet: A new unsafe helper method to create a SigSet from a sigset_tGerman Maglione
2022-07-11Merge #1759 #1760bors[bot]
2022-07-10Add const constructors for TimeSpec and TimeValAlan Somers
2022-07-11Add DontRoute SockOptLeo Lu
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-06-24Merge #1748bors[bot]
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-20Add getrusage wrapperGustavo Noronha Silva
2022-06-09Merge #1736bors[bot]
2022-06-07Fix socket address family check for SysControlAddr::from_raw.Andrew Walbran
2022-06-07Fix socket address family check for VsockAddr::from_raw.Andrew Walbran
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-05-31Enable SockaddrStorage::{as_link_addr, as_link_addr_mut} on Linux.Alan Somers
2022-05-29Clippy cleanup for latest nightlyAlan Somers
2022-05-15Add ptrace::read_user and ptrace::write_userNikita Baksalyar
2022-05-14add haiku supportAl Hoang
2022-05-14Rewrite the aio moduleAlan Somers
2022-05-13Fix "unused_macro_rules" warnings with the latest nightly compiler.Alan Somers
2022-05-09Merge #1716bors[bot]
2022-05-07Define FsType constants for muslJakub Jirutka
2022-05-07Future-proof the kevent ABIAlan Somers
2022-05-02Restore conversions from ip v4/6 Sockaddr types to std::net equivalents.Kyle Huey
2022-04-22Fix UnixAddr::size on Linux and AndroidAlan Somers
2022-04-09Use singular number for all feature namesAlan Somers
2022-04-08Merge #1643bors[bot]
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-04-07Add IP_DONTFRAG and IPV6_DONTFRAG SockOptsJunho Choi
2022-03-28Enable statfs magic constants for target_os = "android"Felix Obenhuber
2022-03-24Merge #1672bors[bot]
2022-03-24Merge #1686bors[bot]
2022-03-23Make `uname` always safeJan Bujak
2022-03-22[skip ci] better docs for SockaddrLike::from_rawAlan Somers
2022-03-22Deprecate IpAddr, Ipv4Addr, and Ipv6AddrAlan Somers
2022-03-21Replace the Sockaddr enum with a unionAlan Somers
2022-03-20uclibc uses a u32 for RLIMIT definitionsRyan Zoeller
2022-03-20Redox renamed sigaction.sa_handler to .sa_sigactionRyan Zoeller
2022-03-13Use the same signature for LinkAddr::addr on all platformsAlan Somers
2022-03-13Change getrlimit and setrlimit to use rlim_t directly.Arnavion
2022-03-13Fix a panic in Linkaddr::addrAlan Somers
2022-03-13Merge #1671bors[bot]
2022-03-09wait: implement waitid()Matthias Schiffer
2022-03-09docs: fix link in doc for cmsg_space in sys/socketbin liu
2022-03-08Merge #1670bors[bot]
2022-03-06Add MsgFlag::MSG_NOSIGNALi509VCB