summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-06-16Missing changes from PR #1453Alan Somers
2021-06-13Add nmount for FreeBSD.Alan 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 #1450 from asomers/alarm-errorsAlan 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-12wordsmithing on sched::cloneAlan Somers
2021-06-12Add documentation for sched::cloneKonstantinos Andrikopoulos
2021-06-06Add a wrapper around if_nameindexNoah
2021-05-31Add getresuid() and getresgid() to unistdJeryl Vaz
2021-05-30misc Clippy cleanupAlan Somers
2021-05-31Merge #1437bors[bot]
2021-05-31Add MS_LAZYTIME flagManabu Sugimoto
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-28Disable sendfile64 on androidTom Dryer
2021-05-28Add sendfile64Tom Dryer
2021-05-23Use fstatat to check long path sizes in fcntl::readlinkatJason Francis
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-19Fix timestamp docLu, Wangshan
2021-04-08Merge #1402bors[bot]
2021-04-08Merge #1414bors[bot]
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-04-07Fix spurious errors using `sendmmsg` with multiple cmsgsYuchen Wu
2021-04-04Merge #1416bors[bot]
2021-04-04Use memoffset::offset_of instead of homegrown macroAlan Somers
2021-03-25unistd: Increase maximum passwd/group buffer to 1MBGeoffrey Thomas
2021-03-24Merge #1401bors[bot]
2021-03-23Allow cmsg_space! to be used in unit testsLu, Wangshan
2021-03-21cleanup: remove redundant unwrap in Dir::from_fdScott Lamb
2021-03-21illumos and Solaris supportJason King
2021-03-05Allow sockaddr_ll size mismatchJustin Ossevoort
2021-03-04Remove accept4 on Android armAlan Somers
2021-02-20pty: Make forkpty() unsafeTavian Barnes
2021-02-20Merge branch 'master' into timerfd-file-leakAlan Somers
2021-02-16Close file descriptor on drop in TimerFdChristopher Dumoulin
2021-02-15Port statfs to x32наб
2021-02-15Port timespec to x32наб
2021-02-15Port sysinfo to x32наб
2021-02-15Port mqueue to x32наб
2021-02-15Dir: Implement `IntoIterator` for `Dir`William Manley
2021-02-15Merge #1387bors[bot]
2021-02-14fix(unsafe): remove unnecessary unsafeJan Philipp Hafer