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: master
Choose a base ref
...
head repository: fancybits/gopsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fancybits
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 0 files changed
  • 3 contributors

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    a43f7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7463e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3b914e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ddeb6d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. support for apple silicon macs

    Previously on darwin, it was safe to assume that `hw.cpufrequency`
    would be defined in sysctl. On the new M1 macs instead use the base
    frequency `hw.tbfrequency` and `kern.clockrate[hz]`. The computed
    value appears to be 2.4 GHz, which is I believe is the correct base
    clock.
    shoenig authored and tmm1 committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    82dc851 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Don't use IOKit on iOS

    eric committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1acce8b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    cb15671 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    dddeef7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. fix disk.Partitions on android

    tmm1 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5cb5837 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    1765e6b View commit details
    Browse the repository at this point in the history
  2. revert back to upstream

    tmm1 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    07deaa1 View commit details
    Browse the repository at this point in the history
  3. unused

    tmm1 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ec408d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. update android fix

    tmm1 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f1c98a1 View commit details
    Browse the repository at this point in the history
  2. fix 32bit

    tmm1 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5c3aafc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    f68a784 View commit details
    Browse the repository at this point in the history
Loading