summaryrefslogtreecommitdiff
path: root/src/unistd.rs
AgeCommit message (Expand)Author
2022-09-25fix crash on Android platformwdsgyj
2022-09-11Handle unacceptable name gracefully in {User,Group}::from_nameWATANABE Yuki
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-08-12Merge #1785bors[bot]
2022-08-11minor terminology fix in User docsJack O'Connor
2022-08-09format codeSteveLauC
2022-08-09remove deprecated itemsSteveLauC
2022-08-05add faccessatZhang Miaolei
2022-07-16Fix description of fchownatvaldaarhun
2022-07-13Add chflagsmusikid
2022-07-13Added non-standard Linux `SysconfVar` variantsSteven Engler
2022-07-10Merge #1745bors[bot]
2022-07-07Fix clippy on nightlyRyan Zoeller
2022-06-27Change gethostname to return an OsStringNathaniel Daniel
2022-06-27Change gethostname to use a buffer of MaybeUninit valuesNathaniel Daniel
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-19Minimise the use of the unsafe block inside pipe functionCostin-Robert Sin
2022-06-19Fix typo by adding a semicolonCostin-Robert Sin
2022-05-30Merge #1727bors[bot]
2022-05-30Add infallible conversion from uid_t and gid_tKeith Koskie
2022-05-29Clippy cleanup for latest nightlyAlan Somers
2022-05-14add haiku supportAl Hoang
2022-04-09Use singular number for all feature namesAlan Somers
2022-03-19[skip ci] spellcheck a comment for sethostnameAlan Somers
2022-01-10Add getresuid/gid and setresuid/gid on BSDsRyan Zoeller
2021-12-26Fix typosRyan Zoeller
2021-12-22Add fdatasync for missing platformsRyan Zoeller
2021-12-21DragonFly 6.0 added fexecve(2)Ryan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-11-17Fix documentation formating for pipe2rusty-snake
2021-09-28Fix memory unsafety in unistd::getgrouplistvitalyd
2021-09-19Clippy cleanupAlan Somers
2021-09-12Prevent buffer over-read in getgroups()Jan Verbeek
2021-08-25Fix build for DragonFlyBSDRyan Zoeller
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-24unistd: Add conversion from User to libc::passwdorvij
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-09Fix fork test and enable doc testJim Newsome
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-12Hopefully fix unreliability in unistd::alarm's doc testAlan Somers
2021-05-31Add getresuid() and getresgid() to unistdJeryl Vaz
2021-05-30misc Clippy cleanupAlan Somers
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-04-26constify from_raw and as_raw for Uid, Gid and PidWolfgang Bumiller
2021-03-25unistd: Increase maximum passwd/group buffer to 1MBGeoffrey Thomas
2021-03-21illumos and Solaris supportJason King