summaryrefslogtreecommitdiff
path: root/src/fcntl.rs
AgeCommit message (Expand)Author
2023-05-21Clippy cleanup:Alan Somers
2023-02-01Enabled `AtFlags::AT_EACCESS` on all platforms but android and redoxMatteo Nardi
2022-12-09Formatting only changes for #1928 and #1863Alex Saveau
2022-12-04Move some pure formatting changes out of #1863Alex Saveau
2022-09-11Clippy cleanupAlan Somers
2022-08-12feat nix-rust#1733: add F_GET_SEALS and F_ADD_SEALS on FreeBSDSteveLauC
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-05-14add haiku supportAl Hoang
2022-05-14Rewrite the aio moduleAlan Somers
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-01-23Disable the fspacectl testsAlan Somers
2022-01-23Add fspacectl on FreeBSDAlan Somers
2021-12-27Add posix_fallocate on DragonFlyRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-28Fix return value of posix_fadviseHaruki Okada
2021-09-19Clippy cleanupAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-08Adding linux specific renameat2()Tom Boland
2021-07-07Overhaul Nix's error typesAlan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-05-23Use fstatat to check long path sizes in fcntl::readlinkatJason Francis
2021-03-21illumos and Solaris supportJason King
2021-01-03Fix fcntl for FreeBSDAlexander Thaller
2020-06-27misc clippy cleanupAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Make sure to leave the values as-is in openXavier L'Heureux
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
2020-05-10Add support for reading symlinks longer than `PATH_MAX` to `readlink` and `re...Solra Bizna
2020-04-08Merge #1195bors[bot]
2020-03-28Fix fallocate return typeDiana
2020-03-17Handle open file descriptor locks in fcntlAndre Nathan
2019-11-03Implment linkatJohnnie Birch
2019-09-12posix_fallocateDing Xiang Fei
2019-08-29Clippy: remove an unused lifetime parameterAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-08-22updated changelogSendil Kumar
2019-08-22fix review commentsSendil Kumar
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-08-22fix readlink/readlinkat to return too long only when it is longSendil Kumar
2019-07-17Add renameatScott Lamb
2019-07-14Implement unlinkatJohnnie Birch
2019-07-09implement posix_fadviseKevin Wern
2019-06-12Implement `copy_file_range()`Árni Dagur
2019-06-09Add extra traits for all typesBryant Mairs
2019-05-23Update fcntl.rsJakub Konka
2018-12-08Replace try! with ?Alan Somers
2018-10-19Add a fchownat(2) wrapperJulio Merino
2018-01-28Require Debug impls for all typesBryant Mairs