summaryrefslogtreecommitdiff
path: root/src/sys/stat.rs
AgeCommit message (Expand)Author
2023-05-22Use .bits() method rather than field for bitflags.Andrew Walbran
2022-11-19Mode flag documentationJonathan
2022-11-06Reformat everythingAlex Saveau
2022-07-13Add chflagsmusikid
2022-05-14add haiku supportAl Hoang
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-04Document more thingsAlan Somers
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-24Constify many functionsAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-08-13doc typo in fchmodated neville
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-06-15sys/stat: implement mkdiratKevin Wern
2019-01-15Fix build and tests issues on OpenBSD 6.4+Andrei-Marius Radu
2018-12-08Replace try! with ?Alan Somers
2018-11-28Prefer `map(drop)` to `map(|_| ())`Alan Somers
2018-11-07Add a wrapper for lutimes(2)Julio Merino
2018-10-19Add a fchownat(2) wrapperJulio Merino
2018-10-16Make sys::stat::mode_t publicJulio Merino
2018-10-02Add a wrapper for utimes(2)Julio Merino
2018-09-29Add wrappers for futimens(2) and utimesat(2)Julio Merino
2018-03-23Add fchmod, fchmodat functions.Anton Ageev
2017-12-20Remove unnecessary parenthesisBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-08-16Use libc_bitflags for stat::ModeBryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-07-07reuse mknod/umask/fstat/lstat from libcJörg Thalheim
2017-06-18Update bitflags to 0.9equal-l2
2017-03-21add support for `fstatat`Jörg Thalheim
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-18Auto merge of #508 - aidanhs:aphs-major-minor-macros, r=posborneHomu
2017-02-17Implement major/minor macros, correct mkdevAidan Hobson Sayers
2017-02-16Update bitflags to 0.7Simon Sapin
2016-04-20Last few constantsarcnmx
2016-04-19Use constants from libcarcnmx
2016-04-18Add some missing SFlagsarcnmx
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-21Fix NixPath yield with CStr instead of OsStrCarl Lerche
2015-05-08Add lstatSkyler Hawthorne
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti