summaryrefslogtreecommitdiff
path: root/test/test_fcntl.rs
AgeCommit message (Expand)Author
2023-07-15Clippy cleanupAlan Somers
2023-05-21Clippy cleanup:Alan Somers
2022-12-06feat: I/O safety for 'sys/statfs'Steve Lau
2022-12-04Fix clippy lintsAlex Saveau
2022-11-25Clippy cleanup with the latest nightly.Alan Somers
2022-11-06Run a round of clippy to fix CIAlex Saveau
2022-09-11Clippy cleanupAlan Somers
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-01-24uclibc supportJonah Petri
2021-12-27Add posix_fallocate on DragonFlyRyan Zoeller
2021-09-28Fix return value of posix_fadviseHaruki Okada
2021-09-19Clippy cleanupAlan Somers
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-08-22Fix building the tests for Redox and IllumosAlan Somers
2021-07-08Adding linux specific renameat2()Tom Boland
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-12Reenable tests that only failed on Travis, since we no longer use it.Alan Somers
2021-04-04Check all tests in CIAlan Somers
2021-01-03Fix fcntl for FreeBSDAlexander Thaller
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
2020-05-17Remove warnings when compiling for RedoxXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-04-01Split read and write OFD lock testsAndre Nathan
2020-03-27i686 -> x86Andre Nathan
2020-03-27Explain why OFD tests are disabled in some archsAndre Nathan
2020-03-27Undo rustfmt reformatingAndre Nathan
2020-03-19One more arch exclusionAndre Nathan
2020-03-19Exclude targets failing on CIAndre Nathan
2020-03-18Don't test on mips; replace unwrap for expectAndre Nathan
2020-03-18Fix type of pad fieldAndre Nathan
2020-03-18Add missing libc::flock fields in mipsAndre Nathan
2020-03-18Try to get tests working on 32 bitsAndre Nathan
2020-03-18Add fcntl tests for OFD locksAndre Nathan
2019-09-12use slices for array comparisonDing Xiang Fei
2019-09-12better wordingDing Xiang Fei
2019-09-12posix_fallocateDing Xiang Fei
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-09implement posix_fadviseKevin Wern
2019-06-12Implement `copy_file_range()`Árni Dagur
2018-09-01deps: update tempfile to 3Igor Gnatenko
2017-12-20Remove elided 'static lifetimeBryant Mairs
2017-12-20Use write_all instead of writeBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs