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: nix-rust/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: nix-rust/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.2
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    97f6ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb8fe6 View commit details
    Browse the repository at this point in the history
  3. Fix test_vsock failure on VMADDR_CID_LOCAL testing

    Starting from Linux 5.6, VMADDR_CID_LOCAL is supported to do local
    communication (loopback device).
    
    Before Linux 5.6 it was called VMADDR_CID_RESERVED and was not
    supported, so we could expect an EADDRNOTAVAIL, but now this address
    is supported and handled by the 'vsock_loopback' kernel module loaded
    automatically if no other vsock transports are loaded.
    
    Issue #1310
    Issue #1403
    
    Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
    stefano-garzarella authored and asomers committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    e266b7c View commit details
    Browse the repository at this point in the history
  4. Use memoffset::offset_of instead of homegrown macro

    The homegrown macro was fine in 2016, but at some point it technically
    became UB.  The memoffset crate does the same thing, but avoids UB when
    using rustc 1.51.0 or later.
    
    Fixes #1415
    asomers committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    c0a9fd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b13f73c View commit details
    Browse the repository at this point in the history
  6. Release 0.20.1

    asomers committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    de534c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Fix memory unsafety in unistd::getgrouplist

    Fixes #1541
    vitalyd authored and asomers committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    94ccf88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199acc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d805a View commit details
    Browse the repository at this point in the history
Loading