Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 82de90961b79
Choose a base ref
...
head repository: NixOS/nix
compare: c4d3674de670
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 14, 2020

  1. Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)

    The ssh client is lazily started by the first worker thread, that
    requires a ssh connection. To avoid the ssh client to be killed, when
    the worker process is stopped, do not set PR_SET_PDEATHSIG.
    tbsmoest committed Feb 14, 2020
    Copy the full SHA
    3e34722 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Merge pull request #3353 from tbsmoest/priv_tobias_pr_set_deathsig-1.4

    Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)
    edolstra committed Feb 19, 2020
    Copy the full SHA
    c4d3674 View commit details
    Browse the repository at this point in the history