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: shirou/gopsutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.5
Choose a base ref
...
head repository: shirou/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.20.6
Choose a head ref
  • 20 commits
  • 16 files changed
  • 6 contributors

Commits on May 31, 2020

  1. [disk][freebsd] Work around #853, pin x/sys with dep to the hash just…

    … before upstream breaking change
    Lomanic committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e9ecebe View commit details
    Browse the repository at this point in the history
  2. [host][darwin][cgo] Fix #832 work around once-again broken go modules…

    … not including C files
    
    Supersedes #885 by @afontaine
    Lomanic committed May 31, 2020
    Configuration menu
    Copy the full SHA
    42c6875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aca383 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Merge pull request #889 from Lomanic/issue832

    [darwin][disk][host] Move C dependencies to satisfy go mod and have descriptive file names
    Lomanic authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ca4849b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #888 from Lomanic/issue853-pin-sys

    [disk][freebsd] Work around #853, pin x/sys with dep to the hash just before upstream breaking change
    Lomanic authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    6f7ec36 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. cpu: support for DragonflyBSD

    gballet committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    56d9e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    92d6df6 View commit details
    Browse the repository at this point in the history
  2. Update cpu/cpu_dragonfly.go

    Co-authored-by: shirou <shirou.faw@gmail.com>
    gballet and shirou authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    9390667 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #894 from citruspi/improved-lxc-guest-discovery

    LXC Guest Detection from Environ Procfile
    shirou authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b806400 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    771601b View commit details
    Browse the repository at this point in the history
  2. fix typo

    gballet committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    8968457 View commit details
    Browse the repository at this point in the history
  3. more typo fixes

    gballet committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    877e0a6 View commit details
    Browse the repository at this point in the history
  4. Fix stepping extraction

    gballet committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    baec973 View commit details
    Browse the repository at this point in the history
  5. Fix FreeBSD build with latest x/sys/unix

    There was a breaking change in upstream golang.org/x/sys/unix which
    changed the type of some Statvfs members, see #853. As it looks like
    this change won't be reverted, adjust gopsutil to work with it and allow
    to build against the latest version of x/sys/unix.
    tklauser committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d5eecd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge pull request #895 from tklauser/freebsd-statvfs-type

    Fix FreeBSD build with latest x/sys/unix
    shirou authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7d13aa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #893 from gballet/cpu-add-dragonflybsd-support

    cpu: support for DragonflyBSD
    shirou authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    01afd76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e61ed7 View commit details
    Browse the repository at this point in the history
  4. Add linux/riscv64 build test

    tklauser committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1934ead View commit details
    Browse the repository at this point in the history
  5. Merge pull request #896 from tklauser/host-linux-riscv64-support

    Add linux/riscv64 support
    shirou authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c8251cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10a398a View commit details
    Browse the repository at this point in the history
Loading