1. 28 Sep, 2012 2 commits
  2. 26 Sep, 2012 7 commits
  3. 25 Sep, 2012 3 commits
  4. 20 Sep, 2012 4 commits
  5. 19 Sep, 2012 7 commits
  6. 17 Sep, 2012 16 commits
  7. 14 Sep, 2012 1 commit
    • Pavel Emelyanov's avatar
      files: Formalize fd restore priorities · 8fc6dbfa
      Pavel Emelyanov authored
      There are places when we have to select which fd to ->open
      and which to ->receive. To avoid deadlocks we sort them in
      an ascending order on { pid, fd } pair.
      
      Make this idea more formal by introducing an explicit function
      doing this check and call it where appropriate (pipe.c master
      selection is also simplified to fit new ... API).
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      8fc6dbfa