summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-29Fix typo in pread docsRyan Zoeller
2022-01-24uclibc supportJonah Petri
2022-01-23InetAddr::from_std should set sin_len/sin6_len on the BSDsRyan Zoeller
2022-01-23Disable the fspacectl testsAlan Somers
2022-01-23Add fspacectl on FreeBSDAlan Somers
2022-01-22Suppress clippy::not_unsafe_ptr_arg_deref warnings in ptrace on BSDAlan Somers
2022-01-22Better type safety for mqueueAlan Somers
2022-01-19Merge #1636bors[bot]
2022-01-18Define UMOUNT_NOFOLLOW, FUSE_SUPER_MAGIC on LinuxRyan Zoeller
2022-01-18Add MAP_FIXED_NOREPLACE on LinuxRyan Zoeller
2022-01-16Remove EventFlag::EV_SYSFLAGRyan Zoeller
2022-01-10Add getresuid/gid and setresuid/gid on BSDsRyan Zoeller
2022-01-03Add sendfile(2) for DragonFlyRyan Zoeller
2022-01-02Correct MAP_FIXED documentation for NetBSDRyan Zoeller
2021-12-31Merge #1622 #1623bors[bot]
2021-12-31Merge #1618bors[bot]
2021-12-30Introduce timer_* supportBrian L. Troutwine
2021-12-30Optimize UnixAddr for the BSDsAlan Somers
2021-12-29Add support for the SO_TXTIME sockopt and SCM_TXTIME control messageAlessandro Ghedini
2021-12-28Merge #1619bors[bot]
2021-12-27Added getters for the MqAttr structfpagliughi
2021-12-27Merge #1596 #1621bors[bot]
2021-12-27Add posix_fallocate on DragonFlyRyan Zoeller
2021-12-26Fix typosRyan Zoeller
2021-12-24Merge #1547bors[bot]
2021-12-24Add NetBSD configuration for supported process resourcesSachin Cherian
2021-12-23feat: Add glibc::SOF_TIMESTAMPING_* supportMichael Baikov
2021-12-21UnixAddr: replace path_len with sun_lenAlan Somers
2021-12-21Improve the sockaddr interface:Alan Somers
2021-12-21impl Send and Sync for IoVecAlan Somers
2021-12-22Merge #1613bors[bot]
2021-12-22Enable sched_get/setaffinity on DragonFly BSDRyan Zoeller
2021-12-22Fix clippy warning on latest nightlyRyan Zoeller
2021-12-22Add fdatasync for missing platformsRyan Zoeller
2021-12-22Recent versions of Android support EPOLLEXCLUSIVERyan Zoeller
2021-12-22Merge #1577bors[bot]
2021-12-21Merge #1571bors[bot]
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-21Merge #1583bors[bot]
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-12-11clippy cleanup with the latest nightlyAlan Somers
2021-12-04Merge #1601bors[bot]
2021-12-03Update `mman` related docsSachin Cherian
2021-12-02Merge branch 'nix-rust:master' into freebsd-fixS.J.R. van Schaik
2021-11-26Update doc comment to match type `Option<Signal>`Johannes Schilling
2021-11-17Fix documentation formating for pipe2rusty-snake
2021-11-02MapFlags::MAP_ALIGNED_SUPER not exposed on FreeBSD due to typoS.J.R. van Schaik
2021-10-22Remove unsafe in with_nix_path() for [u8]Ryan Zoeller
2021-10-23Merge #1565 #1566bors[bot]
2021-10-21Fix unsoundness in `FdSet` methodstaylor.fish