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: GuillaumeGomez/sysinfo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bytebeamio/sysinfo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.9-bugfixes
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 10, 2023

  1. Update use of libc::timespec to prepare for future libc version

    In a future release of the `libc` crate, `libc::timespec` will contain
    private padding fields on `*-linux-musl` targets and so the struct will
    no longer be able to be created using the literal initialization syntax.
    
    Update the use of `libc::timespec` to create a value by calling
    `std::mem::zeroed()` which works with both current versions of `libc`
    as well as the future version which contains that change.
    wesleywiser authored and GuillaumeGomez committed Jan 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    07bdd62 View commit details
  2. Copy the full SHA
    b75356b View commit details
  3. Copy the full SHA
    9e6661d View commit details

Commits on Jan 18, 2025

  1. Copy the full SHA
    f2f31f1 View commit details
Loading