Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Check advisory locks in CopyFile #42458

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 7, 2019

  1. Check flock on CopyFile

    filipnavara committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    987d822 View commit details
    Browse the repository at this point in the history
  2. Add test case

    filipnavara committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c6fd217 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Fix lock checks, truncate after checking the lock, retry closes after…

    … EINTR to make sure locks get broken
    filipnavara committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    16e6eff View commit details
    Browse the repository at this point in the history
  2. One more EINTR fix

    filipnavara committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    b40dd9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73cb482 View commit details
    Browse the repository at this point in the history
  4. Add explicit unlocks

    filipnavara authored Nov 8, 2019
    Configuration menu
    Copy the full SHA
    42849d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0d450 View commit details
    Browse the repository at this point in the history