summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-10Merge #1745bors[bot]
2022-07-07Fix clippy on nightlyRyan Zoeller
2022-06-27Change gethostname to return an OsStringNathaniel Daniel
2022-06-27Change gethostname to use a buffer of MaybeUninit valuesNathaniel Daniel
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-21Merge #1747bors[bot]
2022-06-20Add getrusage wrapperGustavo Noronha Silva
2022-06-19Minimise the use of the unsafe block inside pipe functionCostin-Robert Sin
2022-06-19Fix typo by adding a semicolonCostin-Robert Sin
2022-06-09Merge #1739bors[bot]
2022-06-09ppoll: make sigmask parameter optionalStefano Garzarella
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-31Merge #1729bors[bot]
2022-05-31Ignore doctests for unexported macrosAlex Rawson
2022-05-31Enable SockaddrStorage::{as_link_addr, as_link_addr_mut} on Linux.Alan Somers
2022-05-30Merge #1727bors[bot]
2022-05-30Add infallible conversion from uid_t and gid_tKeith Koskie
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-24Upgrade sysctl to 0.4Ryan Zoeller
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-20Merge #1682bors[bot]
2022-03-20uclibc uses a u32 for RLIMIT definitionsRyan Zoeller
2022-03-20Redox renamed sigaction.sa_handler to .sa_sigactionRyan Zoeller
2022-03-19[skip ci] spellcheck a comment for sethostnameAlan Somers
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