summaryrefslogtreecommitdiff
path: root/src/fcntl.rs
AgeCommit message (Expand)Author
2020-03-28Fix fallocate return typeDiana
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
2017-07-05Fix libc is not viable with netbsdequal-l2
2017-07-04Use libc_bitflags! for BSD in fcntl.rsequal-l2
2017-06-20Merge #622bors[bot]
2017-06-19Separate OpenBSD and FreeBSD in fcntl.rsequal-l2
2017-06-18Update bitflags to 0.9equal-l2
2017-03-22add support `readlink|readlinkat`Jörg Thalheim
2017-03-21add support for `openat`Jörg Thalheim
2017-02-28fcntl: Expose FcntlArg variants at the module levelKamal Marhubi
2017-02-27fcntl: Support getting and setting pipe size on LinuxKamal Marhubi
2017-02-19Fix the style for bitflags!Mathias Svensson
2017-02-16Update bitflags to 0.7Simon Sapin
2016-08-26Add FcntlArg::F_FULLFSYNCMarkus Unterwaditzer
2016-04-20fcntl: Use bindings from libc instead of our ownBrian Pearce
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-18fix on macMattis Marjak
2016-01-18update libc to 0.2.2Mattis Marjak
2015-11-20netbsd supportJeremy Fitzhardinge
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-08-25Add memfd functionalityDavid Henningsson