1. 07 Nov, 2014 1 commit
  2. 05 Nov, 2014 2 commits
  3. 03 Nov, 2014 11 commits
  4. 29 Oct, 2014 1 commit
    • Sami Tolvanen's avatar
      Fix verity on system partitions larger than 2G · 4cafe2ff
      Sami Tolvanen authored
      If the system partition is larger than 2G, the device fails to read
      verity metadata, because fseek accepts only a 32-bit signed offset.
      Switch from fseek to lseek64 to allow seeking using a 64-bit offset,
      which solves the problem. At the same time, move away from stdio in
      the function.
      
      Bug: 17705619
      Change-Id: I226320498dcb750ec6cde84411c7fe0774c9cab7
      4cafe2ff
  5. 28 Oct, 2014 3 commits
  6. 27 Oct, 2014 4 commits
  7. 24 Oct, 2014 2 commits
  8. 22 Oct, 2014 1 commit
  9. 21 Oct, 2014 2 commits
  10. 20 Oct, 2014 5 commits
  11. 16 Oct, 2014 8 commits