summaryrefslogtreecommitdiff
path: root/src/unistd.rs
AgeCommit message (Expand)Author
2023-04-16Fixing linkAustin Keeley
2023-01-31setgroups type mismatches on Solaris #1986gco
2023-01-27Merge #1978bors[bot]
2023-01-24Make `*::from_anything` methods unsafeDavid Koloski
2023-01-24Null-check `libc::group` members before convertingDavid Koloski
2023-01-08feat: I/O safety `ftruncate`Jonathan
2022-12-09Formatting only changes for #1928 and #1863Alex Saveau
2022-12-04Move some pure formatting changes out of #1863Alex Saveau
2022-10-13Merge #1842bors[bot]
2022-10-12fix '<newline>' being interpreted as htmlRyan Zoeller
2022-10-13add eaccess on FreeBSD, DragonFly and Linux (musl and glibc)Steve Lau
2022-10-11Remove unnecessary verb from doc comment of `dup`Yusuke Tanaka
2022-10-10add faccessat on illumosSteve Lau
2022-10-08add syncfs on linuxSteve Lau
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]