1. 08 May, 2019 1 commit
  2. 12 Dec, 2017 1 commit
  3. 21 Sep, 2017 2 commits
  4. 08 May, 2017 1 commit
  5. 01 Mar, 2017 1 commit
  6. 17 Jan, 2017 1 commit
  7. 04 Jan, 2017 1 commit
  8. 17 Jun, 2016 2 commits
  9. 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
  10. 10 Feb, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 04 Jan, 2013 1 commit