Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
    • vlorentz's avatar
      Fix tests of special devices. · ad6a0302
      vlorentz authored
      Regular files were created, as the 'mode' argument of os.mknod was missing.
      However, creating devices requires root; so we can't reasonably do that in
      tests.
      
      Instead, we're using /dev/null instead of creating one.
      And while we're at it, let's also use /dev/zero (which, if not handled
      properly, will result in an infinite read).
      ad6a0302
    • vlorentz's avatar
      Sort from_disk.Directory entries. · 4c070f98
      vlorentz authored
      It should be cheap enough to do it, and it makes tests easier.
      4c070f98
    • vlorentz's avatar
      Add support for skipping large contents in from_disk. · 60c3aa16
      vlorentz authored
      It will be useful to loaders, as they currently load the entire
      content in memory before deciding to skip it.
      60c3aa16
  2. Sep 20, 2019
  3. Oct 18, 2018
  4. Oct 12, 2018
  5. Oct 05, 2017
  6. Oct 04, 2017
  7. Oct 03, 2017
Loading