1. 13 Mar, 2017 1 commit
    • Yifan Gu's avatar
      pkg/util/flock: Fix the flock so it actually locks. · a489bd26
      Yifan Gu authored
      With this PR, the second call to `Acquire()` will block unless the lock is released (process exits).
      Also removed the memory mutex in the previous code since we don't need `Release()` here so no need to save and protect the local fd.
      
      Fix #42929.
      a489bd26
  2. 10 Mar, 2017 29 commits
  3. 09 Mar, 2017 10 commits