summaryrefslogtreecommitdiff
path: root/src/fcntl.rs
AgeCommit message (Expand)Author
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
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-20Remove unnecessary lifetime annotationsBryant Mairs
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-10-07Add support for 'fallocate'Sanchayan Maity
2017-08-29Use upstream libc definitions for fcntl FFIBryant Mairs
2017-08-16Remove ugly libc_bitflags hack for mac/ios.Bryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-07-05Wrap lines to keep them under 100 charsequal-l2
2017-07-05Unify BSD constsequal-l2