summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2022-12-03Nuke deprecated net APIsAlex Saveau
2022-12-02Nuke IoVecAlex Saveau
2022-11-29Add routing socket typeEmils
2022-11-28Fix UB in the SO_TYPE sockoptAlan Somers
2022-11-28Update use of libc::timespec to prepare for future libc versionWesley Wiser
2022-11-25Merge #1865bors[bot]
2022-11-25Clippy cleanup with the latest nightly.Alan Somers
2022-11-23add IpMtu sockoptJonathan de Jong
2022-11-21Merge #1848bors[bot]
2022-11-21Use the new UnixAddr::new_unnamed in the unit testsAlan Somers
2022-11-21Added `SockProtocol::Raw = libc::IPPROTO_RAW` for raw socketsStackOverflowExcept1on
2022-11-21Merge #1857bors[bot]
2022-11-21Merge #1871bors[bot]
2022-11-21fixup! Added better support for unnamed unix socket addrsSteven Engler
2022-11-21Added better support for unnamed unix socket addrsSteven Engler
2022-11-20mmap non-zero lengthJonathan
2022-11-20Merge #1853bors[bot]
2022-11-20Merge #1870bors[bot]
2022-11-20mmap addrJonathan
2022-11-20Adds IP_TOS, IPV6_TCLASS and SO_PRIORITY sockopt wrappersmzachar
2022-11-19Merge #1872bors[bot]
2022-11-19Misc internal optimizationsAlan Somers
2022-11-19Fix using SockaddrStorage to store Unix domain addresses on LinuxAlan Somers
2022-11-19Mode flag documentationJonathan
2022-11-06Reformat everythingAlex Saveau
2022-10-23Add a Statfs::flags methodAlan Somers
2022-10-23Define `MntFlags` and `unmount` on all of the BSDs.Alan Somers
2022-10-23On Linux-like operating systems, use statfs64 instead of statfs.Alan Somers
2022-10-23Suppress deprecation warnings from the latest libcAlan Somers
2022-10-14include docsMichael Baikov
2022-10-14disable a flaky test on aarch64Michael Baikov
2022-10-14reimplement recvmsg/sendmmsgMichael Baikov
2022-10-14pack_mhdr_to_receive: pass iovec ptr and capacity separatelyMichael Baikov
2022-10-14pack_mhdr_to_receive: pass pointer and capacity directlyMichael Baikov
2022-10-14socket: stop setting vector length inside read_mhdrMichael Baikov
2022-10-13add XFS_SUPER_NUMBER to nix::sys::statfsMrCroxx
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-10-02re-export RLIM_INFINITY from libcSteve Lau
2022-09-30statfs: add namespace fs magicPedro Tammela
2022-09-12Merge branch 'master' into issue1814-expose-domainname-of-utsnameSteveLau
2022-09-12Merge #1808bors[bot]
2022-09-12fix issue1814Steve Lau
2022-09-11Clippy cleanupAlan Somers
2022-09-07expose memfd on freebsdi509VCB
2022-08-22Merge #1805bors[bot]
2022-08-22add line field to Termios structTerts Diepraam
2022-08-21Merge #1806bors[bot]
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-08-20fix microsecond calculation for TimeSpecS.J.R. van Schaik
2022-08-14Raise the MSRV to 1.56.1 in anticipation of the next releaseAlan Somers