1. 06 Mar, 2016 1 commit
    • Max Kellermann's avatar
      util/HugeAllocator: fix division by zero due to inverted check · 13f9f031
      Max Kellermann authored
      There were two ways this could fail:
      
      1. division by zero when sysconf(_SC_PAGESIZE)==0
      
      2. mmap() failure because the size parameter is not aligned to page
         size
      
      Neither ever happened: sysconf() never fails, and the only caller
      passes a size that is already aligned.  Phew.
      13f9f031
  2. 26 Jan, 2015 1 commit
  3. 23 Jan, 2015 1 commit
  4. 26 Dec, 2014 3 commits
  5. 17 Dec, 2014 1 commit
  6. 12 Dec, 2014 1 commit
  7. 02 Nov, 2014 1 commit
  8. 01 Nov, 2014 1 commit
  9. 18 Oct, 2014 1 commit
  10. 11 Oct, 2014 1 commit
  11. 10 Oct, 2014 3 commits
  12. 16 Aug, 2014 1 commit
  13. 11 Aug, 2014 2 commits
  14. 07 Aug, 2014 13 commits
  15. 06 Aug, 2014 3 commits
  16. 30 Jul, 2014 4 commits
  17. 14 Jul, 2014 2 commits