summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-19Mode flag documentationJonathan
2022-11-11Nuke deprecated Errno flagsAlex Saveau
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-13Merge #1842bors[bot]
2022-10-12fix '<newline>' being interpreted as htmlRyan Zoeller
2022-10-13add eaccess on FreeBSD, DragonFly and Linux (musl and glibc)Steve Lau
2022-10-11Remove unnecessary verb from doc comment of `dup`Yusuke Tanaka
2022-10-10add faccessat on illumosSteve Lau
2022-10-08Merge #1833bors[bot]
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-10-08add syncfs on linuxSteve Lau
2022-10-02re-export RLIM_INFINITY from libcSteve Lau
2022-09-30statfs: add namespace fs magicPedro Tammela
2022-09-27Merge #1825bors[bot]
2022-09-27Add a `sched_getcpu` wrapperJonas Schievink
2022-09-25fix crash on Android platformwdsgyj
2022-09-12Merge branch 'master' into issue1814-expose-domainname-of-utsnameSteveLau
2022-09-12Merge #1808bors[bot]
2022-09-12Merge #1815bors[bot]
2022-09-12fix issue1814Steve Lau
2022-09-11Clippy cleanupAlan Somers
2022-09-11Handle unacceptable name gracefully in {User,Group}::from_nameWATANABE Yuki
2022-09-07expose memfd on freebsdi509VCB
2022-08-25Add sched_getaffinity and sched_setaffinity on FreeBSDRyan Zoeller
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
2022-08-12Merge #1782bors[bot]
2022-08-12feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSDSteveLauC
2022-08-12Merge #1776bors[bot]
2022-08-12Merge #1785bors[bot]
2022-08-12fix CI errorSteveLauC
2022-08-12Merge branch 'nix-rust:master' into remove-deprecated-itemsSteveLau
2022-08-12Merge #1790bors[bot]
2022-08-11minor terminology fix in User docsJack O'Connor
2022-08-12Folloup for !1778, remove some of the less helpful error msgsMichael Baikov