summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-06-12[skip ci] fix formatting in CHANGELOGAlan Somers
2021-06-12Merge pull request #1452 from asomers/errno-valuesAlan Somers
2021-06-12Add Errno::EOPNOTSUPP to FreeBSD, where it is missingAlan Somers
2021-06-12Errno aliases are now associated consts of the Errno type.Alan Somers
2021-06-12Remove Errno consts from platforms where they aren't defined.Alan Somers
2021-06-12Merge pull request #1451 from asomers/warnsAlan Somers
2021-06-12Reenable tests that only failed on Travis, since we no longer use it.Alan Somers
2021-06-12Fix some unused import warnings in the testsAlan Somers
2021-06-12Merge pull request #1450 from asomers/alarm-errorsAlan Somers
2021-06-12Merge pull request #1449 from asomers/aio-docsAlan Somers
2021-06-12Hopefully fix unreliability in unistd::alarm's doc testAlan Somers
2021-06-12Fix bad links in the aio docsAlan Somers
2021-06-12Merge #1448bors[bot]
2021-06-12wordsmithing on sched::cloneAlan Somers
2021-06-12Add documentation for sched::cloneKonstantinos Andrikopoulos
2021-06-06Merge #1445bors[bot]
2021-06-06Add a wrapper around if_nameindexNoah
2021-05-31Merge pull request #1444 from asomers/r0.21.0Alan Somers
2021-05-31Release v0.21.0Alan Somers
2021-05-31Merge #1430bors[bot]
2021-05-31Add getresuid() and getresgid() to unistdJeryl Vaz
2021-05-31Merge #1443bors[bot]
2021-05-30misc Clippy cleanupAlan Somers
2021-05-31Merge #1437bors[bot]
2021-05-31Add MS_LAZYTIME flagManabu Sugimoto
2021-05-31Merge #1440bors[bot]
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-05-30Merge pull request #1442 from asomers/issue-1441Alan Somers
2021-05-30Suppress a build warning on FuchsiaAlan Somers
2021-05-30Merge #1439bors[bot]
2021-05-30Merge #1438bors[bot]
2021-05-28Add pull request link to changelogTom Dryer
2021-05-28Disable sendfile64 on androidTom Dryer
2021-05-28Add sendfile64Tom Dryer
2021-05-27Update to semver 1.0.0David Tolnay
2021-05-23Merge #1433bors[bot]
2021-05-23Use fstatat to check long path sizes in fcntl::readlinkatJason Francis
2021-05-23Merge pull request #1436 from nix-rust/rustup-hangAlan Somers
2021-05-23Workaround Rustup bug 2774Alan Somers
2021-05-16Merge #1434bors[bot]
2021-05-13Use https instead of httpRyan Zoeller
2021-05-01Merge pull request #1431 from asomers/alarm_doc_test2Alan Somers
2021-05-01Hopefully improve unistd::alarm::set's doc test's reliabilityAlan Somers
2021-05-01Merge #1429bors[bot]
2021-04-26constify from_raw and as_raw for Uid, Gid and PidWolfgang Bumiller
2021-04-23Merge #1427bors[bot]
2021-04-19Fix timestamp docLu, Wangshan
2021-04-08Merge #1402bors[bot]
2021-04-08Merge #1414bors[bot]