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

Commits on Nov 6, 2023

  1. chore(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.14.0.
    - [Commits](golang/sys@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    807d466 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1548 from shirou/dependabot/go_modules/golang.org…

    …/x/sys-0.14.0
    
    chore(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0
    shirou authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e74324b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. feat: use lsof for net_connections on FreeBSD

    Use net.ConnectionsPidWithContext on FreeBSD, similarly to how it is done
    on Darwin. This uses common.CallLsofWithContext underneath the hood, which
    will use lsof under the hood, if available.
    
    Tested on FreeBSD 13.2-RELEASE
    
    Signed-off-by: Chris Gianelloni <[email protected]>
    wolf31o2 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a8418df View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Merge pull request #1551 from blinklabs-io/feat/use-lsof-freebsd-conn…

    …ections
    
    feat: use lsof for net_connections on FreeBSD
    shirou authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    fad5e68 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. chore(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0.
    - [Commits](golang/sys@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e1bb8db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1554 from shirou/dependabot/go_modules/golang.org…

    …/x/sys-0.15.0
    
    chore(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0
    shirou authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    321901e View commit details
    Browse the repository at this point in the history
Loading