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/nixpkgs
base: ce0a54092da2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b4c2e6b6c500
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 12, 2019

  1. graphene-hardened-malloc: constrain platforms to x64 linux

    Build error on i686:
    
    > util.h:39:18: error: '__int128' is not supported on this target
      typedef unsigned __int128 u128;
    
    (cherry picked from commit a08851c)
    joachifm committed Oct 12, 2019
    Copy the full SHA
    4584459 View commit details
    Browse the repository at this point in the history
  2. nixos/containers: explicitly load kernel modules for networking

    List all modules that *may* be required depending on individual container
    configurations; don't expect that further modules can be loaded after boot.
    
    Fixes #38676
    
    (cherry picked from commit fe3da83)
    joachifm committed Oct 12, 2019
    Copy the full SHA
    b4c2e6b View commit details
    Browse the repository at this point in the history