summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-10-16Remove broken newlib supportAlan Somers
2021-10-16Fix a Clippy warning on the latest nightlyAlan Somers
2021-10-16Correct definition of MADV_SOFT_OFFLINE on ppcAlan Somers
2021-10-16Update features::socket_atomic_cloexecAlan Somers
2021-10-09sockopt's Set and Get traits are not unsafeAlan Somers
2021-09-29Merge #1538 #1545 #1546bors[bot]
2021-09-28Fix return value of posix_fadviseHaruki Okada
2021-09-28Revert "Expose SockAddr::from_raw_sockaddr"Alan Somers
2021-09-28Fix memory unsafety in unistd::getgrouplistvitalyd
2021-09-28Merge #1536bors[bot]
2021-09-20Lower limits in setrlimit exampleRyan Zoeller
2021-09-19Fix #411 - Provide accessors for 'events' in PollFdConrad Meyer
2021-09-19Actually connect the mman tests to the buildAlan Somers
2021-09-19Merge #1531bors[bot]
2021-09-19mman add MAP_CONCEAL mmap flag for openbsdDavid Carlier
2021-09-19Merge #1532bors[bot]
2021-09-19Merge #1522bors[bot]
2021-09-19Clippy cleanupAlan Somers
2021-09-19mman MAP_JIT flag documentation.David Carlier
2021-09-19mman mod adding MAP_ALIGNED_SUPER flag for freebsd.David Carlier
2021-09-19Merge #1496bors[bot]
2021-09-18mman: add MAP_EXCL flag for freebsd.David Carlier
2021-09-13Merge #1524bors[bot]
2021-09-12Add docs for all sockopts that are documented by their respective OSesAlan Somers
2021-09-12Add the ability to set doc strings in sockopts' definitionsAlan Somers
2021-09-12Switch the argument order of sockopt_impl!Alan Somers
2021-09-12Merge #1520 #1523bors[bot]
2021-09-12mman module netbsd additions.David Carlier