Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
    • Simon McVittie's avatar
      wrap, adverb: Move "wrap with xterm" code into the adverb · 5dd3b8aa
      Simon McVittie authored
      
      Looking at environment variables is still part of pv-wrap, but the
      command-line part now happens in pv-adverb. This means the launching
      scripts for the "session" mode, which use pv-launch to run the main
      game command in a previously-set-up pv-launcher environment, can
      direct pv-adverb to run an interactive shell instead of or in addition
      to the actual game.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      5dd3b8aa
  2. Sep 04, 2020
  3. Aug 18, 2020
  4. Aug 05, 2020
  5. Aug 04, 2020
  6. Jul 29, 2020
  7. Jul 21, 2020
  8. Jun 12, 2020
  9. Jan 23, 2020
  10. Jan 06, 2020
    • Simon McVittie's avatar
      bwrap-lock: Add support for OFD locks · 4ad7b057
      Simon McVittie authored
      
      These more modern locks, introduced in Linux 3.15 and not yet included
      in POSIX, propagate across fork(), dup(), fd-passing etc. the way you'd
      expect: as long as at least one copy of the inherited or fd-passed file
      descriptor remains open, the lock remains held. This allows us to
      pass a lock fd to a child process across bwrap's fork-and-exec the way
      we were already trying to, and have it actually work.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      4ad7b057
  11. Nov 14, 2019
Loading