Skip to content
Snippets Groups Projects
  1. Apr 27, 2016
  2. Apr 26, 2016
  3. Apr 22, 2016
  4. Apr 17, 2016
  5. Feb 19, 2016
  6. Feb 03, 2016
  7. Jan 27, 2016
  8. Jan 25, 2016
    • Bob Lantz's avatar
      Use ifconfig for interface verification. · 9a22e2b7
      Bob Lantz authored
      Previously we were using both ip link and ifconfig - not only is
      this inconsistent and redundant, but it also broke when newer
      ip link changed the reported names of certain interfacs to
      "h1-eth0@36:".
      
      Fixes #592
      9a22e2b7
  9. Jan 23, 2016
  10. Jan 22, 2016
  11. Jan 21, 2016
    • Bob Lantz's avatar
      Add "run" alias for "use" and integrate build/test options · c0793cb5
      Bob Lantz authored
      Keeping "use" for now even though it seems harder to remember
      than "run". And the build/test options are probably much
      clearer being inline in the help.
      c0793cb5
    • Bob Lantz's avatar
      Try to fix iperf race condition · 327af97c
      Bob Lantz authored
      This is more complicated than it should be. We are also relying on
      the fact that waitOutput should eat extra prompts most of the time.
      Still not perfect - it's hard to get this exactly right, and we
      should try to make it easier!
      
      Fixes #589
      327af97c
  12. Jan 20, 2016
    • Bob Lantz's avatar
      monitor() should return on timeout; docstring changes · b78b99b6
      Bob Lantz authored
      It appears that read() has been blocking for some time,
      so for now it makes sense to change the documentation to
      match the functionality!
      
      It's not entirely clear if monitor() expects this functionality.
      However, with the current blocking read() semantics, it should
      definitely return (and not call read()) on a poll timeout.
      
      So, we now return the poll() result from waitReadable() (which
      should have done this already probably) and check it. In the
      fullness of time, we still need to revisit the whole I/O API
      and make sure that it is consistent, sane, correctly documented,
      and used correctly in the examples.
      
      See #588 for more comments.
      b78b99b6
  13. Jan 19, 2016
  14. Jan 14, 2016
  15. Jan 12, 2016
  16. Dec 01, 2015
  17. Nov 24, 2015
  18. Nov 18, 2015
    • Tomasz Buchert's avatar
      mnexec: properly setup the mount namespace · 96ea5367
      Tomasz Buchert authored
      Systemd's default is to mark the root mount as shared and it is
      inherited as such by the new mount namespace. This means that any
      mounts performed inthe new namespace will be visible by the rest of
      the system, breaking privateDirs.
      
      To restore a more sane behaviour, we explicitly mark all mounts
      recursively as private, meaning that we will no longer see new mounts
      from the root namespace, and our mounts will also not propagate to the
      rest of the system.
      
      Fixes #565
      96ea5367
  19. Nov 09, 2015
  20. Oct 23, 2015
  21. Oct 18, 2015
  22. Sep 24, 2015
  23. Sep 23, 2015
  24. Jul 29, 2015
Loading