1. 21 Apr, 2014 1 commit
    • Pavel Emelyanov's avatar
      Revert "crtools: close all desriptors only for the root task" · e8ac085a
      Pavel Emelyanov authored
      We have a race. Consider we have 3 tasks, A, B and C. A and B
      share fdtable, C -- does not. Then we might be in a situation
      when A is restoring memory reading mem images, and B -- forking
      the C child. In that case descriptors held by A (for mem restore)
      will be inherited by C and will not get closed.
      
      This reverts commit d36e07aa.
      e8ac085a
  2. 18 Apr, 2014 4 commits
  3. 17 Apr, 2014 13 commits
  4. 15 Apr, 2014 1 commit
  5. 14 Apr, 2014 2 commits
  6. 11 Apr, 2014 11 commits
  7. 09 Apr, 2014 7 commits
  8. 08 Apr, 2014 1 commit