Thanks to visit codestin.com
Credit goes to github.com

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: tklauser/ps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: tklauser/ps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 17 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 4, 2024

  1. go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
    - [Commits](golang/sys@v0.15.0...v0.16.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 and tklauser committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    12de6be View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Support build on all unsupported platforms

    Processes and FindProcesses will always return an error on these
    platforms.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c3d6cdc View commit details
    Browse the repository at this point in the history
  2. Use errors.Is(err, fs.ErrPermission) instead of os.IsPermission

    Per the os.IsPermission godoc.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6b9924e View commit details
    Browse the repository at this point in the history
  3. Get own process by PID in TestProcesses

    There might be multiple processes running with the same executable name.
    Use the PID to uniquely identify the test process.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    faebc70 View commit details
    Browse the repository at this point in the history
  4. More robust parsing of /proc/<pid>/stat

    Also return more meaningful errors.
    tklauser committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f14d9ce View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. go.mod: update to go 1.18

    tklauser committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    351d626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9595888 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Add Cirrus CI for FreeBSD

    Test on the latest supported stable version, currently 13.2 and 14.0.
    tklauser committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6c28b47 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. ci: test on macOS 14

    tklauser committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bad924b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0.
    - [Commits](golang/sys@v0.16.0...v0.17.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 and tklauser committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6a8a45a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. go.mod: bump golang.org/x/sys from 0.17.0 to 0.18.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.17.0 to 0.18.0.
    - [Commits](golang/sys@v0.17.0...v0.18.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 and tklauser committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f008344 View commit details
    Browse the repository at this point in the history
  2. ci: update Go to 1.22

    tklauser committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    67a7510 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. .github: Bump actions/checkout from 4.1.1 to 4.1.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@b4ffde6...9bb5618)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tklauser committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    43c9b49 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. go.mod: bump golang.org/x/sys from 0.18.0 to 0.19.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0.
    - [Commits](golang/sys@v0.18.0...v0.19.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 and tklauser committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3b6bf42 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. .github: Bump actions/checkout from 4.1.2 to 4.1.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@9bb5618...1d96c77)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tklauser committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9153e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. .github: Bump actions/checkout from 4.1.3 to 4.1.4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@1d96c77...0ad4b8f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and tklauser committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c89e4f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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